Skip to content

Commit

Permalink
Merge pull request #2670 from QuizandSurveyMaster/dev-pranav
Browse files Browse the repository at this point in the history
Dev pranav
  • Loading branch information
zubairraeen authored Oct 7, 2024
2 parents eb075ab + 3a9a43b commit 8c92590
Show file tree
Hide file tree
Showing 3 changed files with 3 additions 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 @@ -170,6 +170,7 @@ var qsmTimerInterval = [];
}
var secondsRemaining = qmn_quiz_data[quizID].timerRemaning;
var secondsConsumed = qmn_quiz_data[quizID].timerConsumed;
jQuery(document).trigger('qmn_timer_consumed_seconds', [quizID, qmn_quiz_data, qsm_timer_consumed_obj]);
if (localStorage.getItem('mlw_time_quiz' + quizID) != null ) {
secondsRemaining = (parseFloat(qmn_quiz_data[quizID].timer_limit) * 60) - secondsConsumed + 1;
if(secondsRemaining < 0) {
Expand Down
1 change: 1 addition & 0 deletions php/admin/options-page-style-tab.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ function qsm_options_styling_tab_content() {
<li>
<a href="javascript:void(0)" data-id="legacy" class="quiz_style_tab"><?php esc_html_e( 'Legacy', 'quiz-master-next' ); ?></a>
</li>
<?php do_action( 'qsm_add_style_sub_menu_after' ); ?>
</ul>
</div>
<div id="qsm_themes" class="quiz_style_tab_content">
Expand Down
1 change: 1 addition & 0 deletions php/admin/options-page-text-tab.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ function mlw_options_text_tab_content() {
<li>
<a href="javascript:void(0)" data-id="qsm_custom_label" class="quiz_text_tab"><?php esc_html_e( 'Labels', 'quiz-master-next' ); ?></a>
</li>
<?php do_action( 'qsm_add_list_menu_text_tab_after', $variable_list ); ?>
</ul>
</div>
<div class="qsm-text-main-wrap">
Expand Down

0 comments on commit 8c92590

Please sign in to comment.