Home › Forums › Legacy Support › Support queries › Other issues › Course Evaluation Issues
- This topic has 34 replies, 4 voices, and was last updated 3 years, 2 months ago by Anshuman Sahu.
-
AuthorPosts
-
July 28, 2021 at 3:48 am #366552italymadeeasySpectatorHi 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?July 28, 2021 at 12:30 pm #366588VeronicaModeratorhi 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 issueJuly 29, 2021 at 2:08 am #366623italymadeeasySpectatorhi there, unfortunately we cannot share credentials. We are on v3, yes. I will shoot a video to show you the issue. CheersJuly 30, 2021 at 1:41 am #366688italymadeeasySpectatorThis reply has been marked as private.July 30, 2021 at 1:42 am #366689italymadeeasySpectatorThis means that ALL of our students enrolled in "Course Only" batches (without assignments) are being graded incorrectly.July 30, 2021 at 1:40 pm #366747Anshuman SahuKeymasterOk 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); });
August 1, 2021 at 12:13 am #366821italymadeeasySpectatorThank 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. CheerssAugust 1, 2021 at 12:18 am #366822italymadeeasySpectatorAnother very important question... What do we do to force WPLMS to re-evaluate students' final score, if their score has already been created? ThanksAugust 2, 2021 at 1:16 pm #366899Anshuman SahuKeymasterYou 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 .August 2, 2021 at 8:19 pm #366932italymadeeasySpectatorHi 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 againAugust 4, 2021 at 1:29 pm #367143Anshuman SahuKeymasteryes 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 .August 5, 2021 at 12:19 am #367191italymadeeasySpectatorI 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, EmanueleAugust 5, 2021 at 12:27 am #367192italymadeeasySpectatorAnother 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!August 5, 2021 at 12:53 am #367193italymadeeasySpectatorThis reply has been marked as private.August 6, 2021 at 1:26 pm #367360Anshuman SahuKeymaster1 . 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 . -
AuthorPosts
- The topic ‘Course Evaluation Issues’ is closed to new replies.