Quiz not accessible – loading forever

Home Forums Legacy Support Support queries Setup issues Quiz not accessible – loading forever

Tagged: 

Viewing 15 posts - 1 through 15 (of 25 total)
  • Author
    Posts
  • #250131
    MissMad
    Participant
    Hello! I've just seen that my quizzes are not accessible anymore: when I click to get to the quiz, I get a loader that goes on and never opens the page. I've tried it on my website as well as on my production site where I do the updates before doing them on the actual website and it's the same (so probably not due to updates missing). Could you please help? Site is www.smart-me-up.com
    #250198
    MissMad
    Participant
    Edit: I just made a brand new install  on a new site and it's still not working... There's a problem with WPLMS. Could you help, please?
    #250233
    MissMad
    Participant
    Woops! Actually, I gave you the wrong site... So, actual site is www.smart-me-up.com. No WP update, works well. You can test it here (https://www.smart-me-up.com/course/instagram-niveau-1/). However, on the dev site which is test.smart-me-up.com, quizzes don't work (same quizz here: https://test.smart-me-up.com/course/instagram-niveau-1/) Finally, on new install (WP up to date and WPLMS latest version, only one security plugin added apart from plugins needed for WPLMS), quizzes are still loading forever (http://testlms.smart-me-up.com/course/mon-premier-cours/). I don't understand what the problem is. Maybe WPLMS is not compatible with WP's latest version?
    #250368
    Veronica
    Moderator
    hi, if you are using react quizzes then you have to follow this tip: https://wplms.io/support/knowledge-base/quizzes-on-react/ and make sure: https://prnt.sc/rwnohe
    #250458
    MissMad
    Participant
    Works perfectly! Thanks! One more question: is it possible to set for all quizzes a default number of questions per page? Thanks you for your help and say safe.
    #250556
    Anshuman Sahu
    Keymaster
    yes its possible : please try adding this given code in your wplms-customizer.php file in wplms customizer plugin :     add_filter('wplms_react_quiz_default_question_numbers',function(){return 20;});
    #254805
    MissMad
    Participant
    This reply has been marked as private.
    #254910
    Veronica
    Moderator
    This reply has been marked as private.
    #254911
    Veronica
    Moderator
    may i know what's the issue? is it still loading continuously!!! on react quizzes! if yes then have you implement the above solutions to your site?
    #254925
    MissMad
    Participant
    Yes, still loading continuously. I’ve checked the API box, added the code to my htaccess and it still doesn’t work.
    #254926
    MissMad
    Participant
    Veronica, to log in, you need to click on « Connexion » on the top right corner of the homepage.
    #255134
    Kadous
    Participant
    Sorry for interrupting, can you please share with me the steps you applied to fix the quizzes loading issue   thanks in advance
    #255142
    MissMad
    Participant
    Hi Kadous, Not solved yet in my side.
    #255361
    Anshuman Sahu
    Keymaster
    .htaccess issue :

    add this line in your.htaccess file :

    SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0

    If above line does not work please change the above line to :

    SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$1

    #255396
    Kadous
    Participant
    Hi Alex, both commands are not working, I edited the .htaccess file and once I log in with any user the file is overwritten by the default one from wplms plugin
Viewing 15 posts - 1 through 15 (of 25 total)
  • The topic ‘Quiz not accessible – loading forever’ is closed to new replies.