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-system
curl -L -o quiz-system "https://raw.githubusercontent.com/isaka-james/quiz-docs/refs/heads/main/quiz-system"
chmod +x quiz-system
./quiz-system
quiz
After launching, the app will display available courses. Enter the course number to begin.
quiz-system update
quiz-system uninstall
Feel free to contribute by submitting issues or pull requests!
MIT License. See LICENSE
for details.