Skip to content

Commit

Permalink
Merge pull request #2525 from QuizandSurveyMaster/justhyre-clenche-13248
Browse files Browse the repository at this point in the history
Add trigger : qsm_show_inline_result_after
  • Loading branch information
zubairraeen authored Apr 22, 2024
2 parents ef44669 + 954ce74 commit 833a8d8
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 @@ -1790,6 +1790,7 @@ function qsm_show_inline_result(quizID, question_id, value, $this, answer_type,
MathJax.typesetPromise();
}
jQuery('.qsm-spinner-loader').remove();
jQuery(document).trigger('qsm_show_inline_result_after', [quizID, question_id, value, $this, answer_type, $i_this, index]);
}
function addSpinnerLoader($this,$i_this) {
if ($this.find('.mlw_answer_open_text').length) {
Expand Down

0 comments on commit 833a8d8

Please sign in to comment.