nus-cs2103-AY2425S1 / pe-dev-response

0 stars 0 forks source link

Inefficient adding assignment to classes #728

Open nus-se-script opened 2 weeks ago

nus-se-script commented 2 weeks ago

Screenshot 2024-11-15 at 5.03.52 PM.png

Expected: We should be able to add assignments to a particular tutorial class or person.

Actual: We can only add assignments for specific person for now, which does not make sense as if my class have 30 people I have to type 30 times and mark 30 times. which defeat the purpose of the product scope of increasing productivity, as compared to I just use Excel.

Screenshot 2024-11-15 at 5.05.30 PM.png


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

Edsel-Tan commented 2 weeks ago

Team's Response

There is a command to add assignment by tutorial group given by addatg.

image.png

For individuals:

image.png

As for the marking of an assignment 30 times, I believe all applications would suffer from this since everyone's grade is unique. In the rare case where students have similar grades, (e.g. assignments graded on a pass/fail basis) we could implement a feature to mark assignments en masse. However, as this is a rare exception, I believe this is not in scope.

Duplicate status (if any):

--