Calculated penalties: Difference between revisions
Jump to navigation
Jump to search
(Created page with "The Calculated Panalties table gives information regarding the penalty awarded to a particular participant associated with a particular deadline. == Calculated Penalties Document...") |
No edit summary |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<div style="background-color: #ffcccc; border: 1px solid #cc0000; padding: 10px; margin-bottom: 20px; text-align: center;"> | |||
'''⚠ DEPRECATED: This table has been removed from the database in the latest release. This documentation is retained for historical reference only.''' | |||
</div> | |||
The Calculated Panalties table gives information regarding the penalty awarded to a particular participant associated with a particular deadline. | The Calculated Panalties table gives information regarding the penalty awarded to a particular participant associated with a particular deadline. | ||
== Calculated Penalties Documentation == | == Calculated Penalties Variable Documentation == | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 7: | Line 11: | ||
!id | !id | ||
|int(11) | |int(11) | ||
|Unique ID for each | |Unique ID for each calculated_penalties record. | ||
|- | |- | ||
!participant_id | !participant_id | ||
| Line 15: | Line 19: | ||
!deadline_type_id | !deadline_type_id | ||
|int(11) | |int(11) | ||
|ID of the Deadline associated with the penalty | |ID of the Deadline associated with the penalty | ||
|- | |- | ||
!penalty_points | !penalty_points | ||
|int(11) | |int(11) | ||
|Penalty points | |Penalty points deducted from the participant's submission | ||
|} | |} | ||
Latest revision as of 07:24, 2 December 2025
⚠ DEPRECATED: This table has been removed from the database in the latest release. This documentation is retained for historical reference only.
The Calculated Panalties table gives information regarding the penalty awarded to a particular participant associated with a particular deadline.
Calculated Penalties Variable Documentation
| Field Name | Type | Description |
|---|---|---|
| id | int(11) | Unique ID for each calculated_penalties record. |
| participant_id | int(11) | ID of the Participant. |
| deadline_type_id | int(11) | ID of the Deadline associated with the penalty |
| penalty_points | int(11) | Penalty points deducted from the participant's submission |
E/R diagram for Parents Tables
No Tables were referred by the Calculated Penalties Table as Foreign Key Relationship.
E/R diagram for Child Tables
No Tables were referred by the Calculated Penalties Table as Foreign Key Relationship.
Back to Database Tables Main page.