nus-cs2103-AY2425S1 / pe-dev-response

0 stars 0 forks source link

List command does not show actual value for student's grades #436

Open nus-pe-bot opened 2 weeks ago

nus-pe-bot commented 2 weeks ago

Given that we are not able to filter by grade values, and the UI only changes the color of the module depending on whether the grade value is e.g. >=50 or <50, then as teacher/marker, it is impossible to identify the current grade value of a student from the UI.

This prevents the teacher/marker from keeping track of student grades without opening the json files manually.

Furthermore, the teacher/marker would not know if a grade value has been keyed in wrongly (UI cannot show if e.g. a module in Red represents grade value of 0 or 49)

Screenshot (166).png


[original: nus-cs2103-AY2425S1/pe-interim#621] [original labels: type.FeatureFlaw severity.High]

RadieonAjax commented 2 weeks ago

Team's Response

In the UG, we have mentioned that currently, you are able to view the grade assigned to the student by hovering over the Module.

image.png

Furthermore, we have mentioned in the DG that a future enhancement is to view grade without hovering over it.

image.png

Duplicate status (if any):

--