Skip to content

Releases: KendallDoesCoding/quiz

v13.0.0

07 Dec 09:54
b6b11d2
Compare
Choose a tag to compare

Additions

  • Added animation of points distribution,
    • eg: if 100 points added to the score, a animation will pop up ( +100)
  • Center elements with Flexbox
  • Remove min-width of choice container
  • Add base favicons for all pages, except the topic quizzes.

Quizzes added

  • Jaiden Animations
  • Computer Parts
  • Instruments Quiz

Fixes

  • music button issue
  • fixed cursor pointer in topics page
  • fix documentation issues

Thanks for your support,
KendallDoesCoding

What's Changed

New Contributors

Full Changelog: v12.1.0...v13.0.0

v12.1.0

14 May 08:24
Compare
Choose a tag to compare

Fixes

  • Music on Presidents Quiz and Programming Language Quiz
  • Questions of Programming Language Quiz were presidents quiz questions, instead of Programming Language questions, so I fixed that!
  • Fix link to the Rating Form on the End Page

Updates

  • Improve design of the Rating Page.

Full Changelog: v12.0.0...v12.1.0

v12.0.0

13 May 19:47
Compare
Choose a tag to compare
  • 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
  • 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

New Contributors

Full Changelog: v11.0...v12.0.0

v11.0

23 Mar 06:45
6da9d98
Compare
Choose a tag to compare
  • Add Programming Language Quiz!!

What's Changed

  • added a quiz in pages, created a directory in js/data . by @Akbar-Ahmed in #45

New Contributors

Full Changelog: v10.0...v11.0

v10.0

20 Mar 15:53
91f529f
Compare
Choose a tag to compare

Autoplay music when game starts.
Add music controls (start/stop)

What's Changed

  • ci: Add .deepsource.toml by @deepsource-autofix in #40
  • ci: Add .deepsource.toml by @deepsource-autofix in #41
  • Fix: Play music in background instead of redirecting to YouTube by @aaryansr26 in #44

New Contributors

  • @deepsource-autofix made their first contribution in #40
  • @aaryansr26 made their first contribution in #44

Full Changelog: v9.0...v10.0

v9.0

15 Mar 14:53
Compare
Choose a tag to compare

FIX MAJOR BUG

What's Changed

New Contributors

Full Changelog: 8.0.1...v9.0

v8.0.1

10 Dec 10:23
Compare
Choose a tag to compare

Don't allow user to select text on website.

v8.0.0

10 Dec 09:58
Compare
Choose a tag to compare

HUGE SHOUTOUT TO @Hachikoi-the-creator FOR DOING SUCH A GREAT REWAMP TO THE PROJECT

Related Issue/Addition to code

Fixes #16
Fixes #22
Fixes #23
Fixes #30

  • Totally new file layout(not sure how to phrase it)
  • Merged all the styles in 2 css files
  • Merged all the .js files in modules & implemented a new Class for code reusability
  • Fixed the onClick handler in /pages/topics.html
  • Moved all the data to their own js file & using an index.js to import them all and export theme easily
    • new naming convention whit the exports ex: footballQA = All the data needed for /football/game.html
  • Now every /pages/*/game.html has a little bit of JS on top, since it was the best approach I could think of, while also improving the perfomance
  • Litle improvement in markdown in pages/rules.html
  • Also changed hwdyk to kendall_quiz, hope it's not a problem

Type of change

live branch

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Proposed Changes

  • improve sintax in:
    • pages/rules.html
    • pages/highscores.html
    • pages/rate.html
  • Add a cute little favicon to all html files
  • In main quiz change the position of the current answers, since every answer is in index[1] or just suffle them all in the QuizClass.js

Additional Info

  • Now every game.html file wil have a little script on top, to avoid creating N files whit just 7 lines of code

Checklist:

  • My code follows the style guidelines of this project and have read CONTRIBUTING.md
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have checked my code and corrected any misspellings

Dev notes

Even tho it was a lot of work, I truly loved how consistent you where in the styling and classes naming, really makes the difference!

Full Changelog: v7.7.0...v8.0.0

v7.7.0

08 Oct 18:11
Compare
Choose a tag to compare

Bug Fixes

  • tech quiz from not working (1a4b3b0), closes #21

Features

  • Add catergories for topics, to format the page better (8421dd1)

v7.6.3

25 Aug 17:14
Compare
Choose a tag to compare