activities/text/WrittenAnswer
Source: WrittenAnswer.js:32
File : activities/text/WrittenAnswer.js
Created : 04/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
WrittenAnswer
static
WrittenAnswer.js:50Extends: module:Activity.Activity
This class of Activity shows a panel with ActiveBox objects acting as cells
with questions. The answers to these questions must be written in a separate text field.
The ActiveBox objects are filled with data stored in ActiveBagContent repositories.
A second ActiveBagContent can be used as alternative content, revealed as the questions
are solved.
Parameters
project(module:project/JClicProject.JClicProject) — The JClic project to which this activity belongs
WrittenAnswerPanel
static
WrittenAnswer.js:125Extends: module:Activity.ActivityPanel
The ActivityPanel where WrittenAnswer 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