Quizdown Js Versions Save

Markdown syntax for generating interactive quizzes in the browser

v0.0.5

3 years ago

Changelog

  • improvements of styling and layout
  • add options inside the quizdown
    • global options: primary-color, secondary-color, title-color
    • question specific options: shuffle

v0.0.4

3 years ago

Changelog

  • improvements of styling and layout
  • removed highlight stylesheet (let the users decide which style they want to use on their website)
  • added a SingleChoice question and view

v0.0.3

3 years ago

Changelog

  • fixed bug that prevented updates of the view when a next question that belongs to the same question type was selected

v0.0.2

3 years ago

Changelog

  • various design updates (hint button and speech bubbles, cleaned up css)
  • cleanup component structure
  • create_app function to dynamically create new apps after page loaded

v0.0.1

3 years ago

Changelog

  • new customized markdown parser based on markedjs
  • syntax highlighting and markdown text formatting supported
  • result page with feedback on each question
  • hint and explanation text added to questions
  • rewrote most parts of the program
  • quiz logic implemented in typescript classes

v0.0.1-alpha.1

3 years ago

Release Notes

v0.0.1-alpha.0

3 years ago

Release Notes

  • first release for testing