Installation
reveal-quiz bundles are published on Github Pages, and can be used directly without having to update your project.
With plain old Javascript
Add the following script import in your HTML and add RevealQuiz
to the list of reveal.js plugins:
<script src="https://juwit.github.io/reveal-quiz/dist/reveal-quiz-bundle.js"></script>
<script>
Reveal.initialize({
plugins: [RevealQuiz],
});
</script>
With Javascript modules
When using Javascript modules, directly import the reveal-quiz-bundle-esm.js
bundle