Example #1
0
 /**
  * Generate the display of the available marks for this question.
  * @param question_attempt $qa the question attempt to display.
  * @param core_question_renderer $qoutput the renderer for standard parts of questions.
  * @param question_display_options $options controls what should and should not be displayed.
  * @return HTML fragment.
  */
 public function marked_out_of_max(question_attempt $qa, core_question_renderer $qoutput, question_display_options $options)
 {
     return $qoutput->standard_marked_out_of_max($qa, $options);
 }