Skip to content

Commit 694b7d2

Browse files
authored
Document new penalty type feature for late submission rules (#243)
1 parent a84cc0e commit 694b7d2

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

Instructor-Guide--Assignments--Late-Submission-Policies.md

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,41 @@ For group work, *all* members of the group must have enough grace credits availa
2929

3030
## Use Penalty Decay Formula
3131

32-
This option will allow you to use a built-in function that deducts X grade percentage every Y hours for a duration of Z hours. You are able to create multiple time periods in case you want to deduct 5% every hour for the first four hours and then 10% every 6 hours for 12 more hours:
32+
This option will allow you to use a built-in function that deducts X amount of penalty every Y hours for a duration of Z hours. You are able to create multiple time periods in case you want to deduct 5%/marks every hour for the first four hours and then 10%/marks every 6 hours for 12 more hours.
33+
34+
### Penalty Type
35+
36+
You must select a **Penalty Type** to determine how penalties are calculated (default is Percentage of assignment total):
37+
38+
- **Percentage of assignment total**: Deduct a percentage of the total possible marks for the assignment (e.g., 5%)
39+
- **Percentage of earned mark**: Deduct a percentage of the student's earned mark (e.g., 5% of student's earned mark)
40+
- **Marks**: Deduct a fixed number of marks (e.g., 5 marks)
41+
42+
The deduction unit displayed next to the input field will automatically update based on your selection (% for percentage types, marks for the marks option).
43+
3344
![Website Penalty Decay Formula](images/late-submission-policy-penalty-decay-formula.png)
3445
Additional time periods are added by clicking the "Add late period" button and removed by using the delete link. MarkUs will automatically adjust the real time periods for you when adding and deleting.
3546

3647
When grading a late submission, the penalty will be automatically applied to the group's mark, but will not decrease the mark below 0. This penalty will appear in the "Summary" tab of the grading view.
3748

38-
Penalties are applied as a percentage of the total mark. For example, a 10% penalty for an assignment out of 90 total marks will reduce a groups's overall score by 9 marks. If a group would have received 55/90 before the penalty is deducted, they will receive 46/90 after the penalty is deducted.
49+
Penalties are applied as a percentage of the total mark. For example, a 10% penalty for an assignment out of 90 total marks will reduce a group's overall score by 9 marks. If a group would have received 55/90 before the penalty is deducted, they will receive 46/90 after the penalty is deducted.
3950

4051
## Set Manual Penalty Periods
4152

42-
This option allows you to set percentage penalty amounts for specified time periods.
53+
This option allows you to set percentage/marks penalty amounts for specified time periods.
54+
55+
### Penalty Type
56+
57+
You must select a **Penalty Type** to determine how penalties are calculated (default is Percentage of assignment total):
58+
59+
- **Percentage of assignment total**: Deduct a percentage of the total possible marks for the assignment (e.g., 5%)
60+
- **Marks**: Deduct a fixed number of marks (e.g., 5 marks)
61+
- **Percentage of earned mark**: Deduct a percentage of the student's earned mark (e.g., 5% of their score)
62+
63+
The deduction unit displayed next to the input field will automatically update based on your selection (% for percentage types, marks for the marks option).
64+
4365
![Website Manual Penalty Periods](images/late-submission-policy-penalty-period.png)
44-
Additional time periods are added by clicking the "Add late period" button and removed by using the delete link. MarkUs will automatically adjust the "From" and "To" times depending on the number of hours you specify in the "After" column.
66+
Additional time periods are added by clicking the "Add late period" button and removed by using the delete link. MarkUs will automatically adjust the "From" and "To" times depending on the number of hours you specify in the "Period" column.
4567

4668
Note that for each late submission method, in order for the "From" and "To" times to be calculated, a due date must be specified in the "Properties" section. If a date is not specified then the "From" and "To" sections will be empty or read "Invalid Date"
4769

41.7 KB
Loading
36.3 KB
Loading

0 commit comments

Comments
 (0)