4 require_once
'Modules/TestQuestionPool/classes/feedback/class.ilAssConfigurableMultiOptionQuestionFeedback.php';
23 return self::SPECIFIC_QUESTION_TABLE_NAME;
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);
getSpecificQuestionTableName()
buildAnswerOptionLabel($index, $answer)
Create styles array
The data for the language used.
const SPECIFIC_QUESTION_TABLE_NAME