Late policies
Field Name | Type | Description |
---|---|---|
id | int(11) | The unique record id |
penalty_period_in_minutes | int(11) | length of penalty period, expressed in minutes; e.g., if penalty is per hour, value here is 60 |
penalty_per_unit | int(11) | how many points or how many percent deducted for each unit (above) late |
expressed_as_percentage | tinyint(1) | if false, then penalty is expressed in (absolute) points |
max_penalty | int(11) | The maximum penalty for not doing the work for this deadline; a value of 0 here means that the maximum penalty is a score of 0 on the assignment; a negative value means that the penalty is unlimited |
Back to Database Tables Main page.