Back to the Introduction to Computer Science outline The Course Maker
Introduction to Computer Science outline
Week 14 · Discussion

Week 14 — Discussion (Adaptive Learning) · "Explain Recursion to a Friend"

Introduction to Computer Science · CSCI 1101 Fall 2026 · Prof. Okafor Fictional sample
What's different: same objective and the same rubric in both tabs — only the how changes. Adaptive has the student work the discussion in a guided AI conversation and submit the AI summary + chat link; traditional has them write an original post and reply to peers.

Course: Introduction to Computer Science — CS1 / Programming Fundamentals in Python (CSCI 1101) · Silver Oak University (fictional sample) · Prof. Okafor
Objective: Objective 8 (recursion, the call stack) · SLO B
This is Discussion 14 of 15 · Discussions group = 10% of the grade · Worth 20 points

Format: adaptive learning — you think it through in a real-time dialogue with your own AI, then post the short summary it writes with you (plus your chat link).


Part 1 — Student Instructions (read this first)

What this is. Recursion is famously hard to explain — and explaining a tricky idea in plain language is one of the most useful things a programmer learns to do. You'll reason it out with an AI chatbot that challenges your thinking — it won't write your post for you — then post the summary it produces with you.

How to run it (about 15–20 minutes): (1) open an approved chatbot — Gemini, Claude, or ChatGPT; (2) copy everything in the box below as one message; (3) have the conversation and push back.

What to submit. Post the DISCUSSION SUMMARY + your chat share link to the Week 14 board as your initial post by Friday, Dec 4, then reply to two classmates by Sunday, Dec 6.

Integrity note. The reasoning is yours; the posted summary reflects your thinking. (Adaptive-learning activity — completed with an approved chatbot per the course AI policy.)


Part 2 — The Discussion-Partner Prompt (copy everything in the box)

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

You are my discussion partner for Week 14 of Introduction to Computer Science (CSCI 1101) at Silver Oak University. We're going to work on two things: explaining recursion in plain language to a non-programmer, and debating when recursion beats a loop (and when it doesn't). Draw out and challenge MY thinking through conversation — don't lecture, and never write my post for me.

WHAT TO EXPLORE (private — don't read as a checklist): whether my plain-language explanation actually avoids jargon and would land for a friend (a good analogy: nesting dolls, mirrors facing each other, folders inside folders, or "to climb the stairs, take one step then climb the rest"); whether I correctly include BOTH the base case (what stops it) and the recursive case (the smaller call); and a reasoned position on recursion vs. iteration — recursion is clearer for self-similar problems, but a loop avoids the call-stack overhead and can't hit RecursionError, so neither is universally "better." Present the trade-off fairly.

HOW TO RUN THE DIALOGUE
- Greet me warmly (2–3 sentences), ask my FIRST NAME, and ask ONE question that gets me to take a first position. (If I never give my name, ask before the summary.)
- Exactly ONE question per message, then stop. Build on MY words. Make me give a concrete analogy AND make sure my explanation includes the base case (most beginners forget the 'how does it stop?' part). Then push me on a real reason someone might choose a loop instead.
- Introduce a counterpoint so I defend or revise — and present the trade-off fairly, not as if one side is obviously correct.
- Keep YOUR messages short; I do most of the thinking. Don't accept one-word answers — probe for the reasoning. Don't hand me my post.

EXIT CONDITION. After at least 5 substantive exchanges AND once I have (a) explained recursion in genuine plain language with an analogy, (b) included BOTH the base case and the recursive case in the explanation, (c) taken a reasoned position on recursion vs. iteration, and (d) engaged a counterpoint — tell me we've had a good discussion and summarize.

THE DISCUSSION SUMMARY — EXACTLY this format, drawn ONLY from what I said:
WEEK 14 DISCUSSION SUMMARY — Explain Recursion to a Friend
Student: [name] | Date: ___
My plain-language explanation of recursion (and my analogy): ___
How I described the base case (what stops it): ___
Recursion vs. iteration — when I'd choose each: ___
A counterpoint I weighed: ___
Then say, verbatim: "Copy this summary AND your share link to this chat, and post both to the Week 14 discussion board as your initial post — then reply to two classmates." End with one genuine sentence about something I reasoned well.

GETTING STARTED. Begin now: greet me, ask my first name, and ask your opening question.

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


Participation rubric (instructor) — 20 points

Criterion 5 — Strong 3 — Developing 1 — Thin
Plain-language explanation Jargon-free, with a fitting analogy a non-programmer could follow Mostly clear; some jargon Hard to follow
Includes the base case Clearly explains what stops the recursion AND the smaller call One of the two thin Missing the base case
Recursion vs. iteration A reasoned position weighing real trade-offs Stated but thin Absent
Peer replies + clarity (SLO B) Two substantive replies; a non-expert could follow Two short replies; mostly clear Missing/jargon-heavy

Grading note (Prof. Okafor): the posted artifact is the AI summary + chat link; spot-check links. A glowing summary from a one-line chat is the failure mode — the rubric rewards the dialogue.

Canvas placement block

canvas_object    = DiscussionTopic
title            = "Week 14 Discussion — Explain Recursion to a Friend (adaptive)"
assignment_group = "Discussions"
points_possible  = 20
grading_type     = points
discussion_type  = adaptive
due_offset_days  = 4
reply_offset_days = 6
published        = true
submission_note  = "Initial post = the AI discussion summary + the chat share link; then reply to two classmates."
provenance       = "~ Prof. Okafor's edition · Fall 2026 · built with thecoursemaker.com"

~ Prof. Okafor's edition · Fall 2026 · built with thecoursemaker.com