36 return self::SPECIFIC_QUESTION_TABLE_NAME;
43 if ($answer->hasImage()) {
44 if ($this->questionOBJ->getThumbSize()) {
45 $src = $this->questionOBJ->getImagePathWeb() . $this->questionOBJ->getThumbPrefix() . $answer->getImage();
47 $src = $this->questionOBJ->getImagePathWeb() . $answer->getImage();
50 $label[] =
"<img src='{$src}' />";
53 if ($answer->getAnswertext() !==
null 54 && $answer->getAnswertext() !==
'') {
55 $label[] = $answer->getAnswertext();
58 return implode(
'<br />', $label);
getSpecificQuestionTableName()
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
buildAnswerOptionLabel(int $index, $answer)
const SPECIFIC_QUESTION_TABLE_NAME
table name for specific feedback