10 | | * Added new penalty table. |
11 | | * Added new "mark_penalty" in Evaluation Simple, Evaluation Rubric, and Evaluation Mixed Eval table. |
12 | | == Implementation Questions & Suggestions == |
13 | | * Should admin/instructors be able to apply late penalty for each individual question, or restrict it to the event as a whole? |
14 | | * If a student has a valid reason for submitting a late evaluation, the admins and instructors should be able to revert or lessen the penalty applied to the student's mark. |
15 | | * How should the late submission penalties be applied if a student submits a partially incomplete late evaluation? |
16 | | * If an instructor or admin modifies the marks penalty scales after all the evaluations have been submitted, how would this affect the administered marks? |
17 | | * How granular should the functionality be? Should an admin/instructor be able to apply different mark penalty scales to different students and groups? |
| 10 | * Two new tables have been added : Penalty, and User_grade_penalty |
| 11 | * Run the attached SQL queries to update your current database |
| 12 | == Implementation = |
| 13 | * An instructor or admin can choose to apply ONE late penalty scale to an event. |
| 14 | * For now, the late penalty applies to all of the groups that are assigned to an evaluation event. |
| 15 | * By default, the penalty scale will have increments of one day. |
| 16 | * The penalty scale can be modified it has has initially been set. |