Course results issue

Home Forums Legacy Support Support queries How-to & Troubleshooting Course results issue

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #214161
    jamo162
    Spectator
    Hello,   I have on my website one course with one quiz, I have set the quiz questions and everything is alright. The problem is when a student submit the quiz if he leaves one question without answering, the results are not shown in the result tab in the profile page. How could I show test results eve though not all question are answers when submiting? Thank you
    #214294
    logan
    Member
    Dear, there is nothing like that. please make sure your course is in automatic evaluation mode. if there is an issue please share a video of both conditions. i will look into this matter asap. i will also need your site credentials with course url. make sure they should be in a private reply.
    Tip: For better support always share a screenshot: If you want to send us a video of the issue, use https://screencast-o-matic.com/ to upload and share url of the video.
    #228302
    SuperDave
    Spectator
    I have same issue  
    #228344
    logan
    Member
    Hello,

    Add this code in your wplms-customizer.php file in wplms customizer plugin :

    add_filter('wplms_hide_quiz_result_details',function($flag,$quiz_id){

        return 0;

    },10,2);

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Course results issue’ is closed to new replies.