Skip to content

Commit

Permalink
added a trigger in timer function
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-pranav committed Dec 13, 2024
1 parent 140545c commit 348a9e3
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 348a9e3

Please sign in to comment.