bonartm / quizdown-js

Markdown syntax for generating interactive quizzes in the browser
https://bonartm.github.io/quizdown-live-editor/
MIT License
88 stars 24 forks source link

Pass / Fail option and custom message on results #41

Open alien-andrew opened 1 year ago

alien-andrew commented 1 year ago

Provide a basic pass / fail functionality and custom message display based on its results

Example:

Screenshot 2023-03-28 at 1 53 45 PM

Code:

---
passingGrade: 80
customPassMsg: You have Passed!
---
alien-andrew commented 1 year ago

https://github.com/bonartm/quizdown-js/pull/42