activities/text/FillInBlanks
Source: FillInBlanks.js:32
File : activities/text/FillInBlanks.js
Created : 20/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
FillInBlanks
static
FillInBlanks.js:43Extends: module:activities/text/TextActivityBase.TextActivityBase
In this type of activity the text document has some blanks that must be filled-in. The blanks
can be drop-down boxes or text fields (empty or pre-filled with an initial text). Blanks can
also have associated clues, shown as "pop-ups".
Parameters
project(module:project/JClicProject.JClicProject) — The JClicProject to which this activity belongs
FillInBlanksPanel
static
FillInBlanks.js:80Extends: module:activities/text/TextActivityBase.TextActivityBasePanel
The module:activities/text/TextActivityBase.TextActivityBasePanel where FillInBlanks 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