Details
Description
It's possible to override the update_user_result_for_{round,contest} methods in a contest controller, and change the way results for round and contest are computed form a simple sum to something more elaborate. (For example, on OIJ, we need to have max of two different quizzes.)
Those results will be saved in UserResultForRound and UserResultForContest models.
However, the ranking doesn't care. It just takes per-problem scores from UserResultForProblem objects and sums them.
Those results will be saved in UserResultForRound and UserResultForContest models.
However, the ranking doesn't care. It just takes per-problem scores from UserResultForProblem objects and sums them.
Activity
- All
- Comments
- History
- Activity
- Transitions
- Commits
Szymon Czyżmański
made changes -
Field | Original Value | New Value |
---|---|---|
Labels | tag1 |