4require_once
'Modules/TestQuestionPool/classes/feedback/class.ilAssMultiOptionQuestionFeedback.php';
27 $text = $this->lng->txt(
'region') .
" " . (
$index + 1);
28 if (strlen($answer->getAnswertext())) {
29 $text = $answer->getAnswertext() .
": " . $text;
An exception for terminatinating execution or to throw for unit testing.
buildAnswerOptionLabel($index, $answer)
builds an answer option label from given (mixed type) index and answer (overwrites parent method from...