Self tester for exams where you need to learn questions which have multiple subquestions. Example:
The x*2 = 4, x is
- equal to 5
- larger than 1
- positive
Here, multiple (2, 3) choices are correct. These are the kind of questions the tester is made of. They can be added via form in the page. These questions can then be exported and imported as JSON. The app also tracks which questions you failed to answer correctly. You can review them later.
The tester is hosted here.
All questions are stored locally in localStorage
. Be careful when deleting data in the browser, because that might take the questions with it.
If you want to run this app localy then just run npm run install
and open static/index.html
in your favorite web browser.
Alternatively check the gh-pages
branch, which contains latest deployed version.
This app was something i needed for certain exam, it was also created day and a half before it, and time was a factor. That's why it looks the way it looks (both on inside and outside).