Exemplo n.º 1
0
 public function manual_comment(question_attempt $qa, question_display_options $options)
 {
     return parent::manual_comment($qa, $options);
     // TODO: Change the autogenerated stub
 }
Exemplo n.º 2
0
 public function specific_feedback(question_attempt $qa)
 {
     return trim(html_entity_decode(parent::specific_feedback($qa)), " \t\n\r\v ");
 }