41         return self::SPECIFIC_QUESTION_TABLE_NAME;
    48         if ($answer->hasImage()) {
    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 ($answer->getAnswertext() !== null
    59             && $answer->getAnswertext() !== 
'') {
    60             $label[] = $answer->getAnswertext();
    63         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