Quiz And Survey Master (Formerly Quiz Master Next) - Version 6.4.10

Version Description

(May 05, 2020) = * Bug: Fixed issue while using quotes in CSS (https://github.com/QuizandSurveyMaster/quiz_master_next/issues/874). * Bug: Fixed issue where text label overrides checkbox. * Bug: Fixed duplicate messages when login is required. * Bug: Fixed unwanted appearance of timer popup (https://wordpress.org/support/topic/time-is-up-message-is-displayed-for-odd-reason/#post-12749059). * Bug: Fixed issue with latex syntax on result page. * Enhancement: Added pagination while importing questions from question bank to increase performance

Download this release

Release Info

Developer expresstech
Plugin Icon 128x128 Quiz And Survey Master (Formerly Quiz Master Next)
Version 6.4.10
Comparing to
See all releases

Code changes from version 6.4.9 to 6.4.10

css/common.css CHANGED
@@ -114,7 +114,9 @@ footer.qsm-popup__footer button.qsm-popup-secondary-button:hover{
114
  background-color: #808080 !important;
115
  opacity: 0.9;
116
  }
117
-
 
 
118
  @media screen and (max-width: 767px){
119
  .question-type-polar-s .left-polar-title,
120
  .question-type-polar-s .slider-main-wrapper,
114
  background-color: #808080 !important;
115
  opacity: 0.9;
116
  }
117
+ .qsm-quiz-container .qsm-contact-type-checkbox input{
118
+ display: inline-block;
119
+ }
120
  @media screen and (max-width: 767px){
121
  .question-type-polar-s .left-polar-title,
122
  .question-type-polar-s .slider-main-wrapper,
js/jquery-ui.js ADDED
@@ -0,0 +1,18706 @@