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