• Resolved JMaartenW

    (@jmaartenw)


    hi,
    I’m getting increasingly frustrated with this plugin unfortunately.
    Please can you help to resolve the following issues.

    1- after multiple tests by Admin ( 20 ) I’ve just noticed that the answers are no longer being captured in the quiz results – even when I “save” the answers at the end of the quiz. I deleted all previous 20 completed quizzes thinking maybe there is a limit but to no avail. But emails are sent ok to both user and admin. but because answers are not displayed in email all the answers are lost!

    2- Answer table tag is blank. the above would be ok if the “answer Table” tag captured the results and answers either in the email or on the final result screen. but this has never worked.

    This is becoming critical now as we were about to Go-Live this week…

    your help would be greatly appreciated..

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter JMaartenW

    (@jmaartenw)

    so an update on this is that there is a problem with the caching plugin which means the awnser table remains empty and the dbs is not populated.

    If I disable the plugin it seems to all work better lol.

    however the export to CSV with details still only exports the answer to the first question.

    Id like to understand how to fix that

    Plugin Author Bob

    (@prasunsen)

    The Ajax requests to your site are forbidden:

    https://prnt.sc/127a4v0

    You need your webmaster or server admin to fix this. It’s not a pluign problem, admin-ajax.php should always be accessible and not return 403.

    Plugin Author Bob

    (@prasunsen)

    Also on loading the site is returning a fatal JS error:

    https://prnt.sc/127aa78

    The code should not be using shorthand $ in WordPress, it should be using the full jQuery handler.

    Thread Starter JMaartenW

    (@jmaartenw)

    hi, I am not seeing any errors in my console or in query monitor. please clarify how you’re seing this and how to fix them if this is preventing the quiz from working correctly?

    many thanks

    Plugin Author Bob

    (@prasunsen)

    Looks like your admin-ajax is now working so I was able to submit the quiz.

    However after clicking on the first question and continue the Chrome JS console (press control + shift + J in Chrome) still returns that error:

    d52ed.js:5 Uncaught TypeError: $(...).modal is not a function
        at HTMLDocument.<anonymous> (038cc.js:13)
        at e (d52ed.js:5)
        at t (d52ed.js:5)

    This is not our code, it’s some modal window plugin.

    Thread Starter JMaartenW

    (@jmaartenw)

    hi, thanks

    I’ve found the php file with the connflicting code and corrected it.

    Does this now resolve the issues with the quiz?

    many thanks

    Plugin Author Bob

    (@prasunsen)

    Yes, I see no more errors and the quiz works fine.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘multiple issues with quiz results’ is closed to new replies.