A very simple quiz generator.
- Less than 100 lines of Python
- CLI display only
- Public domain
- No external modules to download
- Should work on Windows, Linux and macOS
- Plain text file
- See the example file "questionsp1.txt"
- "!" starts a quiz question.
- "=" for the correct answer.
- "*" starts each possible answer. There must be 4 of them.
- "$" by itself indicates the end of a QA set.
- "#" indicates the end of the quiz file
At CLI:
./qizzit.py questionsp1.txt
Using this, I learn 70% looking through texts for Q&As for the file, then 30% from taking the quizes.