Skip to content

Commit

Permalink
Fixed issue #16450: Timer does not work for dropdown questions (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieljenik committed Jul 9, 2020
1 parent 9d2a5b2 commit bc5f3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/qanda_helper.php
Expand Up @@ -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

Expand Down

0 comments on commit bc5f3c7

Please sign in to comment.