A simple, modular terminal-based quiz program
Project description
Quizlight is simple terminal-based program for test taking and creation. It is written in Python 3. It comes with a Python 3 test module, based on The Python Tutorial .
Options
usage: quizlight.py [-h] [–version] [-d DIRECTORY] [–learn] [file]
- positional arguments:
file set the module import file
- optional arguments:
- -h, --help
show this help message and exit
- --version
show program’s version number and exit
- -d DIRECTORY
set the module import directory
- --learn
turn on learning mode (immediate answer feedback)
Interface
Quizlight has a menu driven interface, based on the lightcli library. There are two modes: test mode, and edit mode. Test mode is for taking tests. Edit mode is for creating and editing tests.
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.