-
Notifications
You must be signed in to change notification settings - Fork 14
PeoplesJudgement
Luke Cassar edited this page Aug 21, 2018
·
2 revisions
To store the results of a Participant's judgement for a particular team project in a particular challenge.
| Attribute | Type |
|---|---|
| id | integer |
| team_id | integer |
| assignment_id | integer |
| criterion_id | integer |
| score | integer |
| Attribute | Constraint | Value |
|---|---|---|
| score | range | MIN_SCORE ... MAX_SCORE |
- One PeoplesJudgement has only one Team Instance.
- One PeoplesJudgement has only one Assignment Instance.
- The Participant's Assignment to the Competition.
- One Judgement has only one Criterion Instance.