Example #1
0
 protected function display_options_form($showquestiontext, $scriptpath = '/mod/quiz/edit.php', $showtextoption = false)
 {
     // Overridden just to change the default values of the arguments.
     parent::display_options_form($showquestiontext, $scriptpath, $showtextoption);
 }
 protected function display_options_form($showquestiontext, $scriptpath = '/local/enemyquestions/edit.php', $showtextoption = true)
 {
     // Overridden just to change the default values of the argument.
     parent::display_options_form($showquestiontext, $scriptpath, $showtextoption);
 }