Skip to content

Releases: bonartm/quizdown-js

0.0.5

13 Apr 16:02
Compare
Choose a tag to compare

Changelog

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

0.0.4

10 Mar 10:21
Compare
Choose a tag to compare

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

0.0.3

01 Mar 16:12
Compare
Choose a tag to compare

Changelog

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

0.0.2

28 Feb 00:41
Compare
Choose a tag to compare

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

0.0.1

20 Feb 21:05
Compare
Choose a tag to compare

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

0.0.1-alpha.1

17 Dec 15:06
Compare
Choose a tag to compare
0.0.1-alpha.1 Pre-release
Pre-release

Release Notes

0.0.1-alpha.0

16 Dec 19:48
Compare
Choose a tag to compare
0.0.1-alpha.0 Pre-release
Pre-release

Release Notes

  • first release for testing