A Google Apps Script in scripts/unit5_lesson4_form_setup.gs creates everything automatically: the form with all 32 fields, a linked response spreadsheet, and a pre-built grading sheet with color-coded auto-grading formulas. Do this once and you're done.
scripts/unit5_lesson4_form_setup.gs from this project — copy the entire contents and paste it into the Apps Script editorCtrl+S), then click ▶ RunThe script creates: Google Form with 32 fields (section headers, multiple choice where appropriate, confirmation message) + Grading Spreadsheet with a "📊 Grading" sheet that auto-grades every submission in real time with green/red cells and a score column.
The entry ID block looks like: {"name":1234567890,"period":9876543210,...}
| Column color | Meaning |
|---|---|
| Green · 1 | Correct answer |
| Red · 0 | Incorrect answer |
| Score ≥ 25 | Strong performance (≥89%) |
| Score 18–24 | Approaching mastery |
| Score < 18 | Needs support |
Fraction answers accept multiple forms (e.g., "1/30" or "0.033"). The sentence frame column is marked ✏ (written) or — (blank) but not scored — it is for teacher review only. Total score is out of 28 graded fields.
Script is ready to run. Entry IDs are not yet wired — submission currently opens the blank form. Run the script, send Mr. Bennett the log output, and the connection will be complete.
| Linear Growth | Exponential Growth |
|---|---|
| Each year, the population the same . | Each year, the population by the same . |
| To find the yearly rate, you can by 10 because the growth is spread evenly. | To find the yearly rate, you must because the growth compounds each year. |
|
Nigeria's growth this type:
/
|
Nigeria's growth this type:
/
|
| Expression | Exponent (n) — given | # of 30-year periods | Total years |
|---|---|---|---|
| 100 · (½)1 | 1 | ||
| 100 · (½)3 | 3 | ||
| 100 · (½)t/30 | 1/30 | ||
| 100 · (½)t/2 | 1/2 |