• Hi!
    I am facing this issue on quiz page it is throwing a JS error and am unable to start quiz with that button.
    I have tried basic debugging like deactivating plugins one by one and also switch themes to default etc. But still no can you plz have a look into it and inform me whats going on.
    Here is the screen shot of the error

    Regards,

    • This topic was modified 7 years, 9 months ago by Umer.Shoukat.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author fatcatapps

    (@fatcatapps)

    Hello there,

    Yes, let’s see how we can help. Are your quizzes not starting, or have you noticed anything wrong when viewing your quizzes?

    Usually they will not start in this case, but let me know your symptoms, and I can be of much better assistance.

    Regards,
    Jeremy Hoffman
    Support Engineer,
    Fatcat Apps

    Same issue: the quiz doesn’t start.
    Problem born after wordpress upgrade (4.7.2).
    Thanks

    same issue here as well, I think it has some conflicts with other jquery files.

    WoohoOO00 I debugged your js and fixed it, you defined e but you don’t have any variable of e so you have to write this line:
    var e=thisId;
    in the function loadQuizzes

    function loadQuizzes() {
    $(“.fca_qc_quiz”).each(function(index) {
    var thisId = get_quiz_id(this);
    var e=thisId;
    ?? Cheers!!!

    Plugin Author fatcatapps

    (@fatcatapps)

    Hello There,

    Thank you for the reports fellows. Sorry for the slow response time.I’ll usually do much better if you post these in the support forums, and not a review.

    However, it looks like you’re onto something @neginparsa, I’ve added a card to our bugtracker, and notified our dev. I’ll come back here within a week with details on if/when you can expect a fix.

    Regards,
    Jeremy Hoffman
    Support Engineer,
    Fatcat Apps

    Plugin Author fatcatapps

    (@fatcatapps)

    Hello There,

    We are investigating this issue further, and having some issues reproducing. We wanted to collect information on what browsers and themes you are experiencing this issue with, that help us pin it down a lot better.

    Thanks in advance for all your assistance everyone.

    Regards,
    Jeremy Hoffman
    Support Engineer,
    Fatcat Apps

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘It is showing Js error in console “Cannot read property ‘answers’ of undefined”’ is closed to new replies.