We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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" }, ];
The text was updated successfully, but these errors were encountered:
fixed on #1702
Sorry, something went wrong.
jaybuidl
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: