You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The grade is assigned as -1 in the data file to signify that the module is currently ungraded. If we were to use 0 to signify an ungraded module, it will be a clash in value for a student that has gotten 0 for his grade.
Items for the Tester to Verify
❓ Issue response
Team chose [response.Rejected]
I disagree
Reason for disagreement: Hi team, thank you for the clarification that the grade was assigned to -1 to signify that the module is currently ungraded and using 0 will not be a good choice as it would mean the student had received 0 for this module. It makes sense but it may cause certain confusion for users that are editing the .json file directly.
While it is not an important issue to the current version as not everyone will edit the .json file directly, let's consider highlighting the fact that -1 will be for grades that are not yet assigned so that experienced users will understand the rationale for the -1 value.
We could include a note under this section in the user guide for better clarification in future iterations. Since this bug is no longer a functionality issue, it should be a documentation bug but I cannot seem to find a way to edit the bug type.
❓ Issue severity
Team chose [severity.VeryLow]
Originally [severity.Medium]
I disagree
Reason for disagreement: I understand that this bug does not occur frequently as not all users will edit the .json file directly, but it can be considered a rare situation and it causes minor confusion to the user when editing the grades. This fits in the description of a severity.Low bug as it causes minor inconvenience in rare situations without affecting the normal operations of the product.
grade should be 0 - 100, it is -1 in the .json file
The text was updated successfully, but these errors were encountered: