Skip to content

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 --help
  • quizli demo --help
  • quizli start --help

Demo

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.

Demo

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

Demo

Quiz on Python objects

Demo

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.

Demo

How to open this demo page from the CLI ?

Example

  • quizli demo

Last update: March 11, 2022