Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Juror Scoring: shift the levels by 1 #1302

Open
jaybuidl opened this issue Oct 25, 2023 · 0 comments
Open

Juror Scoring: shift the levels by 1 #1302

jaybuidl opened this issue Oct 25, 2023 · 0 comments
Assignees
Labels

Comments

@jaybuidl
Copy link
Member

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" },
];
@jaybuidl jaybuidl self-assigned this Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant