4 require_once
'Modules/TestQuestionPool/classes/feedback/class.ilAssMultiOptionQuestionFeedback.php';
24 return $this->questionOBJ->gaps;
38 $caption =
'Gap '.$ordinal = $index+1 .
':<i> ';
40 foreach( $answer->items as $item )
42 $caption .=
'"' . $item->getAnswertext().
'" / ';
45 $caption = substr($caption, 0, strlen($caption)-3);
getAnswerOptionsByAnswerIndex()
returns the answer options mapped by answer index (overwrites parent method from ilAssMultiOptionQues...
buildAnswerOptionLabel($index, $answer)
builds an answer option label from given (mixed type) index and answer (overwrites parent method from...