Skip to content

cericyeh/examgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

examgen

Simple multiple choice exam generation tool.

Setup

git clone https://github.com/cericyeh/examgen.git
cd examgen
python -m spacy download en_core_web_sm

Usage

python -m examgen.bin.generate $SOURCE_FPATH

where $SOURCE_FPATH is the filepath to the text file used to generate questions.

Notes

Currently this supports Cloze-style questions over named entities.

Future extensions:

  • Questions generated from copula, appositives, and possessives.
  • Date ranges and numeric value quizzes.

About

Simple multiple choice exam generation tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages