/**
  * init
  *
  * @param xxx $hotpot
  */
 function init($hotpot)
 {
     parent::init($hotpot);
     // replace standard jcloze.js with jgloss.js
     $this->javascripts = preg_grep('/jcloze.js/', $this->javascripts, PREG_GREP_INVERT);
     array_push($this->javascripts, 'mod/hotpot/attempt/hp/6/jcloze/jgloss.js');
 }