Skip to content

Commit

Permalink
fix: change default evaluation and pool donation point amount
Browse files Browse the repository at this point in the history
to make the system more balanced
  • Loading branch information
FreekBes committed Nov 4, 2024
1 parent 3cde403 commit cd5bca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sync/fixed_point_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ export const initCodamCoalitionFixedTypes = async function(): Promise<void> {
{
type: "evaluation",
desc: "Every expected 15 minutes of an evaluation given will grant the evaluator with this amount of points",
points: 10, // recommended
points: 40, // recommended (usually double this amount for a regular evaluation)
},
{
type: "point_donated",
desc: "Each point donated to the pool will grant the student with this amount of points",
points: 20, // recommended
points: 120, // recommended
},
{
type: "logtime",
Expand Down

0 comments on commit cd5bca7

Please sign in to comment.