4require_once
'Modules/TestQuestionPool/classes/feedback/class.ilAssMultiOptionQuestionFeedback.php';
24 if (strpos($this->questionOBJ->ordertext,
'::'))
26 return explode(
'::', $this->questionOBJ->ordertext);
28 return explode(
' ', $this->questionOBJ->ordertext);
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...