drill2
drill2 copied to clipboard
Browser-based multiple choice test learning assistant
I expected to see following question rendered as "← 'b'" but "← ' b'" appears (example reduced from problem appearing in a real set of questions). ``` [#1] ^^← 'b'^^...
Drill 2 uses [Bootswatch Cyborg](https://bootswatch.com/cyborg/) for its dark theme. While simple, this solution has its drawbacks. It depends on additional set of glyphicons files, uses external font and doesn't exactly...
Drill 2 currently relies on jQuery. However, it would be nice to remove it completely and run entire app on jqLite alone. It seems that jQuery is needed mostly for...
Hi, Is it possible to preload the questions file in a certain route, so the user won't have to bother with selecting the questions manually? e.g. `example.com/spanish-quiz` would display the...
Eg. if 10 questions are loaded, user can choose to use only questions 3-9.
So that radio buttons are shown instead of checkboxes. Unless a question has more than one correct answer, for these questions use checkboxes and display a warning.