• These errors are appearing above the questions on the front end of my site.
    Notice: Undefined variable: correctFeedbackStr in /home/mydomain.com/wp-content/plugins/quiz-tool-lite/quizFrontEnd/draw.php on line 1221

    Notice: Undefined variable: incorrectFeedbackStr in /home/mydomain.com/wp-content/plugins/quiz-tool-lite/quizFrontEnd/draw.php on line 1221

    I am using reflective questions with a simple feedback string “Your response will be saved” (without quotes).

    I have inserted the questions directly into lessons in Lifter LMS plugin, and also tried inserting the questions into a page directly, both times using [QTL-Question id=5 button=”Click to save”].

    I’ve tried deleting the feedback string, but the errors continue to appear.

Viewing 1 replies (of 1 total)
  • Plugin Author Alex Furr

    (@alexfurr)

    Hi – sounds like you’ve found a non critical debug warning which is being shown because you’ve got
    “define(‘WP_DEBUG’, true);”
    set in your wp-config.php file.

    Can you check to see if thats the case? In which case you can disable messages by changing it to:
    define(‘WP_DEBUG’, false);

    I’ll get a fix out for this as soon as I can, but in the short term you could simply do the steps advised above, assuking you have access to that file.

    Thanks for letting us know!

    Alex

Viewing 1 replies (of 1 total)
  • The topic ‘Getting error messages Notice: Undefined variable: incorrectFeedbackStr …’ is closed to new replies.