Quizdown Js Versions Save

Markdown syntax for generating interactive quizzes in the browser

v0.2.4

3 years ago
  • setup localization (closes #4) (17f6bc7)

v0.2.3

3 years ago
  • Answers can include comments that are displayed on the result page (#3)

v0.2.2

3 years ago
  • check for existing shadowroot (0a966c4)

v0.2.1

3 years ago
  • fix workflow (72c70ce)

v0.2.0

3 years ago
  • changed option "title color" to "text color"
  • main update of all styles and general look
  • shadow dom rendering for style encapsulation (see https://github.com/sveltejs/svelte/pull/5870)
  • no external stylesheet
  • removed unused components

v0.1.4

3 years ago
  • setup version injection (a28ec2a)

v0.1.3

3 years ago
  • setup env file (9981a61)
  • prepare for publishing (1460e02)
  • format svelte files (a933f1e)
  • setup release-it

v0.1.2

3 years ago
  • auto-resizing now works with vertically centered and multi-line text
  • adjust styling for sequence and choice questions
  • adjust styling so that it works nicely with hugo and sphinx themes
  • update gh actions

v0.1.1

3 years ago
  • auto-resize title text based its length

v0.1.0

3 years ago
  • options now live inside a Config class that can be easily maintained and extended
  • support for setting options at a global, quiz and question specific level
  • options inside quizdown can be specified via YAML headers and overwrite global options