• Hi,
    Can somebody help? After submitting answer for survey I got this error, any idea what this means:
    Warning: Division by zero in /home/www/7ee45c92a65a655ff0089feb14b4d3bb/web/test/wordpress/wp-content/plugins/wp-survey-and-quiz-tool/lib/Wpsqt/Tokens.php on line 119

    Warning: Division by zero in /home/www/7ee45c92a65a655ff0089feb14b4d3bb/web/test/wordpress/wp-content/plugins/wp-survey-and-quiz-tool/lib/Wpsqt/Tokens.php on line 119

    this is from Token.php
    line 117: // Calculate percentage
    line 118: preg_match(‘$(\d*)\scorrect\sout\sof\s(\d*)$’, $_SESSION[‘wpsqt’][‘current_score’], $score);
    line 119: $percentage = $score[1] / $score[2] * 100 . ‘%’;

    What percentage? I haven’t seen any settings for that. Thanks!

    http://wordpress.org/extend/plugins/wp-survey-and-quiz-tool/

Viewing 4 replies - 1 through 4 (of 4 total)
  • I am having the same problem. Any help would be greatly appreciated

    Thread Starter gojak

    (@gojak)

    I just hid line 119 //$percentage = $score[1] / $score[2] * 100 . ‘%’;
    and it is still working like charm. I had no time to work more on this… I hope this helps

    fixme

    (@fixme)

    i have the same problem, its only happen when the quizz using other than optional question (text answer). maybe the function confuse how to mark the answer 😀

    Thread Starter gojak

    (@gojak)

    Probably… Anyway I was using this plugin one time only so I had no chance to look into it further. 😉

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WP Survey And Quiz Tool] Warning: Division by zero in … Token,php’ is closed to new replies.