Quiz CLI

Your interactive study companion.

About Quiz CLI

Quiz CLI is a command-line quiz system designed to help users enhance their knowledge through interactive quizzes. Users can select from a variety of courses and answer multiple-choice questions tailored to their chosen subject. Points are awarded for correct answers and deducted for incorrect ones. If a user's points reach 0, they must wait until the next day to continue, encouraging daily learning and retention. Each question comes with a time limit that varies based on its difficulty level, adding an element of challenge and excitement.

The system also tracks user progress, providing insights into areas of strength and those needing improvement. Additionally, users can review their past quizzes and see detailed explanations for each question, helping them understand the correct answers.

Exit Anytime: Press q to quit the quiz at any point.

Installation

Option 1: Clone Repository

git clone https://github.com/isaka-james/quiz-docs
cd quiz-docs && chmod +x quiz-system && ./quiz-system

Option 2: Use Curl

curl -L -o quiz-system "https://raw.githubusercontent.com/isaka-james/quiz-docs/refs/heads/main/quiz-system"
chmod +x quiz-system && ./quiz-system

Commands

quiz

Launch the Quiz CLI.

quiz-system update

Update to the latest version.

quiz-system uninstall

Uninstall Quiz CLI.

Copied to clipboard!