diff --git a/js/qsm-quiz.js b/js/qsm-quiz.js index 9bc256437..a3ed96446 100644 --- a/js/qsm-quiz.js +++ b/js/qsm-quiz.js @@ -805,8 +805,8 @@ function qmnDoInit() { }); } } - if ( jQuery('.qsm-quiz-container-' + quizID + ' .qsm-submit-btn').is(':visible') || jQuery('.qsm-quiz-container-' + quizID + ' .qsm-quiz-comment-section').closest('.qsm-page').is(':visible') ) { - jQuery('.qsm-quiz-container-' + quizID + ' .qsm-quiz-comment-section').fadeIn(); + if ( jQuery('.qsm-quiz-container-' + _quiz_id + ' .qsm-submit-btn').is(':visible') || jQuery('.qsm-quiz-container-' + _quiz_id + ' .qsm-quiz-comment-section').closest('.qsm-page').is(':visible') ) { + jQuery('.qsm-quiz-container-' + _quiz_id + ' .qsm-quiz-comment-section').fadeIn(); } }); } diff --git a/mlw_quizmaster2.php b/mlw_quizmaster2.php index d88ea48b0..e4854fc86 100644 --- a/mlw_quizmaster2.php +++ b/mlw_quizmaster2.php @@ -2,7 +2,7 @@ /** * Plugin Name: Quiz And Survey Master * Description: Easily and quickly add quizzes and surveys to your website. - * Version: 8.1.9 + * Version: 8.1.10 * Author: ExpressTech * Author URI: https://quizandsurveymaster.com/ * Plugin URI: https://expresstech.io/ @@ -43,7 +43,7 @@ class MLWQuizMasterNext { * @var string * @since 4.0.0 */ - public $version = '8.1.9'; + public $version = '8.1.10'; /** * QSM Alert Manager Object diff --git a/readme.txt b/readme.txt index da62e2f87..38658bf01 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: quiz, survey, lead, test, score, exam, questionnaire, question,wordpress q Requires at least: 4.9 Tested up to: 6.2 Requires PHP: 5.4 -Stable tag: 8.1.9 +Stable tag: 8.1.10 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -163,6 +163,9 @@ This is usually a theme conflict. You can [checkout out our common conflict solu 18. Database == Changelog == += 8.1.10 (June 30, 2023) = +* Bug: Fixed issues with timer after 8.1.9 release + = 8.1.9 (June 28, 2023) = * Feature: Added option to disable quiz public links * Feature: Added option to apply global setting on multiple quizzes