I’ve been working with the QSM plugin to create a quiz in my online course with Tutor LMS and WordPress.
I have already created the quiz and the results pages and the questions are set up to be graded by points and as correct or incorrect.
My quiz has categories because I need the grading to be by category, which is why I chose this plugin for my quiz.
However, when testing it, my results pages do not appear when I finish the quiz, instead I am sent to an ‘undefined’ page.
It seems that the plugin is either not adding up the points correctly or is adding them up incorrectly, which is preventing the conditions for each results page from being met and displayed at the end of the quiz.
Has anyone experienced something similar and can give me some guidance on how to resolve it?
I would be so grateful if someone could provide a solution.
Cheers.
]]>Any advice on how to, in order of preference:
1) make a modification so they do not conflict (or maybe your development team can find a fix for future WP-Optimize releases?)
2) prevent Minify from being active on just the one page, or on all survey pages that may be created in the future?
require('/var/www/vhosts...')
#5 /opt/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/vendor/wp-cli/wp-cli/php/WP_CLI /Runner.php(1212): WP_CLI\Runner->load_wordpress()
#6 /opt/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/vendor/wp-cli/wp-cli/php /WP_CLI/Bootstrap/LaunchRunner.
in /var/www/vhosts/mywebsite.com/httpdocs/wp-content/plugins/quiz-master-next/php/class-qsm-install.php on line 64 Fatal error: Uncaught Error:
Call to a member function register_quiz_setting () on null in /var/www/vhosts/mywebsite.com/httpdocs/wp-content/plugins/quiz-master-next/php/class-qsm-install.php:64
Stack trace: #0 /var/www /vhosts/mywebsite.com/httpdocs/wp-includes/class-wp-hook.php(307): QSM_Install->register_default_settings()
#1 /var/www/vhosts/mywebsite.com/httpdocs/wp-includes/class -wp-hook.php(331):
WP_Hook->apply_filters()
#2 /var/www/vhosts/mywebsite.com/httpdocs/wp-includes/plugin.php(476): WP_Hook->do_action()
#3 /var/www/vhosts/mywebsite.com /httpdocs/wp-settings.php(461): do_action()
#4 /opt/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/vendor/wp-cli/wp-cli/php/ WP_CLI/Runner.php(1291): require('/var/www/vhosts...')
#5 /opt/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/vendor/wp- cli/wp-cli/php/WP_CLI/Runner.php(1212): WP_CLI\Runner->load_wordpress()
#6 /opt/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/vendor/ wp-cli/wp-cli/php/WP_CLI/Bootstrap/LaunchRunner. in /var/www/vhosts/mywebsite.com/httpdocs/wp-content/plugins/quiz-master-next/php/class-qsm-install.php on line 64 Error: There has been a critical error on this site .
Learn more about debugging WordPress.
]]>I want to change my styles on the Quiz page as follows.
1. Change the new questions font-weight, bold to normal
2. Reduce the padding between “question before the message” and “1st question”
3. Remove the hover border in the button
4. Change button color to my default button color(#4744dd)
5. And change “questions font-size to 18px” and “answers font sizes to 16px”
Cheers,
Supun.