SNUG331 Local Quiz
===================

Open `snug331_quiz.html` in a browser.

Question files live in:

  questions/week_1.js
  questions/week_2.js
  ...
  questions/week_8.js

This package already includes the uploaded Week 2 question set in `questions/week_2.js`.

To add another week:
1. Generate the week as a JS fragment that starts with:
   QUIZ_DATA.questions.push(
2. Ends with:
   );
3. Save it over the matching file, e.g. `questions/week_3.js`.
4. Reopen or refresh the HTML.

Progress is saved in the browser using localStorage.
