Quiz: Capstone — The Complete Data Story


Part I: Multiple Choice (10 questions)

Q1. What is the capstone chapter's threshold concept?

A) Process over product B) Integration is the skill C) Style is a system D) Aggregation is interpretation

Answer**B.** The hardest part of visualization is not any individual technique but integrating all techniques into a coherent, multi-format project with consistent quality. The capstone reveals this through practice.

Q2. How many distinct output formats does the climate capstone produce?

A) 2 B) 4 C) 5 D) 7

Answer**C.** Five formats: (1) exploratory notebooks, (2) publication-quality static figures, (3) interactive Streamlit dashboard, (4) automated PDF report, (5) PowerPoint presentation.

Q3. Which workflow step from Chapter 33 does the capstone apply first?

A) Chart selection B) Prototype C) Question formulation D) Critique

Answer**C.** The capstone begins with writing a project brief that includes a specific question. Every visualization follows from that question. This mirrors Step 1 of the 8-step workflow.

Q4. What should the self-critique step of the capstone use?

A) Gut feeling B) Peer consensus C) The Master Critique Rubric from Chapter 33 D) Reader engagement metrics

Answer**C.** The 25-point Master Critique Rubric from Section 33.10. Apply it to each static figure and document the scores.

Q5. Why does the capstone require branding across all outputs?

A) It looks nicer B) Consistent branding demonstrates the Chapter 32 skill and makes the project look cohesive C) Branding is required by law D) It saves time

Answer**B.** Consistent branding — same colors, fonts, title style across figures, dashboard, report, and slides — demonstrates the systematic approach from Chapter 32 and makes the project feel like a professional publication rather than a collection of disconnected charts.

Q6. What is the role of the exploratory notebook in the capstone?

A) It is the final deliverable B) It reveals patterns and guides the design of the publication figures C) It replaces the dashboard D) It is only for debugging

Answer**B.** The exploratory notebook is Phase 2 — quick charts that reveal patterns, distributions, outliers, and relationships in the data. These findings guide what the publication-quality figures and dashboard will focus on. It is not a deliverable for the audience; it is a tool for the analyst.

Q7. How many publication-quality static figures does the climate capstone require?

A) 2 B) 4 C) 6 D) 10

Answer**C.** Six figures, each answering a different question about the climate data. Examples: time series with rolling mean, scatter with regression, monthly heatmap, multi-panel small multiples, distributional comparison by era, pair plot of all variables.

Q8. What should the 10-slide presentation follow?

A) A random order B) The narrative structure from Chapter 9 (setup, development, conclusion) C) Alphabetical order of chart types D) The order they were created

Answer**B.** Chapter 9's storytelling structure: setup (context and question), development (evidence from multiple charts), conclusion (what it means and what comes next). Each slide has one chart and one key message.

Q9. What is the independent capstone?

A) Repeating the climate project B) Applying the full capstone process to a different dataset of the student's choice C) A written essay about visualization D) A peer review exercise

Answer**B.** The independent capstone asks students to choose a new dataset and repeat the process: brief, exploration, figures, dashboard or report, critique, reflection, archive. This proves the skills transfer beyond the climate example.

Q10. What should the capstone archive include?

A) Only the final figures B) All source code, data, README, and instructions to reproduce every output C) Only the PDF report D) Only the dashboard

Answer**B.** A git repository with: data, notebooks, figure scripts, dashboard app, report generator, slide generator, brand module, requirements.txt, and a README that documents the project structure and reproduction steps. Reproducibility is part of the quality.

Part II: Short Answer (10 questions)

Q11. List the five output formats the capstone produces.

Answer(1) Exploratory Jupyter notebook. (2) 6 publication-quality static figures (PNG/PDF). (3) Interactive Streamlit dashboard. (4) Automated PDF report. (5) 10-slide PowerPoint presentation. All use consistent branding.

Q12. Why does the capstone require a project brief before any visualization work?

AnswerThe project brief (question, audience, data, deliverables) is Step 1 of the Chapter 33 workflow. It prevents aimless exploration and ensures all subsequent work is directed toward a specific goal. Without it, the capstone becomes a collection of disconnected charts rather than a coherent data story.

Q13. What makes the capstone different from the individual chapter exercises?

AnswerChapter exercises focus on one technique at a time. The capstone integrates all techniques: data assessment, chart selection, static visualization, interactive dashboards, automated reports, branding, storytelling. The integration is the challenge — each technique is manageable alone, but combining them into a multi-format project with consistent quality is much harder.

Q14. Name three specific techniques from earlier chapters that the capstone's static figures should use.

AnswerAny three of: (1) Action titles from Chapter 7. (2) Data-ink ratio principles from Chapter 6 (minimal gridlines, no chart junk). (3) Color accessibility from Chapter 3 (colorblind-safe palette). (4) Typography hierarchy from Chapter 7 (title > subtitle > axis labels). (5) Annotation techniques from Chapter 7 and Chapter 25. (6) Brand application from Chapter 32. (7) Journal-style figure formatting from Chapter 27.

Q15. How does the Streamlit dashboard differ from the static figures in terms of audience?

AnswerStatic figures tell a specific story chosen by the analyst — the reader sees exactly what the analyst decided to show. The dashboard lets the reader explore — they choose the date range, the variable, the smoothing. The dashboard audience is interactive; the figure audience is passive. Both serve the same data but different modes of engagement.

Q16. What should the reflection document cover?

AnswerWhat worked well in the process, what was the hardest part, what surprised you, what you would change if you did it again, and what you learned about your own visualization practice. Honest self-assessment, not marketing. The reflection closes the learning loop.

Q17. Why does the capstone require archiving in a git repository with a README?

AnswerArchiving with source code, data, and instructions ensures reproducibility. Anyone (including your future self) can regenerate every output from the repository. A README documents the structure and reproduction steps. This is standard practice in data science and scientific computing.

Q18. How does the independent capstone prove that the skills transfer?

AnswerThe climate capstone is guided — the chapter provides the data, the questions, and the structure. The independent capstone requires the student to choose their own data, formulate their own questions, and apply the full workflow independently. Success on the independent capstone proves the skills are not specific to the climate dataset; they are general data visualization skills.

Q19. What is the relationship between the capstone and Chapter 33's workflow?

AnswerThe capstone is the workflow applied at full scale. Chapter 33 described the 8 steps (question, data, chart, sketch, prototype, critique, refine, publish). The capstone executes all 8 steps, multiple times, across multiple output formats. The capstone is the practical proof that the workflow produces results.

Q20. What is the single most important takeaway from the entire book?

AnswerProcess over product. The quality of a visualization is determined by the quality of the process that produced it. Technical skills (matplotlib, Plotly, seaborn) are necessary but not sufficient. A disciplined workflow — question first, critique before publishing, branding for consistency — is what turns skill into reliable output. The workflow is the skill.

Scoring Rubric

Score Level Meaning
18–20 Mastery You are ready to produce professional-quality data visualization projects independently.
14–17 Proficient You know the components; practice integration on the independent capstone.
10–13 Developing Review the workflow chapter (33) and the branding chapter (32) before attempting the full capstone.
< 10 Review Go back to the chapters that correspond to your weakest quiz answers.

Chapter 35 is the Visualization Gallery — a permanent reference of 50 chart types with code for each.