|
|
|
@ -119,4 +119,15 @@ class Annotation extends Question |
|
|
|
|
$this->weighting = $form->getSubmitValue('weighting'); |
|
|
|
|
$this->save($exercise); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* @inheritDoc |
|
|
|
|
*/ |
|
|
|
|
public function return_header($exercise, $counter = null, $score = []) |
|
|
|
|
{ |
|
|
|
|
$score['revised'] = $this->isQuestionWaitingReview($score); |
|
|
|
|
|
|
|
|
|
return parent::return_header($exercise, $counter, $score); // TODO: Change the autogenerated stub |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|