48        if (strlen($answer->getImage())) {
 
   49            if ($this->questionOBJ->getThumbSize()) {
 
   50                $src = $this->questionOBJ->getImagePathWeb() . $this->questionOBJ->getThumbPrefix() . $answer->getImage();
 
   52                $src = $this->questionOBJ->getImagePathWeb() . $answer->getImage();
 
   55            $label[] = 
"<img src='{$src}' />";
 
   58        if (strlen($answer->getAnswertext())) {
 
   59            $label[] = $answer->getAnswertext();
 
   62        return implode(
'<br />', $label);
 
buildAnswerOptionLabel(int $index, $answer)
 
const SPECIFIC_QUESTION_TABLE_NAME
table name for specific feedback
 
getSpecificQuestionTableName()
returns the table name for specific question itself