MicroQuizMaster is the smallest version of QuizMaster, ideal for the very weakest of devices (paticularly if you are a Windows user). In theory, MicroQuizMaster could even run on a Micro:Bit! No external requirements other than Python are needed. MicroQuizMaster allows users to create and play quizzes directly from the terminal.
-
Download the Zip file and extract it
-
Enter the directory containing the game executable:
cd MicroQuizMaster
-
Clone this repository:
git clone https://github.com/badguyland/MicroQuizMaster -
Enter the directory containing the game executable:
cd MicroQuizMaster
-
In a command line window, enter
./quiz.pyfor Linux,python quiz.pyfor Windows. -
Follow the prompts in the terminal to select a quiz file (JSON format).
-
Answer the questions by typing the number corresponding to your choice.
-
At the end, your score will be displayed.
Note: This version of QuizMaster does not contain any example quizzes.
- In a command line window, enter
./quizcreator.pyfor Linux,python quizcreator.pyfor Windows. - Follow the prompts to create, edit, or delete quiz questions.
- Save your quiz to a JSON file for use in the Quiz Game.