Illinois DMV practice test with 54 questions including road sign recognition.
- 15 road sign identification questions with images
- 39 text-based driving knowledge questions
- Immediate feedback on answers
- Multi-select support for questions with multiple correct answers
- Score tracking and results summary
- Push the
quiz_appfolder contents to your GitHub repository - Go to Settings → Pages
- Set source to main branch
- Your quiz will be available at
https://[username].github.io/[repo-name]/
cd quiz_app
python -m http.server 8000
# Open http://localhost:8000index.html- Main HTML structurestyle.css- Stylingscript.js- Quiz logic and questions datasign_*.png- Road sign images (15 total)