Sindbad~EG File Manager

Current Path : /var/www/moodledata/bnf310/filedir/a9/c4/
Upload File :
Current File : /var/www/moodledata/bnf310/filedir/a9/c4/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);

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists