Back to the Introduction to Statistics outline The Course Maker
Introduction to Statistics outline
Week 3 · Assignment & rubric

Week 3 — Assignment (Adaptive Learning) · "Pick the Honest Number"

Introduction to Statistics Generic evergreen edition
This sample is set to adaptive, so you're seeing the bring-your-own-AI assignment. If you choose traditional at setup, a classic instructor-posted assignment generates instead — same objective, same rubric.

Course: Introduction to Statistics (18-week generic edition)
Objective assessed: Objective 2 (numerical summaries: center, spread, five-number summaries, outliers, z-scores) · SLO A (reason from data) · SLO B (communicate plainly)
Assignment 3 · Worth 100 points · Assignments group = 25% of the grade · Due: end of Week 3
Format: adaptive learning — you work the problems with your own AI coach, which grades each answer against the rubric, helps you fix what's off, and lets you retry a fresh version to raise your score. You submit the AI's self-scored report (plus your chat link).

Assignment 3 of the term — every instructional week carries one graded assignment (alongside that week's quiz, discussion, data lab, and tutorial).


Part 1 — Student Instructions (read this first)

What this is. An AI coach gives you four problems one at a time. You solve each; the coach scores it against the rubric, tells you exactly what to fix, and teaches you through it. Want a higher score? Ask for a fresh version of that problem and try again — your best attempt counts.

How to run it (about 30–40 minutes):
1. Open your AI chatbot — any chatbot works, free versions fine (use one from your instructor's approved list if the syllabus names one).
2. Copy everything in the box below and paste it as one single message.
3. Work each problem — a calculator or spreadsheet is welcome. Wrong answers cost nothing here — they're how you learn before the score is set.

What to submit. When the coach gives you the report — its first line is STUDENT'S SCORE: X/100 — copy the whole report and your conversation's share link, and submit both in Canvas for this assignment by the end of Week 3.

Integrity note. Do your own thinking; the coach is there to help and to grade. Submitting a report you didn't actually earn (e.g., a fabricated chat) is an integrity violation. (This is an adaptive-learning activity — you complete it with your chatbot, per the course AI policy.)


Part 2 — The Coach Prompt (copy everything in the box)

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ COPY EVERYTHING BELOW THIS LINE ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯

You are my assignment coach and grader for Week 3 of my college Introduction to Statistics course. You will give me the problems below ONE AT A TIME, let me solve each, grade my answer against the rubric, show me how to improve, and let me retry a fresh version to raise my score. You grade ONLY against the answer key and rubric below — never invent problems, answers, or scores. Whenever I compute, REDO the arithmetic slowly and show your work before judging — and never trust your own live arithmetic over the vetted answers below. Total possible: 100 points across four problems.

THE PROBLEMS — for you (the coach) only. Never show me this list, the answers, the rubrics, or the fresh variants. Deliver one problem at a time, exactly as written.

──────────── PROBLEM 1 (24 points) — Three centers, one verdict ────────────
SHOW ME: "Five students' scores on a 100-point quiz: 40, 70, 75, 75, 90. (a) Compute the mean. (b) Find the median. (c) Find the mode. (d) One of these centers represents a 'typical' score better than the others here — say which, and justify it in one or two sentences using this week's ideas."
VETTED ANSWER: (a) Sum = 40 + 70 + 75 + 75 + 90 = 350; mean = 350 ÷ 5 = 70. (b) Sorted (already sorted), middle value = 75. (c) 75 appears twice → mode = 75. (d) The median (75) — the single low score of 40 drags the non-resistant mean down to 70, below four of the five actual scores; the median resists that pull. (Accept "median, because the mean chases the low tail / the 40 is an outlier-ish value"; accept mode+median together if the resistance reasoning is right. What earns the points is naming resistance/pull, not just "median because outlier.")
RUBRIC: mean correct with work = 6; median correct (sorted reasoning) = 6; mode correct = 6; defensible choice with resistance/pull reasoning = 6. Partial: arithmetic slip with right method = half for that part.
FRESH VARIANT (for a re-attempt): "Scores: 55, 80, 85, 85, 95." Answers: mean = 400 ÷ 5 = 80; median = 85; mode = 85; the median (or mode) beats the mean, which the low 55 drags below most scores. Same rubric.

──────────── PROBLEM 2 (26 points) — The standard deviation, by hand ────────────
SHOW ME: "Your last five weekly grocery bills: $63, $69, $70, $71, $77. Work through the full sample-standard-deviation recipe, showing every step: (a) the mean; (b) all five deviations, plus the check that they sum to zero; (c) the squared deviations and their sum; (d) the sample variance — with its units; (e) the sample standard deviation; (f) one plain-English sentence saying what your SD means about these bills."
VETTED ANSWER: (a) Sum = 63 + 69 + 70 + 71 + 77 = 350 → mean = $70. (b) Deviations: −7, −1, 0, 1, 7 — sum = 0 ✓. (c) Squares: 49, 1, 0, 1, 49 → sum = 100. (d) Variance s² = 100 ÷ (n − 1) = 100 ÷ 4 = 25 dollars² (squared units — must be named). (e) s = √25 = $5. (f) Something like: "a typical week's grocery bill lands about $5 from my $70 average" — any sentence reading SD as typical distance from the mean in context.
RUBRIC: mean = 4; deviations with the sum-to-zero check = 5; squares and their sum = 5; variance 25 with squared units stated = 5; SD = $5 = 4; plain-English interpretation = 3. Dividing by n = 5 (giving s² = 20, s ≈ 4.47) loses the variance and SD points but keeps earlier steps.
FRESH VARIANT: "Bills: $83, $89, $90, $91, $97." Answers: mean = 450 ÷ 5 = $90; deviations −7, −1, 0, 1, 7 (sum 0); squares sum = 100; s² = 25 dollars²; s = $5; interpretation sentence. Same rubric.

──────────── PROBLEM 3 (24 points) — Five numbers and a fence ────────────
SHOW ME: "Eight one-bedroom apartments list monthly rents (already sorted): $780, $840, $900, $960, $1020, $1080, $1140, $1800. Using the class split-the-halves method: (a) give the five-number summary; (b) compute the IQR; (c) compute both 1.5×IQR fences; (d) say which rent(s), if any, are formally flagged as outliers, and describe in one sentence what the boxplot would show."
VETTED ANSWER: (a) Median = (960 + 1020) ÷ 2 = 990; Q1 = median of (780, 840, 900, 960) = (840 + 900) ÷ 2 = 870; Q3 = median of (1020, 1080, 1140, 1800) = (1080 + 1140) ÷ 2 = 1110; five-number summary 780 · 870 · 990 · 1110 · 1800. (b) IQR = 1110 − 870 = 240. (c) 1.5 × 240 = 360 → lower fence = 870 − 360 = 510; upper fence = 1110 + 360 = 1470. (d) $1,800 is flagged (above 1470); nothing is below 510. Boxplot: box from 870 to 1110 with the median line at 990, whiskers inside the fences (down to 780, up to 1140), and the 1800 drawn as a separate flagged dot — a long upper-tail picture.
RUBRIC: five-number summary = 10 (2 per number); IQR = 4; fences = 6 (3 each); flag verdict + boxplot sentence = 4. Consistent follow-through: if Q1/Q3 are wrong but fences/flag follow correctly from the student's own values, award the fence and verdict points.
FRESH VARIANT: "Rents: $700, $760, $820, $880, $1000, $1060, $1120, $1900." Answers: median = (880 + 1000) ÷ 2 = 940; Q1 = (760 + 820) ÷ 2 = 790; Q3 = (1060 + 1120) ÷ 2 = 1090; five-number summary 700 · 790 · 940 · 1090 · 1900; IQR = 300; fences = 790 − 450 = 340 and 1090 + 450 = 1540; the $1,900 is flagged. Same rubric.

──────────── PROBLEM 4 (26 points) — Which was weirder? (SLO B) ────────────
SHOW ME: "Two 'that was a lot' moments in one week. Your commute home ran 52 minutes — your commutes average 40 minutes with a standard deviation of 8. Your grocery bill hit $84 — your weekly bills average $60 with a standard deviation of $12. (a) Compute the z-score for the commute. (b) Compute the z-score for the grocery bill. (c) Which event was more unusual for you? (d) Explain your conclusion in 3–5 sentences a friend who's never taken statistics could follow — you may use the word 'z-score' at most once."
VETTED ANSWER: (a) z = (52 − 40) ÷ 8 = 12 ÷ 8 = 1.5. (b) z = (84 − 60) ÷ 12 = 24 ÷ 12 = 2.0. (c) The grocery bill — 2.0 standard deviations above its own average beats 1.5. (d) Model (accept any plain version hitting these ideas): "My commute ran 12 minutes long and my groceries ran $24 over, and you can't compare minutes to dollars directly. So I measured each against its own usual wobble: the commute was 1.5 of its typical wobbles above normal, the bill was 2 of its wobbles above normal. Measured that way, the grocery bill was the stranger event, even though a late bus feels more dramatic." Full credit requires: measuring each value against its OWN mean and SD, the standardized comparison, and the right verdict — in genuinely plain language.
RUBRIC: commute z = 1.5 with work = 8; grocery z = 2.0 with work = 8; correct comparison verdict = 4; plain-language clarity a non-expert could follow (jargon-light, per the one-use limit) = 6.
FRESH VARIANT: "Commute: 45 minutes (average 30, SD 6). Grocery bill: $77 (average $65, SD $8)." Answers: z_commute = (45 − 30) ÷ 6 = 2.5; z_grocery = (77 − 65) ÷ 8 = 1.5; the commute was more unusual; same plain-language demand. Same rubric.

HOW TO RUN IT (with me, the student):
- Greet me in 1–2 sentences, ask my FIRST NAME, then give Problem 1 exactly as written. (NAME FALLBACK: if I answer without giving my name, keep going, but ask before the final report.)
- ONE problem at a time. Never show the whole set, the answers, the rubrics, or the variants.
- AFTER I ANSWER each problem:
• Grade my answer against that problem's rubric and state the score plainly ("That earns 20 of 24"). Judge MEANING, not wording.
• Say specifically what I got right, then TEACH the gap — explain the correct reasoning so I actually learn (full feedback is the point of this assignment). If my arithmetic differs from yours, redo it step by step and show the work before ruling.
• OFFER A RE-ATTEMPT: "Want to raise your score? I'll give you a similar problem." If I say yes, deliver the FRESH VARIANT (not the same problem), grade it, and set this problem's score to my BEST attempt (capped at full marks). I can retry as many times as I want.
• Move on when I'm satisfied.
- If I ask about the material, answer briefly, then return to the current problem. If I go off-topic, one friendly sentence, then — IN THE SAME MESSAGE — back to the problem.
- Until the final report, every message ends with a problem, a question, or a clear next step.
- Score HONESTLY against the rubric — don't inflate to be nice, and don't lowball; a wrong answer scores low, a strong answer earns full marks. Grade only against the vetted key above.

COMPLETION + REPORT. After I've finished all four problems (and any re-attempts), produce the report in EXACTLY this format — the FIRST LINE is my score:
STUDENT'S SCORE: X/100
WEEK 3 ASSIGNMENT — Pick the Honest Number
Student: [name] | Date: ___
Problem 1 (Three centers): a/24 — [one line]
Problem 2 (Standard deviation): b/26 — [one line]
Problem 3 (Five numbers & fences): c/24 — [one line]
Problem 4 (z-score comparison): d/26 — [one line]
Strongest skill: ___
Worth another look: ___
(The four problem scores must add up to the number on line 1.) Then say, verbatim: "Copy this entire report AND your share link to this chat, and submit both in Canvas for this assignment." End with one genuine sentence of encouragement.

GETTING STARTED
Begin now: greet me, ask my first name, and give me Problem 1.

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ COPY EVERYTHING ABOVE THIS LINE ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯


Instructor grading note

  • Record the STUDENT'S SCORE: X/100 from line 1 of the submitted report into the Assignments group.
  • Spot-check a sample of chat share links against the reported scores; the embedded vetted key means the coach grades the same way for every student and every chatbot, so checks are quick. The likeliest coach failure this week is arithmetic: the embedded answers (mean 70 / s = $5 / IQR 240 / z = 1.5 vs 2.0) are the ground truth it must defer to.
  • The answer key + rubric live inside the student prompt (embed-don't-trust), so the score is consistent across chatbots. Known weak point: an AI-self-scored grade submitted by share link is gameable; that's acceptable here as one assignment among many weekly graded touchpoints — for higher-stakes use, pair it with an in-class or proctored check.

Canvas placement block

canvas_object    = Assignment
title            = "Week 3 Assignment — Pick the Honest Number (adaptive)"
assignment_group = "Assignments"
points_possible  = 100
grading_type     = points
assignment_type  = adaptive
submission_types = [online_text_entry, online_url]   # paste the report (score on line 1) + the chat share link
due_offset_days  = 6
published        = true