|
|
|
|
@ -3710,9 +3710,11 @@ HTML; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
$contents = ob_get_clean(); |
|
|
|
|
$question_content = '<div class="question_row_answer">'; |
|
|
|
|
|
|
|
|
|
$question_content = ''; |
|
|
|
|
if ($show_results) { |
|
|
|
|
$question_content = '<div class="question_row_answer">'; |
|
|
|
|
|
|
|
|
|
$show_media = false; |
|
|
|
|
/*if ($objQuestionTmp->parent_id != 0 && !in_array($objQuestionTmp->parent_id, $media_list)) { |
|
|
|
|
$show_media = true; |
|
|
|
|
@ -3728,7 +3730,10 @@ HTML; |
|
|
|
|
$counter++; |
|
|
|
|
|
|
|
|
|
$question_content .= $contents; |
|
|
|
|
$question_content .= '</div>'; |
|
|
|
|
|
|
|
|
|
if ($show_results) { |
|
|
|
|
$question_content .= '</div>'; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
$exercise_content .= $question_content; |
|
|
|
|
|
|
|
|
|
|