Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mneckel authored Aug 17, 2024
1 parent a9a1b7f commit 930494b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@ A very simple quiz generator.
## Quiz File Format
- Plain text file
- See the example file "questionsp1.txt"
- "!" starts a quiz question
- "=" for the correct answer
- "!" starts a quiz question.
- "=" for the correct answer.
- "*" starts each possible answer. There must be 4 of them.
- "$" by itself indicates the end of the QA.
- "$" 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.

0 comments on commit 930494b

Please sign in to comment.