How to use quizli?¶
Info
The demos are created with the termtosvg tool using the window_frame_powershell theme.
How to get help ?¶
Example
quizli --helpquizli demo --helpquizli start --help
How to start a quiz from a csv file?¶
Example
quizli start --from-csv examples/quiz.csv --in-order
Tip
We use --in-order to not shuffle the quiz before starting it.
How to start a built-in quiz?¶
Python Quiz¶
Example
quizli start --quiz-name python-quiz --randomize
Tip
We use --randomize to explicitly shuffle the quiz before starting it.
Quiz on Python modules¶
Quiz on Python objects¶
Binary Number Quiz¶
Example
quizli start --quiz-name binary_number_quiz --mode sudden_death
Tip
We use --mode sudden_death to configure the quiz session such that a single incorrect answer terminates the quiz.
How to open this demo page from the CLI ?¶
Example
quizli demo
Last update:
March 11, 2022