-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposed Grade != Gradebook Grade #178
Comments
Dear @buddy1234567, Thank you for raising this issue and providing detailed context. The current system lacks a mechanism for performing range checks before displaying proposed grades. This discrepancy becomes evident in situations involving automatic grading, where the system will truncate the mark to fit within the valid range, and in manual grading scenarios, where the teacher is required to manually adjust the mark to a valid value. We have identified three potential approaches to address this issue:
Each of these approaches has its implications. For instance, automatically adjusting grades could simplify the grading process but may also obscure issues related to the calculation or input of grades. Conversely, presenting an error message would highlight discrepancies, necessitating manual adjustments to ensure accuracy. Considering the issue #160, which involved a non-numerical value for a grade, it appears that the current situation is somewhat different, as it pertains to the handling of numerical grades that exceed the expected ranges. We are keen to hear your perspective on the most appropriate course of action. Best regards, Juan Carlos |
I appreciate the conversation. I use a parent VPL activity and the have numerous child activities. All of these activities now reflect Proposed Grades that are double the expected scoring (10,5, 10/20, etc). To continue your thinking, I'm not sure why the proposed grade differs from the actual grade in the gradebook (I presume, moodle is overriding the score of 10/5 and reducing it to the max allowed?). I'm also not sure why the proposed grade is double what it ought to be. This didn't start occurring until I upgraded at some point in the last 8 weeks. I would very much like to have the proposed grade behave as it has for many years where it is identical to the actual grade in the gradebook and scales with the passing of test cases. You were incredibly kind to provide these scripts to me many years ago (see this post on the forums) and they've worked beautifully ever since. It's only very recently that the proposed grade has behaved unexpectedly. |
Dear @buddy1234567, Thank you for bringing this to our attention and for the detailed context provided in the forum posts and the files you've shared. It seems you are customizing the cp my_vpl_evaluate.cpp vpl_evaluate.cpp Please note the correction in the file names from the previously provided command. This approach ensures that your custom evaluation script is preserved during the VPL activity processing. If you are not customizing Best regards, Juan Carlos |
Many thanks - I have updated my custom file vpl_evaluate.sh to the contents of the latest edition of moodle-mod_vpl/jail/default_scripts/default_evaluate.sh and removed the original vpl_evaluate.cpp and things seem to have resolved wonderfully. Thanks again for your work on this marvelous project. |
Is this issue possibly related to #160?
I posted this in the moodle forum, but am wondering if it makes more sense to place this here:
I've been using custom test cases in VPL for quite some time and recently I've found that Proposed test scores are showing as 10/5 when a student passes all tests on assignment. The grade in the gradebook shows as 5/5, but the proposed grade shows as 10/5. I've attached the custom scripts that were given to me and have not been able to discern what the issue is. For those interested, I've attached them below.
vpl-mods.zip
The text was updated successfully, but these errors were encountered: