Skip to content

mneckel/qizzit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

qizzit

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

Quiz File Format

  • 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

Execution

At CLI: ./qizzit.py questionsp1.txt

Why

Using this, I learn 70% looking through texts for Q&As for the file, then 30% from taking the quizes.