Skip to content

modaus/dmv_test

Repository files navigation

DMV Practice Quiz

Illinois DMV practice test with 54 questions including road sign recognition.

Features

  • 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

Deployment

GitHub Pages

  1. Push the quiz_app folder contents to your GitHub repository
  2. Go to Settings → Pages
  3. Set source to main branch
  4. Your quiz will be available at https://[username].github.io/[repo-name]/

Local Testing

cd quiz_app
python -m http.server 8000
# Open http://localhost:8000

Files

  • index.html - Main HTML structure
  • style.css - Styling
  • script.js - Quiz logic and questions data
  • sign_*.png - Road sign images (15 total)

About

Champagin DMV test practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published