/skor

a basic score calculation for quiz based games

Primary LanguageGoMIT LicenseMIT

skor

a basic score calculation for quiz based games

How can we calculate scores in a quiz application?

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.

usage

features

  • 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

dependencies

  • Go

contributing

  • if you want to add anything, contributions are welcome.
  • Open a pull request that has your explanations

license

skor is open-sourced software licensed under the MIT license.