Skip to content

Commit

Permalink
Merge pull request #2735 from QuizandSurveyMaster/CU-85zrum0rw-timer-…
Browse files Browse the repository at this point in the history
…new-feature

added a trigger in timer function
  • Loading branch information
zubairraeen authored Dec 13, 2024
2 parents 140545c + 348a9e3 commit 56cf6d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/qsm-quiz.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ var qsmTimerInterval = [];
$('.qsm-quiz-container-' + quizID).find('.stoptimer-p').hide();
MicroModal.show('modal-3');
}
jQuery(document).trigger('qsm_timer_ended', [quizID, qmn_quiz_data, qsm_timer_consumed_obj]);
return;
}
},
Expand Down

0 comments on commit 56cf6d5

Please sign in to comment.