4 require_once
'Modules/TestQuestionPool/classes/feedback/class.ilAssConfigurableMultiOptionQuestionFeedback.php';
33 return self::SPECIFIC_QUESTION_TABLE_NAME;
45 if( strlen($answer->getImage()) )
47 if( $this->questionOBJ->getThumbSize() )
49 $src = $this->questionOBJ->getImagePathWeb() . $this->questionOBJ->getThumbPrefix() . $answer->getImage();
53 $src = $this->questionOBJ->getImagePathWeb() . $answer->getImage();
56 $label[] =
"<img src='{$src}' />";
59 if( strlen($answer->getAnswertext()) )
61 $label[] = $answer->getAnswertext();
64 return implode(
'<br />', $label);
const SPECIFIC_QUESTION_TABLE_NAME
table name for specific feedback
buildAnswerOptionLabel($index, $answer)
getSpecificQuestionTableName()
returns the table name for specific question itself
Create styles array
The data for the language used.