Releases: bonartm/quizdown-js
Releases · bonartm/quizdown-js
0.0.5
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
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
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
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
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.0
Release Notes
- first release for testing