activities/textGrid/WordSearch
Source: WordSearch.js:32
File : activities/textGrid/WordSearch.js
Created : 15/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
WordSearch
static
WordSearch.js:50Extends: module:Activity.Activity
This class of Activity shows a TextGrid with some words placed in horizontal,
vertical or diagonal direction, written right or upside down. The remaining grid cells will be
filled with randomly selected characters.
The aim of the activity is to find all the words hidden on the text grid.
The content of an optional ActiveBagContent can be revealed on an auxiliary panel as
words are found.
Parameters
project(module:project/JClicProject.JClicProject) — The JClic project to which this activity belongs
WordSearchPanel
static
WordSearch.js:118Extends: module:Activity.ActivityPanel
The ActivityPanel where WordSearch 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