Skip to content

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.

DB Table Schema

Attribute Type
id integer
entry_id integer
assignment_id integer
challenge_criteria_id integer
score integer

Validations

Attribute Constraint Value
score range MIN_SCORE ... MAX_SCORE

Associations

  • 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.
Clone this wiki locally