mcq_collection

Collection of javascript snippets to present MCQs on top of videos.
This repo is published as a GitHub page to serve as a CDN, javascript can be accessed by external applications, for example, by adding this line to your html:
<script src="https://frederic-vw.github.io/mcq_collection/mcq00.js"></script>
js example code: https://frederic-vw.github.io/mcq_collection/mcq00.js

Encode MCQ answers:
s = '_=["ABC","CDE","BCD"];ca=_.map(__=>Array.from(__))'
console.log(btoa(s))