Quiz submission failure

Home Forums Legacy Support Support queries Update Issues Quiz submission failure

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #313363
    dmac
    Spectator
    Hi, We have an issue on our platform related to the quizzes. All of our courses + quizzes are set to get evaluated automatically. However, once in a while we have students whose quizzes do not get automatically evaluated. This happens on the students' end: They still see the button that says 'start quiz' after marking all of their answers. when they click on it, they get redirected to the beginning of the quiz. Or, sometimes the page freezes and all they see is the loading circle on the screen, but they are unable to click on anything else to move forward. This happens in the admin dashboard: - their quiz answers come through but sometimes it mentions 'under evaluation' when looking at the student's progress tab. This was the case today, but the quiz didn't even show on the 'submissions tab' under the 'pending evaluation' section. Therefore we couldn't even manually evaluate the quiz. Please let me know if you could look into this. I will share whatever access you require in a private message. Kind regards
    #313720
    Anshuman Sahu
    Keymaster
    This is strange one .Please make sure that your buddypress plugin is updated to latest version 6.3.0 if you have not . Please share quiz/course url and admin credentails to check issue further .
    #319946
    dmac
    Spectator
    This reply has been marked as private.
    #320183
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #320223
    dmac
    Spectator
    This reply has been marked as private.
    #320411
    Anshuman Sahu
    Keymaster
    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;
    
    });
    #323738
    dmac
    Spectator
    Hi Alex, Thank you for sharing this information. We've tried to fix the issue with this without any success so far. Do you have any other recommendations on how to fix this? Kind regards, Dirk
    #323917
    Anshuman Sahu
    Keymaster
    Well I went to check this out but getting this on your website from child theme right now. https://prnt.sc/vgrxv0
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Quiz submission failure’ is closed to new replies.