activities/associations/SimpleAssociation
Source: SimpleAssociation.js:32
File : activities/associations/SimpleAssociation.js
Created : 02/06/2015
By : Francesc Busquets francesc@gmail.com
JClic.js
An HTML5 player of JClic activities
https://projectestac.github.io/jclic.js
- License: EUPL-1.2
Other
SimpleAssociation
static
SimpleAssociation.js:49Extends: module:Activity.Activity
This class of Activity uses two panels (primary and secondary) formed by
ActiveBox objects filled with data stored in ActiveBagContent repositories.
Both panels have the same number of elements, associated one-to-one. A third ActiveBagContent
can be used as alternative content, that will be revealed in the primary panel as the pairings
of its cells are solved.
Parameters
project(module:project/JClicProject.JClicProject) — The JClic project to which this activity belongs
SimpleAssociationPanel
static
SimpleAssociation.js:107Extends: module:Activity.ActivityPanel
The ActivityPanel where SimpleAssociation activities are played.
Parameters
act(module:Activity.Activity) — The Activity to which this Panel belongsps(module:JClicPlayer.JClicPlayer) — Any object implementing the methods defined in the
PlayStation Java interface.$div(external:jQuery, optional) — The jQuery DOM element where this Panel will deploy