diff --git a/application/helpers/qanda_helper.php b/application/helpers/qanda_helper.php index 9045e273af5..cd6d841e877 100644 --- a/application/helpers/qanda_helper.php +++ b/application/helpers/qanda_helper.php @@ -1397,7 +1397,7 @@ function do_list_dropdown($ia) //Time Limit Code if (trim($aQuestionAttributes['time_limit']) != '') { - return_timer_script($aQuestionAttributes, $ia); + $answer .= return_timer_script($aQuestionAttributes, $ia); } //End Time Limit Code