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

save quiz results #35

Closed eisler closed 1 year ago

eisler commented 1 year ago

I would like to automatically save quiz results. Is it possible to do so and if so, could you please provide me with a guide? Can I use a callback or an event to save quiz results after they have been processed by the parser? If so, could you please provide me with an example?

trickybitch commented 1 year ago

Hi @eisler , are you able to share an example of how you did it?

I'd like to be able to reference the results in another part of my webpage.

Cheers

trickybitch commented 1 year ago

It's not pretty but I ended up just saving them into a JS variable that I can reference later on,

Cheers

eisler commented 1 year ago

Hi @trickybitch, that sounds like a nice start. I would like to see the result.