Example #1
0
 public function adjust_display_options(question_display_options $options) {
     parent::adjust_display_options($options);
     if ($this->clearwrong) {
         $options->clearwrong = true;
     }
     $options->numpartscorrect = $this->shownumcorrect;
 }