Answers are missing most of the time when students Submitting Answers

Home Forums Legacy Support Support queries Setup issues Answers are missing most of the time when students Submitting Answers

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #244777
    Aminul
    Participant
    Our students are in deep trouble. We never found there answers in our backend/dashboard when they take a mock/final exam, searched everywhere. Also, we tried the same thing from admin and the same thing happened. I saw the previous query most of the owners are suffering the same issues. I need a quick response from you.
    #244917
    Anshuman Sahu
    Keymaster
    Please check the following :

    1. Comments are enabled for all the questions in the quiz

     

    2. Discussion settings are set as per documentation. : http://prntscr.com/nou6f3

    please try adding this given code in your wplms-customizer.php file in wplms customizer plugin :   add_filter('wplms_get_answer_object_meta_query',function($settins){ unset($settins['meta_query']); return $settins; }); add_filter('wplms_get_answer_object_meta_query',function($settins){ unset($settins['meta_query']); return $settins; });
    #245393
    Aminul
    Participant
    1. Comments are enabled for all the questions in the quiz (Already did the same long ago)

    2. Discussion settings are set as per documentation. : http://prntscr.com/nou6f3 (same with that too)

    Already we have that code in our wplms-customizer.php file in wplms customizer plugin : include_once 'classes/customizer_class.php'; if(class_exists('WPLMS_Customizer_Plugin_Class')) { // instantiate the plugin class $wplms_customizer = new WPLMS_Customizer_Plugin_Class(); } add_filter('wplms_get_answer_object_meta_query',function($settins){ unset($settins['meta_query']); return $settins; }); add_filter( 'bp_email_use_wp_mail', '__return_true ' );

    • Please let us know what should we do now and right now i added your given code also.
    #245575
    Veronica
    Moderator
    hi, it seems all the settings are set up properly on your site but maybe the server blocking the content. you can use react quizzes. here are some tips on react quizzes. https://wplms.io/support/knowledge-base/quizzes-on-react/ https://www.youtube.com/watch?v=1zmtpXF0PJs https://wplms.io/support/knowledge-base/advanced-quiz-statistics-in-react-quizzes/
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Answers are missing most of the time when students Submitting Answers’ is closed to new replies.