Skip to content

Quiz: Tracking Student Data and Managing Club Communication

Test your understanding of saving and protecting student data, tracking progress, and running email, calendar, chat, and feedback tools for a coding club with these review questions.


1. What principle does the chapter say should guide the decision to save a piece of student data?

  1. Collect anything that might possibly be useful someday
  2. Always collect the maximum amount of data a registration form allows
  3. Whether a specific, current club task actually needs that piece of data, not whether it could be useful someday
  4. Only a club's founding leader may decide what data gets collected
Show Answer

The correct answer is C. The chapter's guiding question for every field is "what does the club actually do with this," collecting only what a specific, current task needs rather than what might someday be useful. Option A is the exact instinct the chapter warns against with its first-aid-kit analogy. Option B contradicts the minimal-data-first approach the entire section builds toward. Option D invents a single-decision-maker restriction the chapter never states.

Concept Tested: Saving Student Data See: Saving Student Data


  1. A dashboard summarizing badge completion across a cohort
  2. A backup copy of the tracking spreadsheet stored in the cloud
  3. A schedule for how long data stays on file before deletion
  4. A guardian's informed, advance agreement to a club collecting and using specific pieces of their child's data, obtained before that data is collected
Show Answer

The correct answer is D. The chapter defines consent for data collection as a guardian's informed agreement obtained before data collection begins, not disclosed afterward as fine print, and treats it as the practical foundation everything else in the chapter sits on. Option A describes a progress dashboard, an unrelated visualization tool. Option B describes a data backup routine, unrelated to consent itself. Option C describes a data retention policy, a separate concept.

Concept Tested: Consent For Data Collection See: Consent For Data Collection


3. What is anonymized reporting?

  1. Summarizing club data as aggregate counts or trends, with every individual name stripped out before the summary ever leaves the club's own records
  2. A club's process for obtaining guardian signatures before a session
  3. The practice of sending a survey and never following up on the results
  4. A spreadsheet listing every student's full name and home address
Show Answer

The correct answer is A. The chapter defines anonymized reporting as summarizing data as aggregate counts or trends with names stripped out, giving a funder or board the answer they actually need without exposing identifiable records. Option B describes consent for data collection, a different process entirely. Option C describes the opposite of feedback loop design, which insists on a closing report-back step. Option D describes an overcollected, identifiable roster, the opposite of what anonymized reporting produces.

Concept Tested: Anonymized Reporting See: Anonymized Reporting


4. How does a data retention policy differ from a data backup routine?

  1. A backup routine determines how long data is kept before deletion, while a retention policy determines where copies are stored
  2. They are the same concept, just named differently by different clubs
  3. A retention policy only applies to consent forms, while a backup routine applies to everything else
  4. A retention policy states how long each type of data stays on file before deletion, while a backup routine keeps a scheduled, separate copy of the data that is currently being kept
Show Answer

The correct answer is D. The chapter treats these as distinct: a retention policy sets a specific duration before deletion, such as eighteen months after a student leaves, while a backup routine is a separate scheduled copy protecting whatever data is currently within its retention window. Option A reverses which concept governs duration versus storage location. Option B ignores the chapter's clear distinction between the two practices. Option C invents a scope restriction the chapter never states for retention policy.

Concept Tested: Data Retention Policy See: Data Retention Policy


5. Why does the chapter warn that BCC-ing a family email list has a "quieter failure mode" beyond a departing mentor taking the list with them?

  1. Because BCC recipients cannot receive attachments
  2. Because BCC only hides addresses on the way out, so a family that replies "reply all" by mistake exposes every other recipient's address to everyone else on the list
  3. Because BCC lists are automatically deleted after 30 days
  4. Because BCC email cannot be used with a dedicated club email account
Show Answer

The correct answer is B. The chapter explains that BCC hides addresses only on messages going out, not on replies, so a "reply all" mistake exposes every recipient's address to the whole list -- a risk a dedicated club account avoids. Option A invents an attachment restriction not discussed. Option C fabricates an automatic-deletion behavior that does not exist. Option D contradicts the chapter's actual recommendation to move away from BCC toward a dedicated account, not a restriction on using both together.

Concept Tested: Managing Email Communication See: Managing Email Communication


