Skip to content

Juror Scoring: shift the levels by 1 #1302

Closed
@jaybuidl

Description

@jaybuidl

We want the jurors to start at level 1 instead of starting at level 0.
If they perform badly, we want them to drop progressively to level 0.

We need to tweak the score formula and check that

Score levels:

[
  { scoreRange: [0, 20], level: 0, title: "Diogenes" },
  { scoreRange: [20, 40], level: 1, title: "Pythagoras" },
  { scoreRange: [40, 60], level: 2, title: "Socrates" },
  { scoreRange: [60, 80], level: 3, title: "Plato" },
  { scoreRange: [80, 100], level: 4, title: "Aristotle" },
];

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions