https://github.com/nurettintopal/skor
a basic score calculation for quiz based games
https://github.com/nurettintopal/skor
golang score scores
Last synced: 26 days ago
JSON representation
a basic score calculation for quiz based games
- Host: GitHub
- URL: https://github.com/nurettintopal/skor
- Owner: nurettintopal
- License: mit
- Created: 2024-08-22T05:03:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T18:35:00.000Z (almost 2 years ago)
- Last Synced: 2025-02-28T10:55:17.216Z (over 1 year ago)
- Topics: golang, score, scores
- Language: Go
- Homepage: https://github.com/nurettintopal/skor
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](https://medium.com/@nurettintopal/how-can-we-calculate-scores-in-a-quiz-application-00b5d3c1b2b2), please.
## usage
* [a basic usage of skor package in Golang](https://github.com/nurettintopal/skor/tree/main/examples)
## 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](LICENSE).