activities/puzzles/DoublePuzzle
Source: DoublePuzzle.js:32
File : activities/puzzles/DoublePuzzle.js
Created : 22/05/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
DoublePuzzle
static
DoublePuzzle.js:48Extends: module:Activity.Activity
The aim of this class of Activity is to put in order the shuffled elements of an
ActiveBagContent that contains an image, sounds, text... or any other media content.
The activity uses two panels: one with the shuffled cells, and other initially empty where
this cells must be placed in order.
Parameters
project(module:project/JClicProject.JClicProject) — The JClicProject to which this activity belongs
DoublePuzzlePanel
static
DoublePuzzle.js:98Extends: module:Activity.ActivityPanel
The ActivityPanel where DoublePuzzle 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