v12.0.0
- Add Quizzes
- YouTube
- TheOdd1sOut
- Display how many answers the user got correct on the end screen.
- Bonus Points
- If the user answers within a few seconds and the answer is correct, then give bonus points as follows
- 1 second - 1000 points
- 5 seconds - 500 points
- 10 seconds - 100 points
- If the user gets many answers in a row correct, then give bonus points to the user as follows
- 2 in a row - 200 points
- 3 in a row - 300 points
- 5 in a row - 800 points
- 10 in a row (for quizzes that apply) - 1200 points
- 15 in a row (for the quizzes that apply) - 1500 points
- If the user answers within a few seconds and the answer is correct, then give bonus points as follows
- Update Question Suggestion Form Completely
- Small update to a question on the Easter Quiz
- Music Updates
- play random music, instead of one specific song.
- add new music
- if music is playing, hide the music on button
- add a special list for Christmas Music - for the christmas quiz
- Remove music button from homepage as since 2 versions ago, music has been autoplaying on quiz.
- Fix go back button, which wasn't working in the Rules page.
- Fix small typo in README.md
THIS RELEASE IS A BIG ONE! :)
Thanks a lot to everyone for your support!
Huge shoutout to ChatGPT for teaching me some new concepts, which I applied in this update.
What's Changed
- Fix typo by @WebSnke in #48
- fixed issue #49 by @swapn652 in #50
- Replace
==
/!=
with===
/!==
by @deepsource-autofix in #51 - how much the user got correct below the score updated by @sai140202 in #60
- [FEAT] Bonus Points #59 by @KendallDoesCoding in #61
New Contributors
- @WebSnke made their first contribution in #48
- @swapn652 made their first contribution in #50
- @sai140202 made their first contribution in #60
Full Changelog: v11.0...v12.0.0