An interactive command-line quiz system for studying, built with Rust, Node.js, and a custom PHP server backend.
- Select courses and start quizzes instantly
- Answer multiple-choice questions with a timer per question
- Earn points for correct answers, lose points for wrong ones
- If points reach 0, wait until the next day for daily points
- Questions have different difficulty levels with varying timers
- Exit anytime with
q
git clone https://github.com/isaka-james/quiz-docs
cd quiz-docs
chmod +x quiz-system
./quiz-systemcurl -L -o quiz-system "https://raw.githubusercontent.com/isaka-james/quiz-docs/refs/heads/main/quiz-system"
chmod +x quiz-system
./quiz-systemquizAfter launching, the app will display available courses. Enter the course number to begin.
quiz-system updatequiz-system uninstallFeel free to contribute by submitting issues or pull requests!
MIT License. See LICENSE for details.