Course Evaluation Issues

Home Forums Legacy Support Support queries Other issues Course Evaluation Issues

Viewing 15 posts - 1 through 15 (of 35 total)
  • Author
    Posts
  • #366552
    italymadeeasy
    Spectator
    Hi there, students have started to report that their final Course Evaluation is wrong and unfair. Basically, students who took all quizzes and got very high scores, like 9 or 10, in the end are getting a course evaluation of 40 to 50%. I suspect that thing might be caused by the following... Each course we offer has 2 batches, and therefore 2 course curricula. One batch has access to Assignments, the other does not. We recently stopped selling the batch that has Assignments and removed the option to buy that batch from the WooCommerce product. We have not deleted the Batch, Group or Course Curriculum, but something tells me that the sub-50% final course evaluation is linked to the fact that, somehow, WPLMS is expecting everyone to complete Assignments too (but they are not even in their course curriculum). Do you have any advice for this? Have you seen this issue before? How can we fix the issue?
    #366588
    Veronica
    Moderator
    hi are you on v3 of the theme? please share credentials for both admin and student to replicate this will be good if you share the video of the issue
    #366623
    italymadeeasy
    Spectator
    hi there, unfortunately we cannot share credentials. We are on v3, yes. I will shoot a video to show you the issue. Cheers
    #366688
    italymadeeasy
    Spectator
    This reply has been marked as private.
    #366689
    italymadeeasy
    Spectator
    This means that ALL of our students enrolled in "Course Only" batches (without assignments) are being graded incorrectly.
    #366747
    Anshuman Sahu
    Keymaster
    Ok simply add this code in your wplms-customizer.php file in wplms customizer plugin :
    add_action('init',function(){
    remove_filter('wplms_course_student_marks','wplms_assignment_student_marks',1,3);
    remove_filter('wplms_course_maximum_marks','wplms_assignment_maximum_marks',1,3);
    });
    #366821
    italymadeeasy
    Spectator
    Thank you!!! Before I apply the code... will that remove assignments from the final course score for ALL Batches in courses? Because... the thing is, we still want Assignments to be included in the course Batches that do have them in their curriculum. Cheerss
    #366822
    italymadeeasy
    Spectator
    Another very important question... What do we do to force WPLMS to re-evaluate students' final score, if their score has already been created? Thanks
    #366899
    Anshuman Sahu
    Keymaster
    You can re-evaluate course from course admin -> submissions -> course tab -> evaluated . Yes it will completely remove the assignments into evaluation from course . The issue should not have appeared in first place as we have filter to filter out curriculum if user is in batch all over the place . So the assignments results should not have been taken into consideration if they are not set for the batch .
    #366932
    italymadeeasy
    Spectator
    Hi and thanks.
    You can re-evaluate course from course admin -> submissions -> course tab -> evaluated .
    You mean, you need to re-evaluate students one by one? We have hundreds of students who have been graded incorrectly because of this code error, is is possible to do this in bulk? And... if we do, will students be emailed to be notified about the "course evaluation"?
    Yes it will completely remove the assignments into evaluation from course . The issue should not have appeared in first place as we have filter to filter out curriculum if user is in batch all over the place . So the assignments results should not have been taken into consideration if they are not set for the batch .
    But the code you gave me will NOT remove the assignments from batches that have them included in the curriculum? Correct? Thanks again
    #367143
    Anshuman Sahu
    Keymaster
    yes they will be notified for "course evaluation" But the code you gave me will NOT remove the assignments from batches that have them included in the curriculum? Correct? No, the code I provided will work for all regardlessly if student was in batch or not or he has assignments in curriculum or not .
    #367191
    italymadeeasy
    Spectator
    I see, thanks. So there is no way to still have students in batches with assignments to be grade taking assignments into account, and students in batches without assignments to be graded without assignments? That would seem the logical way of doing it, no? In relation to the email notification... could we perhaps turn off the touch point relative to "course evaluation", just for the duration of the operation? Thanks again, Emanuele
    #367192
    italymadeeasy
    Spectator
    Another question... I see that the method you suggested (Course Admin > Submissions > Course) does not allow for bulk operations. All I see is an endless list of students who have already been evaluated: https://d.pr/i/TQQNra Is there a way to do this from the backend, via the Ad Hoc Functions? It will take us forever to go through a few thousand students to decide if we should re-evaluate their course. Also, since the front end list does not even show what score the student got in the first place, we really would have to open the "evaluation page" for all past students. https://d.pr/i/EjH8XA If we could at least see the score they got, maybe it would be a quicker fix for us, and all other WPLMS users who find themselves in the same place? Just a thought, Thanks!
    #367193
    italymadeeasy
    Spectator
    This reply has been marked as private.
    #367360
    Anshuman Sahu
    Keymaster
    1 . Well the issue that you are getting should not appear at all in first place as the curriculum is overwritten by batch curriculum everywhere . We need to test this out at your site , can you please share your course url and username for whcih course evaluation was not done properly? In relation to the email notification… could we perhaps turn off the touch point relative to “course evaluation”, just for the duration of the operation? ITs upto you . Im sorry there is no bulk setting course marks anywhere in the wplms system as same marks cannot be set for all students in a course. does not even show what score the student got in the first place it does show the marks of the user obtained if user got marks in the course. The total evaluated marks are being shown : https://prnt.sc/1jv99or another place is in the course-> activity tab.we record activity when course is evaluated to get the score .
Viewing 15 posts - 1 through 15 (of 35 total)
  • The topic ‘Course Evaluation Issues’ is closed to new replies.