Welcome to the QuizMasterMini tutorial! QuizMasterMini is a scaled-down version of QuizMaster, designed for users with limited device resources or low bandwidth. Despite its compact size, QuizMasterMini retains many of the core functionalities of QuizMaster, ensuring a seamless quizzing experience.
To install QuizMasterMini, follow these simple steps:
Clone this repository via terminal: git clone --recurse-submodules https://github.com/QuizMaster-world/QuizMasterMini
cd QuizMasterMini
Linux:
python3 -m venv venv
Windows:
python -m venv venv
Linux:
source venv/bin/activate
Windows:
call venv\Scripts\activate
Linux:
sudo apt-get install python3-tk
Linux:
pip3 install -r requirements.txt
Windows:
pip install -r requirements.txt
When you launch QuizMasterMini, you’ll see a simplified home screen with two options:
Click on the desired option to proceed.
Follow these steps to play a quiz in QuizMasterMini:
To create a new quiz, follow these steps:
Your saved quiz will be available for playing under the Play a Quiz section.
If you encounter further issues, visit our GitHub repository for support or submit an issue.
QuizMasterMini is a lightweight and efficient solution for users who want a basic yet functional quizzing platform. Whether you're playing or creating quizzes, QuizMasterMini ensures a smooth experience while consuming minimal resources. Happy quizzing!