░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/datadrive/moodledata/filedir/a9/c4
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: a9c456d25f68ab7d910df4377e0e472b8eb00087
(function (FindTheWords) { /** * Keeps track of the number of times the game is submitted. * @class H5P.FindTheWords.Counter * @param {H5P.jQuery} $container */ FindTheWords.Counter = function ($container) { /** @alias H5P.FindTheWords.Counter# */ var self = this; var current = 0; /** * @private */ var update = function () { $container[0].innerText = current; }; /** * Increment the counter. */ self.increment = function () { current++; update(); }; /** * Revert counter back to its natural state */ self.reset = function () { current = 0; update(); }; }; })(H5P.FindTheWords);
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 a9c456d25f68ab7d910df4377e0e472b8eb00087
?
709 B
2023-08-03 13:30
EDIT