4require_once
'Modules/TestQuestionPool/classes/feedback/class.ilAssConfigurableMultiOptionQuestionFeedback.php';
35 if (strlen($answer->getImageFile())) {
36 if ($this->questionOBJ->getThumbSize()) {
37 $src = $answer->getThumbWebPath();
39 $src = $answer->getImageWebPath();
42 $label[] =
"<img src='{$src}' />";
45 if (strlen($answer->getAnswertext())) {
46 $label[] = $answer->getAnswertext();
49 return implode(
'<br />', $label);
An exception for terminatinating execution or to throw for unit testing.
getSpecificQuestionTableName()
returns the name of question specific table
const SPECIFIC_QUESTION_TABLE_NAME
buildAnswerOptionLabel($index, $answer)