Simple multiple choice exam generation tool.
git clone https://github.com/cericyeh/examgen.git
cd examgen
python -m spacy download en_core_web_sm
python -m examgen.bin.generate $SOURCE_FPATH
where $SOURCE_FPATH is the filepath to the text file used to generate questions.
Currently this supports Cloze-style questions over named entities.
Future extensions:
- Questions generated from copula, appositives, and possessives.
- Date ranges and numeric value quizzes.