Home › Forums › Legacy Support › Support queries › Setup issues › Quiz not accessible – loading forever
Tagged: quizzes
- This topic has 24 replies, 4 voices, and was last updated 4 years, 6 months ago by Veronica.
-
AuthorPosts
-
April 9, 2020 at 12:48 pm #250131MissMadParticipantHello! 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.comApril 9, 2020 at 6:06 pm #250198MissMadParticipantEdit: 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?April 9, 2020 at 8:52 pm #250233MissMadParticipantWoops! 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?April 10, 2020 at 9:58 am #250368VeronicaModeratorhi, 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/rwnoheApril 10, 2020 at 1:54 pm #250458MissMadParticipantWorks 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.April 11, 2020 at 9:58 am #250556Anshuman SahuKeymasteryes 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;});April 27, 2020 at 4:28 pm #254805MissMadParticipantThis reply has been marked as private.April 28, 2020 at 7:03 am #254910VeronicaModeratorThis reply has been marked as private.April 28, 2020 at 7:03 am #254911VeronicaModeratormay 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?April 28, 2020 at 7:49 am #254925MissMadParticipantYes, still loading continuously. I’ve checked the API box, added the code to my htaccess and it still doesn’t work.April 28, 2020 at 7:52 am #254926MissMadParticipantVeronica, to log in, you need to click on « Connexion » on the top right corner of the homepage.April 28, 2020 at 9:09 pm #255134KadousParticipantSorry for interrupting, can you please share with me the steps you applied to fix the quizzes loading issue thanks in advanceApril 28, 2020 at 10:48 pm #255142MissMadParticipantHi Kadous, Not solved yet in my side.April 29, 2020 at 1:43 pm #255361Anshuman SahuKeymaster.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
April 29, 2020 at 3:04 pm #255396KadousParticipantHi 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 -
AuthorPosts
- The topic ‘Quiz not accessible – loading forever’ is closed to new replies.