-
Notifications
You must be signed in to change notification settings - Fork 14
ChallengeJudgement
Luke Cassar edited this page Aug 10, 2018
·
2 revisions
To store the results of a Judges judgement for a particular submission in a particular challenge.
| Attribute | Type |
|---|---|
| id | integer |
| entry_id | integer |
| assignment_id | integer |
| challenge_criteria_id | integer |
| score | integer |
| Attribute | Constraint | Value |
|---|---|---|
| score | range | MIN_SCORE ... MAX_SCORE |
- One ChallengeJudgement has only one Entry Instance.
- One ChallengeJudgement has only one Assignment Instance.
- The Judge's Assignment to the Challenge
- One ChallengeJudgement has only one ChallengeCriterion Instance.