See here: https://l5.github.io/english-irregular-verbs/html/exam-paper-generator.html
See here: https://l5.github.io/english-irregular-verbs/html/online-exam.html
23-Mode | Random Mode | |
---|---|---|
Shows | always 1st form | randomly, 1st, 2nd, or 3rd form |
Hides | 2nd and 3rd form | randomly, 1st and 2nd, or 2nd and 3rd, or 1st and 3rd form |
- Python3
- Clone this repo
- Cdir into repo / scripts:
cd english-irregular-verbs/scripts
- Create python venv:
python3 -m venv .venv
- Activate venv:
. .venv/bin/activate
(or the Windows equivalent) - Download dependencies:
python -m pip install -r requirements.txt
- Modify python file settings (optional)
- Modify verb list in the
data
directory (optional) - Run python script:
python create-exam-paper.py
Example download: irregular_verb_exam_v23_blanks.pdf
Example download: irregular_verb_exam_random_blanks.pdf