a basic score calculation for quiz based games
When designing a quiz application with billions of questions and millions of users, the scoring mechanism is crucial in encouraging users to engage meaningfully with the content. In this post, we’ll explore a scoring strategy.
if you want to look into the details, read the full article this link, please.
- calculate score with a decreasing weigh for correct answers
- calculate score with a decreasing weigh for wrong answers
- configure base score for correct answer,wrong answer
- Go
- if you want to add anything, contributions are welcome.
- Open a pull request that has your explanations
skor is open-sourced software licensed under the MIT license.