コード例 #1
0
 /**
  * Updates the CSS/JS requirements for this form
  */
 protected function set_form_requirements()
 {
     global $PAGE, $CFG;
     parent::set_form_requirements();
     init_js_modules("omerointeractive");
     $PAGE->requires->css(new moodle_url("{$CFG->wwwroot}/question/type/omerointeractive/css/question-editor-interactive.css"));
 }
コード例 #2
0
 /**
  * Updates the CSS/JS requirements for this form
  */
 protected function set_form_requirements()
 {
     parent::set_form_requirements();
     init_js_modules("omeromultichoice");
 }