4require_once
'Modules/TestQuestionPool/classes/feedback/class.ilAssMultiOptionQuestionFeedback.php';
24 if (strpos($this->questionOBJ->ordertext,
'::')) {
25 return explode(
'::', $this->questionOBJ->ordertext);
27 return explode(
' ', $this->questionOBJ->ordertext);
An exception for terminatinating execution or to throw for unit testing.
getAnswerOptionsByAnswerIndex()
returns the answer options mapped by answer index (can be overwritten by concrete question type class...
buildAnswerOptionLabel($index, $answer)
builds an answer option label from given (mixed type) index and answer (can be overwritten by concret...