Late policies

From Expertiza_Wiki
Revision as of 14:45, 17 May 2016 by Rkyadav (talk | contribs) (Created page with "{| class="wikitable" !Field Name !!Type !!Description |- !id |int(11) |The unique record id |- !penalty_period_in_minutes |int(11) |length of penalty period, express...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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.