NZ Licence Quiz (Shared Hosting)

1) Generate the question bank (needs Python on your computer OR your hosting account):
   - Open a terminal in this folder
   - pip install -r requirements.txt
   - python build_bank.py
   This will create: web/question_bank.json

2) Upload to shared hosting:
   Upload the entire /web folder to your hosting public directory (e.g., public_html/nz-quiz/)
   Make sure these two files exist on the server:
     - quiz.html
     - question_bank.json

3) Open in browser:
   https://YOURDOMAIN/nz-quiz/quiz.html

Notes:
- Questions are shuffled each time you click "New 35-Question Quiz".
- Answers are self-check (this quiz opens NZTA "find out" links in a new tab).
