activities/text/TextActivityBase
Source: TextActivityBase.js:32
File : activities/text/TextActivityBase.js
Created : 16/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
TextActivityBase
static
TextActivityBase.js:43Extends: module:Activity.Activity
This class and its visual component TextActivityBasePanel are the base for text
activities like FillInBlanks, IdentifyText, OrderText and Complete.
Parameters
project(module:project/JClicProject.JClicProject) — The project to which this activity belongs
TextActivityBasePanel
static
TextActivityBase.js:101Extends: module:Activity.ActivityPanel
The ActivityPanel where text activities (based on TextActivityBase) 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