activities/text/TextActivityDocument
Source: TextActivityDocument.js:32
File : activities/text/TextActivityDocument.js
Created : 14/04/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
TextActivityDocument
This is the HTML DOM element used in text activities like FillInBlanks,
IdentifyText, OrderText and Complete. It contains the main document of
the activity, usually with some elements marked as "targets". In FillInBlanks, this
targets are encapsulated in TextTarget objects.
TextTarget
This class contains the properties and methods of the document elements that are the real
targets of user actions in text activities.
Parameters
doc(module:activities/text/TextActivityDocument.TextActivityDocument) — The document to which this target belongs.text(string) — Main text of this target.