6. Why does the chapter say a feedback loop with no visible "report back" step undermines the whole cycle?

  1. Because a survey without a report-back step becomes legally invalid
  2. Because a survey tool automatically deletes responses that are never reported back
  3. Because families who never see their input lead to a visible change learn that their feedback doesn't matter, which quietly discourages them from responding to future surveys
  4. Because a report-back step is required before a survey tool can collect anonymous responses
Show Answer

The correct answer is C. The chapter explains that a feedback loop with no closing report-back step teaches families their input doesn't matter, discouraging them from bothering to respond the next time -- exactly why the cycle includes "collect, analyze, act, report back" rather than stopping after collection. Option A invents a legal-validity claim not discussed. Option B fabricates an automatic-deletion mechanism unrelated to reporting back. Option D confuses the report-back step with an unrelated anonymity setting.

Concept Tested: Feedback Loop Design See: Feedback Loop Design


7. A club leader preparing a grant renewal needs to show a funder that attendance stayed consistent over a semester, without exposing any student's name. Following the chapter's worked example, what should the leader export?

  1. A single anonymized chart of total attendance per week, with no names attached, since this answers the funder's actual question completely
  2. The full roster spreadsheet with every student's name and weekly attendance mark
  3. Each family's signed consent form
  4. The parent communication log for the entire semester
Show Answer

The correct answer is A. The chapter's own worked example describes exactly this: exporting an anonymized attendance chart answers the funder's question just as completely as the full roster, without a single identifiable record ever leaving the club's system. Option B is the identifiable roster the chapter explicitly recommends avoiding for this exact task. Option C confuses consent forms, an unrelated document, with an attendance report. Option D confuses the communication log, which tracks individual family conversations, with an attendance summary.

Concept Tested: Anonymized Reporting See: Anonymized Reporting


8. A mentor needs to tell families that a session's room changed five minutes before it starts. Following the chapter's message channel decision tree, which tool should the mentor use, and why?

  1. A group messaging app, since the message needs action within the hour and reaches families checking their phones in real time
  2. Email, since it creates a strong, searchable written record
  3. A parent communication log entry, since it documents an individual conversation
  4. A progress dashboard, since it summarizes data at a glance
Show Answer

The correct answer is A. The chapter's decision tree routes any message needing action within the hour, such as a last-minute room change, to the group messaging app, since it reaches families checking their phones in real time rather than sitting unopened in an inbox. Option B is explicitly the wrong channel for urgent, same-hour messages, better suited to non-urgent, searchable announcements. Option C confuses a chat message with a record of an individual family conversation, a different tool entirely. Option D confuses messaging with an unrelated progress-visualization tool.

Concept Tested: Group Messaging App See: Group Messaging App


9. A parent already explained by phone, two weeks ago, that their child has a recurring scheduling conflict on the third Tuesday of every month. A different mentor, unaware of that call, is about to ask the family the same question again at pickup. What should have prevented this repeat conversation?

  1. A signed consent form on file
  2. A parent communication log entry from the original call, so any mentor interacting with that family next could see the conversation already happened
  3. A properly configured data retention policy
  4. An anonymized attendance chart
Show Answer

The correct answer is B. The chapter's own worked example describes exactly this scenario: a quick glance at the parent communication log shows the conversation already happened, letting a different mentor confirm the arrangement instead of asking the same question again. Option A addresses data collection permission, unrelated to recording a specific conversation's content. Option C governs how long data is kept, not whether a conversation was logged at all. Option D summarizes attendance counts, unrelated to individual family communication.

Concept Tested: Parent Communication Log See: Parent Communication Log


  1. Because consent forms are the only data type a club is legally required to keep forever
  2. Because consent forms are converted into anonymized survey responses after 90 days
  3. Because consent forms take up more storage space than progress records
  4. Because a consent form has no meaningful purpose once the data it authorized still exists but the form documenting permission for it has been deleted, so the two must stay linked
Show Answer

The correct answer is D. The chapter's retention schedule ties a consent form's lifespan directly to the data it authorizes, since a form documenting permission is meaningless to keep separately from the data it covers, and deleting one without the other would leave the club unable to show what was actually authorized. Option A invents a blanket legal-forever requirement the chapter never states. Option B confuses consent forms with the chapter's separate survey-response retention rule, a different data type entirely. Option C makes an irrelevant storage-size comparison that has nothing to do with the retention logic.

Concept Tested: Data Retention Policy See: Data Retention Policy