
Lecture Designer
- 77 installs
- 75 repo stars
- Updated January 30, 2026
- nealcaren/social-data-analysis
Helps with design & ui/ux tasks.
About
lecture-designer is a Claude Code skill for design & ui/ux. It helps solo builders move faster with AI-assisted development.
- lecture-designer
- Design & UI/UX
- AI-coding skill
Lecture Designer by the numbers
- 77 all-time installs (skills.sh)
- +2 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Ranked #1,174 of 1,880 Design & UI/UX skills by installs in the Skillselion catalog
- Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/nealcaren/social-data-analysis --skill lecture-designerAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 77 |
|---|---|
| repo stars | ★ 75 |
| Last updated | January 30, 2026 |
| Repository | nealcaren/social-data-analysis ↗ |
What it does
Helps with design & ui/ux tasks.
Files
Lecture Designer
You are an expert instructional designer helping university instructors transform textbook chapters into engaging, high-retention lectures. Your role is to guide users through a systematic process that produces publication-quality slides and evidence-based lecture plans.
Prerequisites: Google Docs MCP
This skill creates slides directly in Google Slides using the Google Docs MCP server. Before starting, ensure the MCP is installed and configured.
Installation: 1. Install the Google Docs MCP: <https://github.com/nealcaren/google-docs-mcp> 2. Follow the setup instructions to configure OAuth credentials 3. Verify connection by testing with a simple document operation
Why Google Slides?
- Real-time collaboration: Share and co-edit with TAs or colleagues
- Native presentation: No rendering step—slides are ready to present
- Image integration: Drag and drop images directly into slides
- Familiar interface: Most instructors already know Google Slides
- Cloud storage: Automatic saving and version history
Note: If you prefer local Quarto reveal.js slides, reference guides are available in the quarto/ directory, but Google Slides is the recommended workflow.Core Principles
1. Learning outcomes first: Define what students should be able to do by the end, then design backward from there.
2. Narrative over coverage: A lecture is a story, not a chapter recitation. Use the ABT (And, But, Therefore) structure to create cognitive tension and resolution.
3. Cognitive load management: Apply Sweller's Cognitive Load Theory—minimize extraneous load, manage intrinsic load through chunking, maximize germane load through active processing.
4. Active learning is required: Passive listening fails. Design deliberate state changes every 12-18 minutes using polls, peer instruction, and activities.
5. Visual simplicity: Slides support the speaker, not replace them. Apply Mayer's multimedia principles—coherence, signaling, segmenting, redundancy avoidance.
6. Pause for instructor input: Stop between phases to get the instructor's substantive expertise and preferences.
Inputs
The instructor provides:
- Chapter/reading material: The textbook chapter or content to be taught
- Instructor notes (optional): What they want to emphasize, known student struggles, war stories
- Context: Course level, class size, time available, prior knowledge assumed
Outputs
The skill produces:
- Lecture plan: Learning outcomes, chunk map, temporal timeline
- Slide deck: Google Slides presentation with speaker notes (created via MCP)
- Activity set: Polls, ConcepTests, and active learning activities
- Instructor guide: Delivery notes, backup plans, post-class follow-up
Analysis Phases
Phase 0: Context & Learning Outcomes
Goal: Understand the teaching context and define measurable learning outcomes.
Process:
- Clarify course level, class size, time constraints, and student background
- Review the chapter/reading material
- Review instructor notes and emphases
- Define 3-5 measurable learning outcomes (what students should be able to DO)
- Identify evidence: how will we know they learned it?
Output: Context memo with learning outcomes and evidence plan.
Pause: Confirm learning outcomes with instructor before proceeding.
---
Phase 1: Content Audit & Narrative Design
Goal: Transform chapter content into a narrative arc.
Process:
- Content Audit: Categorize chapter content as:
- Essential: Core concepts requiring expert modeling (80% of lecture time)
- Helpful: Supporting examples, interesting details (cut or make optional)
- Decorative: Tangential material (eliminate)
- Narrative Arc (ABT):
- And (Setup): Establish context, what we know
- But (Conflict): The paradox, gap, or puzzle
- Therefore (Resolution): The new understanding
- The Hook: Design an opening mystery/problem that grabs attention in 60 seconds
- Chunk Map: Break into 3-4 chunks of ~15 minutes each
Output: Content audit, narrative arc document, and chunk map.
Pause: Review narrative structure with instructor.
---
Phase 2: Active Learning Design
Goal: Design activities that reset attention and promote deep processing.
Process:
- Poll Set Design (for 75-minute lecture):
- Poll 1 (min 0-3): Prediction/baseline misconception
- Poll 2 (min ~20): ConcepTest on Chunk 1
- Poll 3 (min ~40): ConcepTest on Chunk 2 (hardest material)
- Poll 4 (min ~55): Transfer/application to new case
- Poll 5 (min ~72): Muddiest point/confidence check
- ConcepTest Design:
- Stem describes a situation; answers are mechanisms, not vocabulary
- Distractors are the top 3 wrong mental models
- Target 30-70% correct for optimal peer discussion
- Peer Instruction Protocol: Plan Think-Pair-Share moments
- State Changes: Non-digital breaks (sketch, discuss, stretch)
Output: Complete activity set with polls, ConcepTests, and protocols.
Pause: Review activities with instructor. Adjust for their style.
---
Phase 3: Slide Development
Goal: Create visually effective slides directly in Google Slides via the Google Docs MCP.
Process:
- Create Presentation: Use
createPresentationto create a new Google Slides deck - Apply Multimedia Principles:
- Coherence: Cut decorative clutter
- Signaling: Highlight what matters (arrows, bolding, progressive reveal)
- Segmenting: One concept per slide
- Redundancy: Don't put full sentences on screen while speaking them
- Accessibility:
- Minimum 24pt body text, 32pt+ headings
- High contrast (dark on light or light on dark)
- Describe all visuals verbally
- Speaker Notes: Add delivery cues, timing, and transitions to each slide
- Image Suggestions: Proactively search for relevant images on Unsplash/Pexels using WebSearch (e.g.,
site:unsplash.com [concept]) and provide curated links for the instructor to add
Output: Google Slides presentation URL with speaker notes, plus image suggestions document.
Pause: Review slides with instructor.
---
Phase 4: Review & Refinement
Goal: Ensure the lecture is deliverable and has backup plans.
Process:
- Temporal Check: Verify the timing adds up to available class time
- Cognitive Load Audit: Check for overloaded slides or rushed segments
- Failure Modes: Plan backups (WiFi down → show of hands, running late → what to cut)
- Instructor Guide: Compile delivery notes, timing cues, and post-class follow-up
- Finalize Materials: Ensure all files are organized and ready
Output: Final lecture package with instructor guide.
---
Folder Structure
lecture/
├── chapter/ # Source chapter/reading material
├── notes/ # Instructor notes and emphases
├── output/
│ ├── slides-link.md # Link to Google Slides presentation
│ ├── lecture-plan.md # Learning outcomes, chunk map, timeline
│ ├── activities.md # Polls, ConcepTests, protocols
│ ├── visual-assets.md # Image suggestions with links
│ └── instructor-guide.md # Delivery notes and backup plans
└── memos/ # Phase outputsReference Guides
Included Guides
| Guide | Location | Topics |
|---|---|---|
overview.md | pedagogy/ | Comprehensive lecture design framework (CLT, ABT, Peer Instruction) |
slide-design-guide.md | pedagogy/ | Visual design principles: 75-word rule, CRAP framework, typography, color, data visualization |
teaching-techniques.md | pedagogy/ | Active learning: retrieval practice, predictions, storytelling, 18-minute rule |
google-docs-mcp-setup.md | mcp/ | Google Docs MCP setup, available tools, and Google Slides API reference |
| Quarto guides | quarto/ | (Alternative) reveal.js slide syntax for local presentations |
Key Principles from Research
The Numbers That Matter:
- 18 minutes: Maximum before cognitive overload (soft breaks every 10-15 min)
- 75 words: More than this per slide = it's a document
- 6 words: Ideal target per slide (Godin/Reynolds)
- 3 seconds: Audience must grasp slide content this fast
- Rule of 3: Organize around 3 key messages
- 65%: Top TED talks are 65% stories, 25% data, 10% credibility
Picture Superiority Effect:
- Hear information → 10% recall after 3 days
- Add picture → 65% recall after 3 days
- Images = 6x more memorable than words
Recommended Reading
These books inform the pedagogical approach (not included due to copyright):
Teaching & Pedagogy:
- Lang, James M. Small Teaching (2nd ed.) - Evidence-based teaching strategies
- Bain, Ken. What the Best College Teachers Do - Research on exceptional teachers
- Eng, Norman. Teaching College - Student-centered techniques and the 9 "touches"
- Gallo, Carmine. Talk Like TED - Presentation and engagement techniques
Visual Design:
- Duarte, Nancy. slide:ology - Visual presentation design principles
- Reynolds, Garr. Presentation Zen - Simplicity and restraint in slides
- Duarte, Nancy. DataStory - Data visualization and storytelling
Research Base:
- Mayer, Richard. Multimedia Learning - Cognitive theory of multimedia
- Sweller, John. Cognitive Load Theory - Managing mental effort
- Mazur, Eric. Peer Instruction - Active learning in large classes
Invoking Phase Agents
For each phase, invoke the appropriate sub-agent using the Task tool:
Task: Phase 0 Context & Learning Outcomes
subagent_type: general-purpose
model: opus
prompt: Read phases/phase0-context.md and execute for [instructor's lecture]Model Recommendations
| Phase | Model | Rationale |
|---|---|---|
| Phase 0: Context & Outcomes | Opus | Pedagogical judgment, outcome design |
| Phase 1: Content Audit & Narrative | Opus | Creative narrative design, content curation |
| Phase 2: Active Learning Design | Sonnet | Systematic activity creation |
| Phase 3: Slide Development | Sonnet | Technical slide creation |
| Phase 4: Review & Refinement | Opus | Quality assessment, synthesis |
Starting the Design
When the instructor is ready to begin:
1. Ask about context:
"Tell me about your course: What level? How many students? How much time do you have for this lecture?"
2. Ask about the material:
"What chapter or content are you teaching? Can you share the material or point me to where it is?"
3. Ask about priorities:
"What do you most want students to take away? What do students typically struggle with?"
4. Then proceed with Phase 0 to establish learning outcomes.
Key Reminders
- Outcomes before content: Know where you're going before you plan the route.
- Cut ruthlessly: If you mark everything as essential, you've failed the audit.
- The hook matters: First 60 seconds determine engagement for the whole lecture.
- 15-minute chunks: Attention requires state changes; this is biology, not preference.
- Polls drive learning: ConcepTests force processing; anonymous responses enable honesty.
- Slides are visual aids: They support the speaker, not replace them. Avoid walls of text.
- Images boost retention 6x: Proactively search Unsplash/Pexels for relevant images and provide curated links.
- Google Slides is collaborative: Share the presentation link so the instructor can add their own touches.
- Pause between phases: Always stop for instructor input before proceeding.
- The instructor decides: You provide options and recommendations; they choose.
75-Minute Timeline Template
For reference, here's the recommended temporal structure:
| Time | Phase | Activity |
|---|---|---|
| 00:00-00:05 | Hook | Mystery/paradox + baseline poll |
| 00:05-00:20 | Chunk 1 | Core Concept 1 |
| 00:20-00:25 | Active Break 1 | ConcepTest + Peer Instruction |
| 00:25-00:40 | Chunk 2 | Core Concept 2 (hardest material) |
| 00:40-00:45 | Active Break 2 | State change (video, sketch, stretch) |
| 00:45-00:55 | Chunk 3 | Application/implications |
| 00:55-01:05 | Synthesis | Complex case study / debate |
| 01:05-01:10 | Summary | Return to hook, resolve mystery |
| 01:10-01:15 | Reflection | Muddiest point + logistics |
Google Docs MCP Setup Guide
This guide covers the installation and configuration of the Google Docs MCP server, which enables Claude to create and edit Google Slides presentations directly.
Overview
The Google Docs MCP is an enhanced Model Context Protocol server that provides programmatic access to Google's productivity suite, including:
- Google Slides: Create presentations, add slides, insert text
- Google Docs: Read and edit documents
- Google Sheets: Read and write spreadsheet data
- Google Drive: Manage files and folders
Repository: <https://github.com/nealcaren/google-docs-mcp>
Installation Steps
1. Create Google Cloud Project
1. Go to Google Cloud Console 2. Create a new project (or select an existing one) 3. Enable the following APIs:
- Google Docs API
- Google Sheets API
- Google Slides API
- Google Drive API
2. Configure OAuth Consent Screen
1. Navigate to APIs & Services > OAuth consent screen 2. Choose External user type (or Internal if using Workspace) 3. Fill in the required app information 4. Add the following scopes:
https://www.googleapis.com/auth/documentshttps://www.googleapis.com/auth/spreadsheetshttps://www.googleapis.com/auth/presentationshttps://www.googleapis.com/auth/drive
3. Create OAuth Credentials
1. Navigate to APIs & Services > Credentials 2. Click Create Credentials > OAuth client ID 3. Select Desktop app as the application type 4. Download the credentials JSON file 5. Rename it to credentials.json
4. Install the MCP Server
# Clone the repository
git clone https://github.com/nealcaren/google-docs-mcp.git
cd google-docs-mcp
# Place credentials.json in the project root
cp /path/to/downloaded/credentials.json .
# Install dependencies
npm install
# Build the project
npm run build5. Authenticate with Google
Run the server once manually to complete OAuth authentication:
npm startThis will open a browser window for Google authentication. After authorizing, a token.json file is created.
6. Configure Claude Desktop
Add the MCP server to your Claude Desktop configuration (mcp_config.json):
{
"mcpServers": {
"google-docs": {
"command": "node",
"args": ["/absolute/path/to/google-docs-mcp/dist/index.js"]
}
}
}Important: Use the absolute path to the compiled server.
Available Tools for Google Slides
Creating Presentations
`createPresentation` Creates a new Google Slides presentation.
Parameters:
title: string - The title of the presentation
Returns:
presentationId: string - ID for subsequent operations
url: string - Direct link to the presentationManaging Slides
`addSlide` Adds a new slide to an existing presentation.
Parameters:
presentationId: string - The presentation ID
layoutType: string - One of:
- TITLE - Title slide
- SECTION_HEADER - Section divider
- TITLE_AND_BODY - Standard content slide
- TITLE_AND_TWO_COLUMNS - Two-column layout
- BLANK - Empty slide for custom content
- BIG_NUMBER - Large number/statistic display
Returns:
slideId: string - ID of the new slideAdding Content
`insertTextToSlide` Inserts text into a specific placeholder or shape on a slide.
Parameters:
presentationId: string - The presentation ID
slideIndex: number - Zero-based slide index
shapeId: string - The placeholder/shape ID to insert into
text: string - The text content to insertBulk Operations
`replaceAllTextInPresentation` Finds and replaces text throughout the entire presentation.
Parameters:
presentationId: string - The presentation ID
findText: string - Text to search for
replaceText: string - Replacement textWorkflow for Lecture Slides
Step 1: Create Presentation
Tool: createPresentation
title: "SOC 101 - Week 5: Social Stratification"
→ Returns: presentationId, urlStep 2: Add Slides
Tool: addSlide
presentationId: [from step 1]
layoutType: "TITLE"
Tool: addSlide
presentationId: [from step 1]
layoutType: "TITLE_AND_BODY"
[Repeat for each slide...]Step 3: Populate Content
Tool: insertTextToSlide
presentationId: [from step 1]
slideIndex: 0
shapeId: [title placeholder]
text: "Social Stratification"
[Repeat for each content element...]Step 4: Share the Link
The presentation URL from step 1 can be shared with the instructor for:
- Adding images
- Customizing formatting
- Adding speaker notes
- Final review
Common Layout Types Explained
| Layout | Description | Use Case |
|---|---|---|
TITLE | Large centered title with optional subtitle | Opening slide, course info |
SECTION_HEADER | Section divider with large text | Chunk transitions, topic shifts |
TITLE_AND_BODY | Title with bullet point area | Standard content slides |
TITLE_AND_TWO_COLUMNS | Title with two content columns | Comparisons, before/after |
BLANK | Empty slide | Full-bleed images, custom layouts |
BIG_NUMBER | Large number with description | Statistics, key figures |
Tips for Effective Use
1. Plan slide structure first: Map out all slides before creating to minimize API calls
2. Use consistent layouts: Stick to 2-3 layout types for visual consistency
3. Batch similar operations: Create all slides first, then populate content
4. Document the URL: Save the presentation URL in slides-link.md immediately
5. Let instructors add images: The MCP can add text efficiently; images are easier to add manually in Google Slides
Troubleshooting
"Token expired" Error
Delete token.json and re-authenticate by running npm start.
"Quota exceeded" Error
Google APIs have rate limits. Wait a few minutes and retry, or reduce the number of rapid API calls.
"Invalid presentation ID" Error
Ensure you're using the ID returned from createPresentation, not the URL.
"Shape not found" Error
Layout placeholders have specific IDs. Use the Google Slides UI to inspect placeholder IDs if needed.
Additional Resources
Pedagogical Architecture for Large-Scale Instruction: Designing the High-Impact 75-Minute Lecture
1. Introduction: The Crisis and Opportunity of the Large Lecture Hall
The large-enrollment university course---often defined as a cohort exceeding 100 students, and frequently reaching 300 or more---remains a cornerstone of higher education economics and logistics. However, its pedagogical efficacy has long been a subject of intense debate. The traditional \"transmission model\" of instruction, where an expert broadcasts information from a podium to a passive audience for a continuous 75-minute block, is increasingly viewed as an obsolete artifact of a pre-digital era.^1^ This format, while efficient for delivering content, often fails to account for the cognitive limitations of the human brain, specifically regarding attention span and working memory capacity.^2^
The challenge facing the modern instructor is not merely one of content delivery---textbooks and asynchronous videos can transfer information far more efficiently than a live speaker---but one of cognitive engagement and synthesis. The lecture hall must be transformed from a vessel of passive reception into an arena of active inquiry. This requires a fundamental paradigm shift: the instructor is no longer a \"Sage on the Stage\" but a \"Cognitive Architect\" who structures time, space, and social interaction to facilitate deep learning.^4^
This report provides a comprehensive, evidence-based framework for designing a 75-minute lecture for a 300-person course. Drawing on Cognitive Load Theory (CLT), narrative theory, and active learning methodologies (specifically Peer Instruction via Poll Everywhere), we will deconstruct the process of converting a static textbook chapter into a dynamic, high-retention learning experience. The goal is to move beyond the \"coverage\" model---the frantic attempt to speak every word in the chapter---toward a \"constructivist\" model where the lecture serves as a scaffold for students to build their own mental models of the material.^5^
2. Cognitive Foundations of Instructional Design
To design an effective lecture, one must first understand the \"hardware\" on which the software of instruction runs: the human brain. In a large lecture hall, the cognitive demands placed on students are immense. They must process visual data (slides), auditory data (speech), and environmental stimuli (ambient noise, peer presence) simultaneously. Without careful design, these inputs can easily overwhelm the limited capacity of working memory, leading to cognitive overload and learning failure.^2^
2.1 Deconstructing Cognitive Load Theory (CLT) in the Lecture Context
Cognitive Load Theory, originally conceptualized by Sweller, postulates that human working memory is strictly limited in capacity and duration. Information must be processed in working memory before it can be encoded into long-term memory (schemas). If the total cognitive load exceeds the learner\'s capacity, learning halts.^2^ In the context of a 300-person lecture, the instructor must actively manage three distinct types of load.
2.1.1 Intrinsic Cognitive Load (ICL)
Intrinsic load is inherent to the complexity of the material itself. A chapter on \"Quantum Mechanics\" or \"Advanced Econometrics\" carries a high ICL regardless of how well it is taught.^2^
- Implication for Design: In a large lecture, the instructor cannot change the complexity of the subject, but they can manage it through segmenting and pre-training. Segmenting involves breaking complex information into bite-sized \"chunks\" (discussed in Section 4), allowing working memory to clear before the next influx.^7^ Pre-training involves ensuring students have the vocabulary and foundational concepts (often via the textbook reading) before the lecture begins, reducing the ICL during the live session.^2^
2.1.2 Extraneous Cognitive Load (ECL)
Extraneous load is generated by the manner in which information is presented. It is \"bad\" load---mental effort wasted on processing poor design rather than learning content.^2^
- The Split-Attention Effect: When students must split their attention between a complex diagram on a slide and a separate textual explanation (or the lecturer\'s spoken words), ECL spikes. The brain struggles to integrate the two disparate sources.^2^
- The Redundancy Principle: Reading bullet points aloud while students read them silently creates cognitive conflict. The auditory and visual channels compete rather than complement.
- Implication for Design: Slides must be visually simple. Text should be minimal. The lecturer\'s voice should provide the narrative that \"glues\" the visual elements together, rather than repeating on-screen text.^2^
2.1.3 Germane Cognitive Load (GCL)
Germane load is the \"good\" load---the mental effort dedicated to processing, constructing, and automating schemas.^2^
- Implication for Design: The goal of the 75-minute session is to minimize ECL so that students have the mental bandwidth to engage in GCL. Active learning strategies like \"Think-Pair-Share\" and \"Elaborative Interrogation\" (asking why something is true) are designed specifically to increase Germane load.^2^
2.2 The Physiology of Attention: The 15-Minute Threshold
Research into adult attention spans consistently indicates a \"vigilance decrement\" that sets in after approximately 10 to 20 minutes of continuous passive listening.^3^ In a 75-minute class, a monolithic lecture guarantees that the majority of students will be cognitively absent for at least 60% of the session.
- The Reset Mechanism: The brain requires a \"state change\" to reset the attention clock. This does not require a break in learning, but a break in modality. Switching from listening to writing, or from watching to talking, resets the vigilance timer.^3^
- Implication for Design: The lecture cannot be a linear progression. It must be modular. The \"Chunking\" method---breaking the 75 minutes into 15-minute segments separated by active interludes---is not a stylistic choice but a biological necessity.^7^
3. From Textbook to Script: The Curatorial Process
A common pitfall in large-course design is treating the lecture as an oral recitation of the textbook. This leads to \"Content Tyranny\"---the overwhelming compulsion to \"cover\" every fact, date, and definition in the chapter.^5^ This approach invariably results in high Extraneous Load and low retention. The textbook is a reference repository; the lecture is a narrative experience.
3.1 The Audit: Essential vs. Helpful
Before a single slide is created, the instructor must perform a ruthless audit of the textbook chapter. The goal is to filter content through the lens of utility and narrative necessity rather than completeness.^5^
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Content Category Definition Action in Lecture Design ----------------------- ---------------------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------- Essential Core concepts, foundational theories, and complex mechanisms that require expert modeling to understand. Focus: These form the \"chunks\" of the lecture. Dedicate 80% of live time to these topics. ^5^
Helpful Supporting examples, interesting side-notes, biographical details of scientists, or granular data. Cut: Move to \"Suggested Reading\" or asynchronous materials. Do not lecture on this. ^5^
Decorative Tangential anecdotes or excessive background information that adds flavor but no structural weight. Eliminate: These increase Extraneous Load without adding value. ^5^ ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
The Peer Review Check: It is often difficult for a subject matter expert to see that a favorite topic is merely \"helpful\" rather than \"essential.\" A best practice is to have a colleague review the syllabus and mark topics for removal. If you mark everything as essential, you have failed the audit.^5^
3.2 Structuring the Narrative Arc
Once the content is pared down to the essentials, it must be arranged not as a list, but as a story. Humans are evolutionarily wired for narrative; stories activate neural pathways related to trust, empathy, and memory retention.^11^ A textbook chapter is usually organized logically (Definition -\> Mechanism -\> Example), but a compelling lecture should be organized psychologically (Mystery -\> Struggle -\> Resolution).^13^
3.2.1 The ABT Framework (And, But, Therefore)
A powerful tool for structuring scientific and academic narratives is the ABT model.^13^ This structure moves the lecture from a static list of facts to a dynamic journey of discovery.
- AND (The Setup): Establish the context and the known world. \"We know X is true, AND we know Y is true\...\" (This aligns with the \"Exposition\" phase of a story).^14^
- BUT (The Conflict): Introduce the problem, the gap, or the contradiction. \"\...BUT, there is a paradox. X and Y should not coexist. Or, we observe Z which contradicts X.\" This creates a \"Knowledge Gap\" that the human brain instinctively wants to close.^13^
- THEREFORE (The Resolution): The lecture content serves as the solution to the conflict. \"\...THEREFORE, we must apply this new theory/equation/concept to resolve the paradox.\".^13^
3.2.2 The Mystery and the Hook
Every great lecture should begin with a \"Hook\"---an inciting incident that grabs attention within the first 60 seconds.^14^ Instead of beginning with \"Today we are covering Chapter 5: Thermodynamics,\" begin with a problem.
- Example (Biology): Instead of listing facts about viscosity, tell the story of a \"confused robot\" or a biological anomaly (e.g., \"Why can this lizard walk on water while this one sinks?\").^15^
- Example (History): Instead of \"The Causes of WWI,\" start with a specific diplomatic cable that was ignored. \"Why did this one message fail to stop a war?\".^5^
- The \"Mystery Bag\" Approach: The instructor can physically or digitally present a \"mystery\" (an unidentified object, an anomalous data point) at the start of class, promising that by the end of the 75 minutes, the students will possess the tools to solve it.^16^
3.2.3 From Headings to Plot Points
To translate a textbook chapter into this arc, rename the sub-headings.
- Textbook Heading: \"The Krebs Cycle\"
- Lecture Plot Point: \"The Energy Crisis: How the Cell Extracts Value from Waste\"
- Textbook Heading: \"The Treaty of Versailles\"
- Lecture Plot Point: \" The Peace that Failed: Seeds of a New Conflict\" This subtle shift frames the content as active events rather than static nouns.^17^
4. Temporal Design: Architecting the 75 Minutes
A 75-minute lecture is a significant block of time. Without a strict temporal architecture, it tends to drift, leading to rushing at the end and omitting the synthesis phase. We will utilize the Bookend Method combined with Modular Chunking to structure the experience.^6^
4.1 The Bookend Architecture
The \"Bookend\" approach treats the start and end of class as distinct, high-value pedagogical zones that frame the content.
- The Opening Bookend (Engagement): This is for activation. It bridges the gap between the student\'s life outside the hall and the content inside. It must involve active prediction or recall.^6^
- The Middle Segments (Instruction): These are the \"Chunks\" of content, interspersed with active learning.
- The Closing Bookend (Reflection): This is for synthesis. It ensures that the loose strands of the lecture are tied together and encoded.^6^
4.2 The 75-Minute Timeline Template
The following table provides a minute-by-minute template for a high-engagement 75-minute session, integrating the Narrative Arc and Active Learning breaks.
+-------------------+------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | Time Block | Phase | Activity & Purpose | Cognitive Load Focus | +-------------------+------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | 00:00 - 00:05 | The Hook (Exposition) | Narrative Start: Present the \"Mystery\" or \"Paradox\" (The \"BUT\" of the ABT model). | Activate Prior Knowledge: Primes schemas for new info.^19^ | | | | | | | | | Activity: Low-stakes poll (Prediction/Baseline). | | +-------------------+------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | 00:05 - 00:20 | Chunk 1 (Rising Action) | Micro-Lecture: Core Concept 1. | Manage Intrinsic Load: Introduce vocabulary and basic mechanism. | | | | | | | | | Focus: Analysis of the problem. High-visual slides. | | +-------------------+------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | 00:20 - 00:25 | Active Break 1 | Peer Instruction: \"Think-Pair-Share\" on Concept 1. | Reset Vigilance: Switch from passive to active. Increase Germane Load. | | | | | | | | | Poll: ConcepTest (Application level). | | +-------------------+------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | 00:25 - 00:40 | Chunk 2 (The Climax) | Micro-Lecture: Core Concept 2 (The most complex/difficult material). | Max Intrinsic Load: This is the heavy lifting. Minimize Extraneous load here. | | | | | | | | | Focus: The mechanism/solution. | | +-------------------+------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | 00:40 - 00:45 | Active Break 2 | \"The Change-Up\": A complete state change. | Cognitive Restoration: Allow working memory to consolidate Chunk 2.^3^ | | | | | | | | | Activity: Video clip, physical stretch, or \"Sketch the Concept\" (non-digital). | | +-------------------+------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | 00:45 - 00:55 | Chunk 3 (Falling Action) | Micro-Lecture: Application/Implications. | Elaboration: connecting abstract concepts to concrete reality.^20^ | | | | | | | | | Focus: Real-world examples or case studies. | | +-------------------+------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | 00:55 - 01:05 | Synthesis Activity | Poll Everywhere: \"The Debate\" or Complex Case Study. | Transfer: Testing if students can use knowledge in new context.^21^ | | | | | | | | | Activity: Students apply Concept 1 & 2 to a novel problem. | | +-------------------+------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | 01:05 - 01:10 | The Summary | Narrative Close: Return to the opening Mystery. Explain the solution (\"Therefore\...\"). | Schema Closure: tying the narrative loop.^13^ | +-------------------+------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | 01:10 - 01:15 | Reflection (Resolution) | Activity: \"Muddiest Point\" or \"Minute Paper\" via Poll. | Metacognition: Students self-assess their understanding.^22^ | | | | | | | | | Logistics: Brief reminders. | | +===================+==============================+===============================================================================================+===================================================================================+
5. Active Learning Systems: Poll Everywhere and Peer Instruction
In a 300-seat lecture hall, individual dialogue with the instructor is mathematically impossible. Active Learning Systems (ALS) or Student Response Systems (SRS) like Poll Everywhere solve this scale problem by allowing collective dialogue. However, the technology is only as effective as the pedagogy behind it.
5.1 The Psychology of Anonymity and Safety
Large lecture halls are high-risk social environments. Students fear \"looking stupid\" in front of hundreds of peers. This fear inhibits question-asking and risk-taking.^21^
- The Power of Anonymity: Poll Everywhere allows for anonymous participation. Research indicates that anonymity is crucial for equity and inclusion; it encourages marginalized voices to participate and allows students to admit confusion without shame.^23^
- Honest Feedback: When students are anonymous, they are more likely to answer honestly rather than trying to guess the \"teacher\'s password\" (the answer they think the teacher wants).^24^ This provides the instructor with accurate data on class comprehension.
5.2 Eric Mazur's Peer Instruction (PI) Workflow
The gold standard for large-class active learning is Eric Mazur's Peer Instruction model.^4^ It turns the lecture hall into a peer-tutoring network.
5.2.1 The Step-by-Step PI Cycle
1. Concept Presentation (7-10 min): The instructor lectures on a specific concept.
2. The ConcepTest (1-2 min): A multiple-choice question is posed. Crucially, this question must be conceptual, not factual. It should test understanding of a mechanism, not recall of a date.^25^
3. Individual Silent Vote: Students vote individually. Silence is enforced. This forces individual cognitive commitment.^27^
4. The Data Check (Instructor Only): The instructor checks the histogram.
- \<30% Correct: The concept was not understood. Stop. Re-teach the concept immediately using a different explanation. Do not move to peer discussion (students will just reinforce misconceptions).
- 30% - 70% Correct: The Sweet Spot. Optimal for discussion. Proceed to Step 5.^27^
- \>70% Correct: The concept is too easy. Briefly explain the correct answer and move on.
5. Peer Discussion (2-4 min): \"Find a neighbor who has a different answer than you. Convince them you are right.\".^25^ The room erupts in discussion. This is where the learning happens---students must articulate their reasoning, which forces deep processing (Germane Load).
6. Re-Vote (1 min): Students vote again.
7. Explanation (Closure): The instructor shows the results (usually a shift toward the correct answer) and explains why the correct answer is right and why the distractors are wrong.^28^
5.3 Question Design: Moving Up Bloom's Taxonomy
To make the 75 minutes engaging, Poll Everywhere questions must move beyond simple recall. We utilize Bloom's Taxonomy to design questions that prompt critical thinking.^29^
-------------------------------------------------------------------------------------------------------------------------------------------------------------------- Taxonomy Level Poll Type Question Stem Examples ----------------------- ------------------------------ ------------------------------------------------------------------------------------------------------------- Remember Multiple Choice (Rapid Fire) \"What is the primary definition of\...?\" (Use for baseline check only) ^29^
Understand Word Cloud \"In one word, what is the main emotion of the protagonist in this scene?\" ^31^
Apply Clickable Image \"Click on the specific area of the graph where the reaction becomes unstable.\" ^32^
Analyze Multiple Choice (PI) \"Why did the author choose this metaphor? A) To highlight X, B) To contrast with Y\...\" ^33^
Evaluate Rank Order \"Rank these three policy proposals from most effective to least effective based on the criteria\...\" ^29^
Create Open Ended / Upvote \"Propose a solution to the problem we just discussed. Upvote the best solution.\" ^32^ --------------------------------------------------------------------------------------------------------------------------------------------------------------------
The \"Muddiest Point\": As a closing activity, use an open-ended poll: \"What was the most confusing point in today\'s lecture?\" This provides critical feedback for the instructor to adjust the next lecture\'s opening hook.^22^
6. Visual Rhetoric and Accessibility: Designing for the Back Row
In a 300-seat auditorium, the screen is the visual anchor. If the slides are illegible, the lecture fails. Visual design is not about aesthetics; it is about cognitive accessibility and reducing Extraneous Cognitive Load.
6.1 The Physics of Legibility
Visibility is determined by the \"Visual Angle\"---the size of the text relative to the distance of the viewer. Text must occupy a minimum number of \"arc minutes\" in the viewer\'s field of vision to be legible.^34^
6.1.1 The Font Size Formula
A standard rule of thumb for large venues is the \"1 inch per 10 feet\" rule, or the formula:
{width="6.458333333333333in" height="0.5242388451443569in"}
Where:
- {width="0.18401465441819773in" height="0.25557633420822395in"} = Height of text (cm)
- {width="0.13748468941382327in" height="0.2643930446194226in"} = Distance to furthest viewer (cm).^35^
For a typical university lecture hall (depth \~20-30 meters):
----------------------------------------------------------------------------------------------------------------------------- Element Minimum Font Size (Points) Reason ----------------------- -------------------------------- -------------------------------------------------------------------- Headings 32pt - 44pt Must be scanned instantly. Anchors the slide topic.^8^
Body Text 24pt - 28pt Anything smaller is invisible to the back row..^37^
Captions/Labels 20pt If it\'s important enough to be on the slide, it must be readable. -----------------------------------------------------------------------------------------------------------------------------
The 6x6 Rule: A slide should have no more than 6 lines of text, and each line should have no more than 6 words. This prevents the instructor from reading the slide (which induces the Redundancy Effect).^36^
6.2 Accessibility and Inclusivity
- Contrast: Use high contrast ratios. Dark text on a light background (e.g., black on cream) or light text on a dark background (white on dark blue) are best. Avoid red/green combinations which are invisible to color-blind students.^8^
- Alt Text: All images must be described verbally. \"As you can see here\...\" is insufficient. \"As you can see in this graph, the trend line rises sharply at 1990\...\" is accessible.^36^
- Skeletal Slides: Instead of providing full slides, provide \"skeletal\" handouts (guided notes) with missing words or blank graphs. Students must listen and write to complete them. This keeps them active and prevents \"zoning out\" while still providing a scaffold.^39^
7. Delivery: The Instructor as Performer
In a large lecture hall, the instructor is a performer. This is not about being \"entertaining\" in the theatrical sense, but about using Stage Presence to command attention and direct cognitive focus.^40^
7.1 The Performance Triangle
Effective delivery relies on three pillars: Mental Focus, Physical Life, and Speaking Voice.^41^
- Physical Life (The Stage Map): Do not hide behind the podium. The podium is a barrier that disconnects the instructor from the students. Use the \"T-Zone\" (moving across the front of the stage and, if possible, down the center aisle).
- Anchoring Concepts to Space: Use the stage to map the narrative. Stand \"Stage Left\" when discussing the \"Problem\" (The \'But\' of the ABT model). Move to \"Stage Right\" when discussing the \"Solution\" (The \'Therefore\'). This uses the students\' spatial memory to reinforce the conceptual arc.^40^
- The Speaking Voice: A monotone voice induces the \"vigilance decrement\" rapidly.
- The Power of the Pause: Silence is a tool. After asking a question or stating a profound point, pause for 3-5 seconds. This feels uncomfortable to the speaker, but it allows the audience the processing time (\"White Space\") needed to encode the information.^16^
- Projection: Always use the microphone. Even if you have a \"loud voice,\" relying on projection alone causes vocal strain and often results in a \"shouting\" tone that is fatiguing to listen to. The microphone allows for vocal nuance---whispering for effect, slowing down for emphasis---while remaining audible.^42^
7.2 Managing the \"Room\"
- Eye Contact: In a sea of 300 faces, individual eye contact is impossible. Use the \"Sector Scan\" technique. Divide the room into 4-6 sectors (Front Left, Back Right, Balcony, etc.). Systematically move your gaze between these sectors. This creates the illusion of individual connection for everyone in that sector.^40^
- The \"Community Forum\" Protocol: In a large class, random hand-raising can derail the timeline. Establish a protocol: \"I will take questions at the end of each 15-minute chunk.\" Better yet, use the Poll Everywhere \"Q&A\" feature where students can submit questions digitally and \"upvote\" the most popular ones. This ensures you address the class\'s most pressing question, not just the question of the loudest student.^1^
8. Conclusion: The Lecture as Experience
Designing a lecture for 300 students is a feat of engineering as much as it is an act of teaching. It requires the instructor to balance the logistical constraints of the physical space with the biological constraints of the student brain. By rejecting the \"Transmission Model\" and embracing a structured, narrative-driven, and active approach, the 75-minute block can be transformed.
The textbook provides the raw materials---the facts, the dates, the theories. But the lecture provides the architecture. Through Cognitive Load management, we ensure the brain can process the material. Through Narrative Arcs (ABT), we give the material meaning and emotional resonance. Through Poll Everywhere and Peer Instruction, we give the students a voice and force them to engage in the hard work of synthesis. And through Visual and Performance design, we ensure that every student, from the front row to the back of the balcony, is part of a shared, dynamic learning experience. The result is a course that does not just \"cover content,\" but cultivates understanding.
References: .^1^
Works cited
1. Teaching large enrollment courses - Teaching@UW, accessed January 17, 2026, [[https://teaching.washington.edu/course-design/large-enrollment-courses/]{.underline}](https://teaching.washington.edu/course-design/large-enrollment-courses/)
2. Challenging Cognitive Load Theory: The Role of Educational Neuroscience and Artificial Intelligence in Redefining Learning Efficacy - PMC - PubMed Central, accessed January 17, 2026, [[https://pmc.ncbi.nlm.nih.gov/articles/PMC11852728/]{.underline}](https://pmc.ncbi.nlm.nih.gov/articles/PMC11852728/)
3. Teaching Strategies: Large Classes and Lectures - CRLT - University of Michigan, accessed January 17, 2026, [[https://crlt.umich.edu/tstrategies/tsllc]{.underline}](https://crlt.umich.edu/tstrategies/tsllc)
4. Peer Instruction - PhysPort Methods and Materials, accessed January 17, 2026, [[https://www.physport.org/methods/Peer_Instruction]{.underline}](https://www.physport.org/methods/Peer_Instruction)
5. Considerations for Large Lecture Classes \| Center for Teaching \..., accessed January 17, 2026, [[https://teaching.berkeley.edu/considerations-large-lecture-classes]{.underline}](https://teaching.berkeley.edu/considerations-large-lecture-classes)
6. Instructional Methods \| California State University, Bakersfield, accessed January 17, 2026, [[https://www.csub.edu/ftlc/instructionalmethods.shtml]{.underline}](https://www.csub.edu/ftlc/instructionalmethods.shtml)
7. Chunking in the Classroom - The Great Teaching Toolkit, accessed January 17, 2026, [[https://evidencebased.education/resource/chunking-in-the-classroom/]{.underline}](https://evidencebased.education/resource/chunking-in-the-classroom/)
8. Creating accessible PowerPoint presentations \| Centre for Teaching and Learning, accessed January 17, 2026, [[https://www.ctl.ox.ac.uk/creating-accessible-powerpoint-presentations]{.underline}](https://www.ctl.ox.ac.uk/creating-accessible-powerpoint-presentations)
9. Active Learning: Evidence-based Teaching: Teaching Resources - Center for Innovative Teaching & Learning - Indiana University Bloomington, accessed January 17, 2026, [[https://citl.indiana.edu/teaching-resources/evidence-based/active-learning.html]{.underline}](https://citl.indiana.edu/teaching-resources/evidence-based/active-learning.html)
10. Effective Lecturing \| Dartmouth Center for the Advancement of \..., accessed January 17, 2026, [[https://dcal.dartmouth.edu/resources/teaching-methods/effective-lecturing]{.underline}](https://dcal.dartmouth.edu/resources/teaching-methods/effective-lecturing)
11. Teaching a Course as a Narrative Arc \| Faculty Focus, accessed January 17, 2026, [[https://www.facultyfocus.com/articles/course-design-ideas/teaching-a-course-as-a-narrative-arc/]{.underline}](https://www.facultyfocus.com/articles/course-design-ideas/teaching-a-course-as-a-narrative-arc/)
12. To Teach Science, Tell Stories James A. Rose - DukeSpace, accessed January 17, 2026, [[https://dukespace.lib.duke.edu/server/api/core/bitstreams/461d82f9-7762-4a7d-b871-eca2b8d7f449/content]{.underline}](https://dukespace.lib.duke.edu/server/api/core/bitstreams/461d82f9-7762-4a7d-b871-eca2b8d7f449/content)
13. Storytelling in Science Writing - WRITING IN THE SCIENCES - University of Guelph, accessed January 17, 2026, [[https://writinginthesciences.uoguelph.ca/storytelling-in-science-writing/]{.underline}](https://writinginthesciences.uoguelph.ca/storytelling-in-science-writing/)
14. How to Structure a Story Arc in Creative Writing - Centre of Excellence, accessed January 17, 2026, [[https://www.centreofexcellence.com/how-to-structure-a-story-arc/]{.underline}](https://www.centreofexcellence.com/how-to-structure-a-story-arc/)
15. HOW TO TELL A SCIENCE STORY - Accelerate Learning, accessed January 17, 2026, [[https://blog.acceleratelearning.com/science-storytelling-in-education]{.underline}](https://blog.acceleratelearning.com/science-storytelling-in-education)
16. Storytelling: Bringing the power of stories to your teaching - Ditch That Textbook, accessed January 17, 2026, [[https://ditchthattextbook.com/storytelling/]{.underline}](https://ditchthattextbook.com/storytelling/)
17. How to turn a chapter of your novel into a short story - Blog - Magazine - Mslexia, accessed January 17, 2026, [[https://mslexia.co.uk/magazine/blog/how-to-turn-a-chapter-of-your-novel-into-a-short-story/]{.underline}](https://mslexia.co.uk/magazine/blog/how-to-turn-a-chapter-of-your-novel-into-a-short-story/)
18. Recommended Time Line for 75-Minute Session - ResearchGate, accessed January 17, 2026, [[https://www.researchgate.net/figure/Recommended-Time-Line-for-75-Minute-Session_tbl1_351483968]{.underline}](https://www.researchgate.net/figure/Recommended-Time-Line-for-75-Minute-Session_tbl1_351483968)
19. Using Mini-Lectures to Create Active Learning Space - The Scholarly Teacher, accessed January 17, 2026, [[https://www.scholarlyteacher.com/post/using-mini-lectures-to-create-active-learning-space]{.underline}](https://www.scholarlyteacher.com/post/using-mini-lectures-to-create-active-learning-space)
20. Designing Effective Lectures -- Teaching Resources - Sites at Dartmouth, accessed January 17, 2026, [[https://sites.dartmouth.edu/teachingresources/2025/07/24/effective-lecturing/]{.underline}](https://sites.dartmouth.edu/teachingresources/2025/07/24/effective-lecturing/)
21. Maximizing Impact: Effective Strategies for Large Lectures - L&S Instructional Design Collaborative, accessed January 17, 2026, [[https://idc.ls.wisc.edu/ls-design-for-learning-series/strategies-for-large-lectures/]{.underline}](https://idc.ls.wisc.edu/ls-design-for-learning-series/strategies-for-large-lectures/)
22. Active Learning in the College Classroom, accessed January 17, 2026, [[https://www.gvsu.edu/cms4/asset/4E1EDE14-CCD7-E36A-C1461EF14C472362/25f_nfo_active_learning_in_the_college_classroom_handout.pdf]{.underline}](https://www.gvsu.edu/cms4/asset/4E1EDE14-CCD7-E36A-C1461EF14C472362/25f_nfo_active_learning_in_the_college_classroom_handout.pdf)
23. Poll Everywhere Scientifically Demonstrated to Improve Audience Outcomes, accessed January 17, 2026, [[https://blog.polleverywhere.com/poll-everywhere-scientifically-demonstrated-to-improve-audience-outcomes]{.underline}](https://blog.polleverywhere.com/poll-everywhere-scientifically-demonstrated-to-improve-audience-outcomes)
24. A Delicate Balance: Integrating Active Learning into a Large Lecture Course - PMC - NIH, accessed January 17, 2026, [[https://pmc.ncbi.nlm.nih.gov/articles/PMC2592041/]{.underline}](https://pmc.ncbi.nlm.nih.gov/articles/PMC2592041/)
25. Peer Instruction and Concept Tests \| Centre for Teaching Excellence - University of Waterloo, accessed January 17, 2026, [[https://uwaterloo.ca/centre-for-teaching-excellence/catalogs/tip-sheets/peer-instruction-and-concept-tests]{.underline}](https://uwaterloo.ca/centre-for-teaching-excellence/catalogs/tip-sheets/peer-instruction-and-concept-tests)
26. Peer Instruction \| Alliant International University Center for Teaching Excellence, accessed January 17, 2026, [[https://cte.alliant.edu/peer-instruction/]{.underline}](https://cte.alliant.edu/peer-instruction/)
27. Harvard Professor Eric Mazur\'s Peer Instruction Method - Wooclap, accessed January 17, 2026, [[https://www.wooclap.com/en/blog/harvard-professor-eric-mazurs-peer-instruction-method/]{.underline}](https://www.wooclap.com/en/blog/harvard-professor-eric-mazurs-peer-instruction-method/)
28. Peer Instruction -- Eric Mazur\'s approach -- Active Learning at King\'s, accessed January 17, 2026, [[https://blogs.kcl.ac.uk/activelearning/2019/05/02/peer-instruction-eric-mazurs-approach/]{.underline}](https://blogs.kcl.ac.uk/activelearning/2019/05/02/peer-instruction-eric-mazurs-approach/)
29. Bloom\'s Taxonomy Question Stems Guide \| PDF \| Critical Thinking \| Cognition - Scribd, accessed January 17, 2026, [[https://www.scribd.com/document/727343202/Bloom-s-Taxonomy]{.underline}](https://www.scribd.com/document/727343202/Bloom-s-Taxonomy)
30. Bloom\'s Taxonomy Question Stems: 100+ Engaging Prompts - Top Hat, accessed January 17, 2026, [[https://tophat.com/blog/blooms-taxonomy-question-stems/]{.underline}](https://tophat.com/blog/blooms-taxonomy-question-stems/)
31. Promoting active learning in large classes \| Poll Everywhere, accessed January 17, 2026, [[https://www.polleverywhere.com/case-studies/lecture-method]{.underline}](https://www.polleverywhere.com/case-studies/lecture-method)
32. How to Boost Student Engagement in Large Lectures With Poll Everywhere, accessed January 17, 2026, [[https://blog.polleverywhere.com/student-engagement-large-lectures]{.underline}](https://blog.polleverywhere.com/student-engagement-large-lectures)
33. BLOOM\'S TAXONOMY : More extended examples of skills, cue words and question stems, accessed January 17, 2026, [[https://learningcenters.rutgers.edu/sites/default/files/2023-05/Blooms-Question-Suggestions.pdf]{.underline}](https://learningcenters.rutgers.edu/sites/default/files/2023-05/Blooms-Question-Suggestions.pdf)
34. Font Size and Legibility for Videowall Content - Extron, accessed January 17, 2026, [[https://www.extron.com/article/videowallfontsize]{.underline}](https://www.extron.com/article/videowallfontsize)
35. Signposting: reading distance and font size - JekaShop, accessed January 17, 2026, [[https://jekashop.com/knowledge-base/signposting-reading-distance-font-size]{.underline}](https://jekashop.com/knowledge-base/signposting-reading-distance-font-size)
36. Guidelines for Accessibility in Presentations \| ASHG, accessed January 17, 2026, [[https://www.ashg.org/wp-content/uploads/2024/08/Guidelines-for-Accessibility-in-Presentations.pdf]{.underline}](https://www.ashg.org/wp-content/uploads/2024/08/Guidelines-for-Accessibility-in-Presentations.pdf)
37. Best Practices for Creating PowerPoint Slides \| Office of Accessibility Resources and Services \| High Point University, accessed January 17, 2026, [[https://www.highpoint.edu/oars/best-practices-for-creating-powerpoint-slides/]{.underline}](https://www.highpoint.edu/oars/best-practices-for-creating-powerpoint-slides/)
38. The Essential Guide to Font Size in Presentations: Finding the Perfect Balance, accessed January 17, 2026, [[https://www.magicslides.app/blog/guide-font-size-presentations-balance]{.underline}](https://www.magicslides.app/blog/guide-font-size-presentations-balance)
39. Lecturing Effectively \| Centre for Teaching Excellence - University of Waterloo, accessed January 17, 2026, [[https://uwaterloo.ca/centre-for-teaching-excellence/catalogs/tip-sheets/lecturing-effectively]{.underline}](https://uwaterloo.ca/centre-for-teaching-excellence/catalogs/tip-sheets/lecturing-effectively)
40. Mastering Stage Presence: The Secret to Powerful Public Speaking - SketchBubble, accessed January 17, 2026, [[https://www.sketchbubble.com/blog/mastering-stage-presence-the-secret-to-powerful-public-speaking/]{.underline}](https://www.sketchbubble.com/blog/mastering-stage-presence-the-secret-to-powerful-public-speaking/)
41. Mastering Stage Presence: How to Present to Any Audience - The Great Courses Plus, accessed January 17, 2026, [[https://www.thegreatcoursesplus.com/mastering-stage-presence-how-to-present-to-any-audience]{.underline}](https://www.thegreatcoursesplus.com/mastering-stage-presence-how-to-present-to-any-audience)
42. Best Practices for Accessible In-Person Lectures - UAF Center for Teaching and Learning, accessed January 17, 2026, [[https://ctl.uaf.edu/2025/10/06/best-practices-for-accessible-in-person-lectures/]{.underline}](https://ctl.uaf.edu/2025/10/06/best-practices-for-accessible-in-person-lectures/)
43. Engaging Individual Students in Big Classes \| Poll Everywhere, accessed January 17, 2026, [[https://www.polleverywhere.com/case-studies/flexible-learning]{.underline}](https://www.polleverywhere.com/case-studies/flexible-learning)
44. Poll Everywhere: Audience Response System - Columbia University, accessed January 17, 2026, [[https://ctl.columbia.edu/ars/]{.underline}](https://ctl.columbia.edu/ars/)
45. How to Use Chunking in the Classroom - Edutopia, accessed January 17, 2026, [[https://www.edutopia.org/article/chunking-content-classroom/]{.underline}](https://www.edutopia.org/article/chunking-content-classroom/)
46. 10 Tips to Help You Master Stage Presence - Brian Tracy, accessed January 17, 2026, [[https://www.briantracy.com/blog/public-speaking/stage-presence/]{.underline}](https://www.briantracy.com/blog/public-speaking/stage-presence/)
47. Learn About Narrative Arcs: Definition, Examples, and How to Create a Narrative Arc in Your Writing - MasterClass, accessed January 17, 2026, [[https://www.masterclass.com/articles/what-are-the-elements-of-a-narrative-arc-and-how-do-you-create-one-in-writing]{.underline}](https://www.masterclass.com/articles/what-are-the-elements-of-a-narrative-arc-and-how-do-you-create-one-in-writing)
48. Font size for different viewing distances - Mississauga Signs, accessed January 17, 2026, [[https://www.ssksigns.com/font-size-for-different-viewing-distances/]{.underline}](https://www.ssksigns.com/font-size-for-different-viewing-distances/)
49. How to Use Storytelling to Teach Science and History - Earthschooling, accessed January 17, 2026, [[https://earthschooling.info/thebearthinstitute/how-to-use-storytelling-to-teach-science-and-history/]{.underline}](https://earthschooling.info/thebearthinstitute/how-to-use-storytelling-to-teach-science-and-history/)
Slide Design Guide: Evidence-Based Best Practices
This guide distills principles from Nancy Duarte's slide:ology and DataStory, Garr Reynolds' Presentation Zen, and Carmine Gallo's Talk Like TED.
Core Philosophy
The Fundamental Shift
Slides are visual aids, not documents. They support the speaker—they don't replace them.
"If a slide contains more than 75 words, it has become a document, not a presentation." — Nancy Duarte
"No more than 6 words on a slide. EVER." — Seth Godin
The problem: Audiences cannot read and listen simultaneously. When you show text-heavy slides, they read instead of listening to you.
The solution: Use slides as a visual backdrop that amplifies your narrative, not as a teleprompter.
---
The Numbers That Matter
| Rule | Source | Application |
|---|---|---|
| 75-word limit | Duarte | More than 75 words = it's a document |
| 6-word rule | Godin/Reynolds | Aim for 6 words or fewer per slide |
| 3-second test | Duarte | Audiences must grasp content within 3 seconds |
| 18-minute rule | TED | Ideal presentation length; cognitive overload after |
| 10-minute soft breaks | Gallo | If longer than 18 min, break every 10 minutes |
| Rule of Three | Gallo | Organize around 3 key messages |
| 28pt minimum | Duarte | Minimum font size for keynotes |
| 65% stories | Stevenson | Top TED talks are 65% stories, not data |
---
Visual Design Principles
The CRAP Framework (Reynolds)
Four principles that make slides visually effective:
1. Contrast
- Make different things VERY different
- Create clear focal points through size, color, weight
- Use the "smallest effective difference"—just notable, no more
2. Repetition
- Consistent backgrounds, typography, colors throughout
- Creates unity and professionalism
- Audiences know what to expect
3. Alignment
- Every element connects via invisible grid lines
- Nothing should look randomly placed
- Use grid systems (5x5 is common)
4. Proximity
- Group related items together
- Separate unrelated items
- Viewers assume items near each other are related
Signal-to-Noise Ratio
Higher signal = cleaner design. Remove:
- Unnecessary logos (keep only on first/last slide)
- Decorative backgrounds that compete with content
- 3D effects on charts (distorts data)
- Gradient fills and drop shadows
- Gridlines in charts (unless essential)
- Clip art (always)
Empty Space (Negative Space)
- Empty space is a powerful design element, not wasted space
- Gives slides "visual breathing room"
- Implies elegance and sophistication
- If you need to sacrifice whitespace, split into multiple slides
---
Typography Rules
Font Selection
- Sans-serif for projection (Helvetica, Arial, Calibri)—clearer at distance
- Maximum 2 fonts: one for headlines, one for body
- Use color or italics for emphasis, not additional fonts
- Avoid decorative fonts that reduce legibility
Size Guidelines
- Headlines: 32pt or larger
- Body text: 28pt minimum for keynotes
- Never below 24pt (if you need smaller, you have a document)
- Test: Can you read it at 66% zoom in slide sorter view?
Text Formatting
- Left alignment is standard (easier to read)
- Avoid ALL CAPS for more than a few words
- Watch line spacing—tight spacing reduces readability
- Avoid widows (single words on last line)
---
Image Best Practices
Photo Selection
- Use high-quality, professional images
- Build a cohesive "family" of images (similar lighting, color tones)
- Avoid cheesy staged stock photography
- Ensure images reflect your audience's culture/context
- Use rule of thirds for composition
Full-Bleed Images
- Make images fill the entire screen
- Creates cinematic, immersive effect
- Allow images to bleed off edges—brain fills in the rest
- Pair with minimal overlaid text (high contrast)
The Picture Superiority Effect
- Hear information → remember 10% after 3 days
- Add a picture → remember 65% after 3 days
- Images help you remember 6x more than words alone
Direction and Gaze
- If showing people, have them looking toward your content, not away
- Use directional elements (arrows, pointing, eye gaze) to guide attention
- Place subjects intentionally—top = dominant, isolated = more weight
---
Data Visualization
Chart Selection
Stick with charts everyone understands:
| Chart Type | Use When | Observation Language |
|---|---|---|
| Bar charts | Comparing static values | Adjectives: "higher," "significant," "dramatic" |
| Pie charts | Showing parts of whole | Adjectives: "majority," "substantial portion" |
| Line charts | Trends over time | Adverbs: "rapidly," "steadily," "gradually" |
The Five Data Slide Rules (Duarte)
1. Tell the Truth: Treat data with integrity; avoid decoration that obscures 2. Get to the Point: Data slides are about meaning, not data itself 3. Pick the Right Tool: Match chart type to your conclusion 4. Highlight What's Important: Use color/annotations to draw attention 5. Keep It Simple: Eliminate visual junk
Chart Makeover Checklist
- [ ] Remove 3D effects (distorts perception)
- [ ] Remove decorative gradients
- [ ] Minimize gridlines (light gray if needed)
- [ ] Add clear, factual title
- [ ] Add observation (your interpretation) above title
- [ ] Highlight key data point with color
- [ ] Ensure legend is clear
- [ ] Test in grayscale (1 in 12 people are colorblind)
Annotations
Don't let charts speak for themselves—annotate:
- Highlight specific data points with circles/arrows
- Add math (percentage changes, comparisons)
- Use callout boxes to explain significance
- Place observation above the chart title
---
Color Guidelines
Color Schemes (from color wheel theory)
| Scheme | Description | Best For |
|---|---|---|
| Monochromatic | Variations of one color | Clean, professional look |
| Complementary | Opposite colors on wheel | High contrast, maximum impact |
| Analogous | Adjacent colors on wheel | Harmonious, warm/cool feeling |
Practical Color Rules
- Select 3-5 core colors plus one neutral and one highlight
- Neutral colors (grays, tans) aid visual hierarchy
- Highlight color for emphasis in charts and key text
- Test projection—colors look different projected
- Ensure sufficient contrast for colorblind viewers
Background Decisions
- Dark backgrounds: Formal, dramatic, good for large venues
- Light backgrounds: Informal, bright, works for handouts
---
Bullet Point Guidelines
The Harsh Truth
"Bullet points are the least memorable way to transfer information." — Gallo
If You Must Use Bullets
- Maximum 3-4 items
- Begin each with same grammatical structure (parallel construction)
- One line per bullet (no wrapping)
- Consider replacing with:
- A single powerful image
- A quote
- A full-screen number
- A simple diagram
The Alternative: Progressive Reveal
Instead of showing all bullets at once: 1. Show slide with first point only 2. Click to reveal next point 3. Discuss each before revealing next
---
Slide Structure Templates
Title + Image (Most Common)
┌─────────────────────────────────────┐
│ Headline (6 words max) │
│ │
│ │
│ [Full-bleed image] │
│ │
│ │
└─────────────────────────────────────┘Quote Slide
┌─────────────────────────────────────┐
│ │
│ "Quote text here—short and │
│ impactful, 2 lines max." │
│ │
│ — Attribution │
│ │
└─────────────────────────────────────┘Data Slide
┌─────────────────────────────────────┐
│ Observation (your insight) │
│ Chart Title (factual) │
├─────────────────────────────────────┤
│ │
│ [Clean chart] │
│ [with annotations] │
│ │
└─────────────────────────────────────┘Big Number
┌─────────────────────────────────────┐
│ │
│ 47% │
│ │
│ of students report... │
│ │
└─────────────────────────────────────┘---
The Lessig Method
Stanford law professor Lawrence Lessig uses an alternative approach:
- 200+ slides for a presentation
- 1 big idea per slide
- Slides advance every few seconds
- Creates rapid, cinematic pacing
When to use: Dynamic keynotes, TED-style talks, engaging large audiences
---
Animation Guidelines
Good Uses of Animation
- Progressive reveal of complex diagrams
- Step-by-step process illustration
- Building a chart over time
- Emphasizing a key point
Animation Mistakes to Avoid
- Dissolves, spins, bounces, or fancy transitions
- Animation "just because"
- Frenetic, distracting pace
- Startling surprises
- Every element animating separately
Rule: If the animation doesn't add meaning, remove it.
---
Pre-Presentation Checklist
Design Check
- [ ] No slide exceeds 75 words
- [ ] All fonts are 28pt or larger
- [ ] Images are high-quality and relevant
- [ ] Charts are clean with annotations
- [ ] Color scheme is consistent
- [ ] Logo appears only on first/last slides
- [ ] Empty space is preserved
Technical Check
- [ ] Slides tested on projection system
- [ ] Colors verified (projected colors differ from screen)
- [ ] Fonts embedded or using system fonts
- [ ] All images load correctly
- [ ] Backup copy available
Content Check
- [ ] Organized around 3 key messages
- [ ] Stories outnumber statistics
- [ ] Jaw-dropping moment planned
- [ ] Clear call to action at end
---
Quick Reference: Do's and Don'ts
DO
- Use full-bleed images
- Keep text minimal (6 words is ideal)
- Apply consistent visual style
- Use high-contrast colors
- Tell stories with data
- Create one focal point per slide
- Test on actual projection
DON'T
- Put your logo on every slide
- Use clip art
- Add 3D effects to charts
- Read your slides aloud
- Use more than 2 fonts
- Cram everything onto one slide
- Use slides as your notes
---
Resources
Recommended Books
- Duarte, Nancy. slide:ology (O'Reilly, 2008)
- Duarte, Nancy. DataStory (IdeaPress, 2019)
- Reynolds, Garr. Presentation Zen (New Riders, 3rd ed., 2020)
- Gallo, Carmine. Talk Like TED (St. Martin's, 2014)
Image Sources
- Unsplash (unsplash.com) - Free high-quality photos
- Pexels (pexels.com) - Free stock photos
- Noun Project (thenounproject.com) - Icons
- Shutterstock (paid) - Professional stock
---
This guide synthesizes evidence-based best practices. Rules can be broken—but only with intention and purpose.
Teaching Techniques: Evidence-Based Strategies for Engaging Lectures
This guide distills principles from James Lang's Small Teaching, Carmine Gallo's Talk Like TED, Ken Bain's What the Best College Teachers Do, Norman Eng's Teaching College, and evidence-based pedagogy research.
The Science of Attention
The 18-Minute Rule
Research shows cognitive overload occurs after approximately 18 minutes of continuous information.
Why it works:
- Listening is physically exhausting—it depletes glucose at the cellular level
- Information creates "cognitive backlog"—more content = more mental weight
- After 18 minutes, minds begin to shut down
Solutions:
- Cap lectures at 18 minutes, OR
- Insert "soft breaks" every 10-15 minutes (stories, activities, videos, movement)
- Chunk content into 3-4 segments with active breaks between
The Primacy-Recency Effect
Students remember best what happens at the beginning and end of class.
Implication:
- Don't waste the first 5 minutes on administrative announcements
- Don't trail off at the end with "we'll pick this up next time"
- Start strong; end strong
---
Opening Techniques (First 5 Minutes)
Student attention is highest at the beginning—use it strategically.
Six Proven Opening Strategies (Eng)
1. Provocative Question
- Relates to an underlying experience students share
- "When have you been punished for something you didn't do?"
2. Striking Statistic or Fact
- Surprises and intrigues
- "Only 20-30% of what you hear in a lecture is retained..."
3. Anecdote or Personal Story
- Most powerful way to connect emotionally
- "When I was taking accounting, I fell asleep every class..."
4. Quotation or Aphorism
- Provides material for deconstruction
- "Einstein said 'Imagination is more important than knowledge.' Do you agree?"
5. Analogy
- Simplifies complex concepts
- "Think of the cell membrane like a nightclub bouncer..."
6. Scenario or Problem
- Puts students in someone's shoes
- "You're a manager and an employee just filed a complaint against your top performer..."
Prediction Questions (Lang)
Ask students to predict before revealing content.
Why it works:
- Brains are prediction-making machines
- Unsuccessful predictions boost learning more than passive study
- ~10% better performance when making predictions before learning
- Error-induced emotion increases memory retention
Examples:
- "What do you think will happen when...?"
- "Before I show you the data, guess the percentage."
- "What would you expect the outcome to be?"
Prior Knowledge Activation
Ask what students already know before teaching new material.
Examples:
- "What do you already know about [topic]?"
- "Write down 3 things you associate with..."
- "Turn to your neighbor and share what you remember about..."
The ABT Hook (Talk Like TED)
Grab attention with narrative tension:
- And (setup): "We know that class sizes are increasing, AND students are distracted..."
- But (conflict): "BUT the research shows something surprising..."
- Therefore (resolution): "THEREFORE, we need to rethink..."
---
During-Lecture Techniques
Retrieval Practice (The Testing Effect)
Testing isn't just measurement—it's a learning tool.
Why it works:
- Memory retrieval strengthens long-term retention
- Brain pathways strengthen each time information is retrieved
- Retrieval practice raises performance by a full letter grade
Key principle: Students must retrieve from memory—NOT look up answers.
Quick techniques:
- "Without looking at your notes, write down the three main points..."
- Unannounced brief quizzes (low-stakes or ungraded)
- "Turn to your neighbor and explain..."
- Pause and ask "What did we just cover?"
Interleaving
Mix old material with new material (don't concentrate all learning of one topic).
Why it works:
- Spaced practice produces better long-term retention than massed practice
- Students initially prefer massed practice, but interleaving works better
- Material that recurs in different contexts "gets well wrought into mental structure"
Applications:
- Include questions from previous weeks on quizzes
- Reference back to earlier content while teaching new content
- Mix problem types rather than grouping by type
Soft Breaks (Every 10-15 Minutes)
Reset attention with:
- Brief video clip (60-90 seconds)
- Poll or clicker question
- Turn-and-talk (30 seconds)
- Stand and stretch
- Quick writing prompt
- Story or anecdote
---
Active Learning Techniques
ConcepTests (Peer Instruction)
Developed by Eric Mazur at Harvard.
Format: 1. Present a conceptual question (not calculation) 2. Students vote individually (clickers, hands, cards) 3. If 30-70% correct: students discuss with neighbors 4. Re-vote after discussion 5. Instructor explains correct answer
Designing good ConcepTests:
- Stem describes a situation
- Answers are mechanisms, not vocabulary
- Distractors represent top 3 wrong mental models
- Target 30-70% correct on first vote (too easy or hard doesn't work)
Think-Pair-Share
1. Think: Individual reflection (30 seconds - 1 minute) 2. Pair: Discuss with neighbor (1-2 minutes) 3. Share: Report to full class (2-3 minutes)
Benefits:
- Everyone thinks (not just volunteers)
- Low-stakes practice before public speaking
- Reveals common misconceptions
Minute Papers
At end of class, students write briefly:
- "What was the most important thing you learned today?"
- "What question do you still have?"
- "What was the muddiest point?"
Why it works:
- Forces synthesis and retrieval
- Provides immediate feedback to instructor
- Only takes 2-3 minutes
---
Closing Techniques (Final 5 Minutes)
1. Retrieval Summary
Ask students to write (without notes) the 3 most important points.
2. Closing Predictions
"What do you think we'll cover next class?" "Based on today, what do you predict will happen in the case study?"
3. The Callback
Return to the opening hook/mystery and resolve it.
4. The One Thing
"If you remember ONE thing from today, it should be..."
5. Connection Prompt
"How does today's content connect to...?"
- Your own life/experience
- Previous course material
- Current events
---
The Rule of Three
Human memory holds 3 pieces of information very well; more drops retention significantly.
Applications:
- Organize content into exactly 3 main points
- Provide 3 examples per concept
- Give 3 pieces of evidence
- List 3 implications
The Message Map:
[Core Message - One Sentence]
/ | \
Point 1 Point 2 Point 3
/ \ / \ / \
Ex 1 Ex 2 Ex 1 Ex 2 Ex 1 Ex 2---
Storytelling Techniques
Why Stories Work (Neuroscience)
- Stories cause brains of speaker and listener to sync (neural coupling)
- Stories activate multiple brain regions (language, sensory, visual, motor)
- 63% of people recall stories; only 5% recall statistics
The 65/25/10 Formula (Bryan Stevenson)
Top TED talks break down as:
- 65% Pathos (stories, emotional appeals)
- 25% Logos (data, evidence)
- 10% Ethos (credibility establishment)
Three Types of Effective Stories
1. Personal Stories
- Your own experience with the concept
- Genuine and relatable
- Include sensory details
2. Stories About Others
- Historical figures
- Research subjects
- Case studies
3. Application Stories
- "Imagine you're a manager who..."
- Hypothetical scenarios
- "What would you do if..."
Story Structure
- Setup: Establish context, characters, stakes
- Conflict: The problem, tension, challenge
- Resolution: How it was solved, what was learned
---
Making Content Stick (SUCCESs Framework)
From Chip and Dan Heath's Made to Stick:
| Element | Description | Example |
|---|---|---|
| Simple | Find the core; strip to essentials | "It's the economy, stupid" |
| Unexpected | Violate expectations; create curiosity | Counter-intuitive findings |
| Concrete | Use specific examples, not abstractions | Real cases, not hypotheticals |
| Credible | Verifiable sources and evidence | "Research by X showed..." |
| Emotional | Make them feel something | Human stories, stakes |
| Stories | Narrative structure | Beginning, middle, end |
---
Building Belonging and Connection
Why It Matters
Students learn better when they feel they belong in the classroom community.
Techniques
- Learn and use student names
- Create low-stakes opportunities for participation early
- Acknowledge diverse perspectives and experiences
- Frame challenges as normal, not signs of inadequacy
- Use asset-based language (what students bring, not what they lack)
- Celebrate effort and improvement, not just outcomes
---
Emotional Engagement
Why Emotion Matters
- Emotions enhance learning and memory retention
- Emotional investment in predictions increases retention
- Passion is contagious—literally (neuroscience)
Techniques
- Show your own enthusiasm for the material
- Share what surprised YOU about the findings
- Connect content to things students care about
- Use appropriate humor (self-deprecating works well)
- Tell stories that evoke emotion
- Celebrate discoveries and insights
---
The 75-Minute Lecture Template
| Time | Activity | Technique |
|---|---|---|
| 0:00-0:05 | Hook + Prior Knowledge | Prediction, surprising fact, story opening |
| 0:05-0:20 | Chunk 1 | Core content with examples |
| 0:20-0:25 | Active Break 1 | ConcepTest + Peer Discussion |
| 0:25-0:40 | Chunk 2 | Core content (hardest material) |
| 0:40-0:45 | Active Break 2 | Think-Pair-Share, video, movement |
| 0:45-0:60 | Chunk 3 | Application/implications |
| 0:60-0:70 | Synthesis | Case study, debate, integration |
| 0:70-0:75 | Closing | Summary, callback, next preview |
---
Quick Wins (5-Minute Techniques)
These can be used immediately with no preparation:
1. Opening prediction: "Before I show you, guess..." 2. Prior knowledge dump: "Write 3 things you know about..." 3. Pause for retrieval: Stop and ask what was just covered 4. Think-Pair-Share: Any question + neighbor discussion 5. Muddiest point: "What's still confusing?" 6. One-sentence summary: "Summarize today in one sentence" 7. Connection moment: "How does this relate to your life?" 8. Closing prediction: "What do you think happens next?"
---
Common Mistakes to Avoid
| Mistake | Better Approach |
|---|---|
| Starting with announcements | Start with the hook; save logistics |
| Lecturing without breaks | Insert soft breaks every 10-15 minutes |
| Asking "Any questions?" | Ask specific retrieval questions |
| Letting class fizzle out | Save strong content for end; close intentionally |
| Covering content without application | Include practice at the exact skill assessed |
| Assuming students see connections | Explicitly prompt for connections |
| Testing only at exams | Use frequent low-stakes retrieval |
---
Nine "Touches" for Engagement (Eng)
Following marketing principles, students need multiple ways to engage with information:
| Touch | Description | Best For |
|---|---|---|
| Discussion | Open-ended, interspersed throughout | Exploring perspectives |
| Debate | Four-corners format; assign opposing views | Broadening perspective |
| Small Groups | 4-5 students problem-solving | Collaborative learning |
| Surveys/Inventories | Self-discovery tools | Making topics personal |
| Role-Play | Act out scenarios + debrief | Experiencing concepts |
| Demonstration | Predict-experience-reflect | Revealing misconceptions |
| Student Presentations | Peer teaching (structured) | Deepening understanding |
| Case Studies | Real-world problem-solving | Application practice |
| Guest Speakers | Experts with credibility | Real-world connection |
---
What the Best Teachers Do (Bain)
Ken Bain studied exceptional college teachers for 15 years. Key findings:
The Fundamental Question Shift
Less effective teachers ask: "What will I cover today?" Best teachers ask: "What do I want students to be able to DO by the end?"
Creating a Natural Critical Learning Environment
The best teachers create conditions where students:
- Face intriguing, important problems
- Have genuine choice and input
- Work collaboratively
- Receive non-judgmental feedback
- Can fail safely before high-stakes assessment
How They Treat Students
- Trust: Believe students want to learn and can learn
- Investment: Focus on helping students succeed, not displaying brilliance
- Humility: Share their own struggles and learning journey
- Safety: Create environments where no question is stupid
Lecture Excellence (Bain)
When lecturing, the best teachers:
- Treat lectures as conversation, not performance
- Move around the room; avoid podiums
- Change pace every 10-12 minutes
- Ask rhetorical questions and wait for response
- Watch student body language and adjust
- Use "warm language" that tells the complete story
Warm Language (Feynman Principle)
- Tell the complete story from the beginning
- Work forward step-by-step
- Keep language present-tense and involving
- Begin with simple generalizations, add complexity
- Use familiar language before specialized vocabulary
- Employ metaphors and analogies first
Self-Assessment
All the best teachers:
- Collect ongoing feedback from students
- Videotape themselves and review
- Remain open to change
- Never assume their teaching is optimal
---
The Curse of Knowledge
Once you master something, you forget how hard it was to learn.
Symptoms:
- Using jargon students don't know
- Assuming connections are obvious
- Moving too fast through "basic" material
- Not understanding why students are confused
Solutions:
- Always activate prior knowledge first
- Use think-aloud to model your reasoning
- Ask students to explain in their own words
- Check for understanding frequently
---
Key Principles Summary
1. Retrieval > Review: Testing IS learning 2. Predict before reveal: Activate prior knowledge first 3. Interleave content: Mix old and new 4. Chunk + Break: 15-minute segments with resets 5. Stories stick: Lead with narrative, support with data 6. Three is magic: Organize around 3 main points 7. Emotion enhances: Show passion; create stakes 8. Practice the skill: In-class practice with feedback 9. Belong to learn: Build community and connection 10. Small = powerful: 5-minute interventions compound 11. Ask better questions: "What can they DO?" not "What will I cover?" 12. Trust students: Believe they can and want to learn
---
These techniques are supported by cognitive science research and have been shown to improve learning outcomes by the equivalent of a full letter grade.
Phase 0: Context & Learning Outcomes
You are executing Phase 0 of the lecture design process. Your goal is to understand the teaching context and establish clear, measurable learning outcomes before any content design begins.
Why This Phase Matters
Backward design is the foundation of effective instruction. You must know where students should end up before you can plan how to get them there. Learning outcomes aren't just administrative requirements—they're the criteria against which every design decision will be evaluated.
As Wiggins and McTighe emphasize: "Begin with the end in mind."
Your Tasks
1. Gather Context
Clarify the teaching situation:
Course & Audience
- What course is this? (Level, department, prerequisites)
- How many students?
- What's their prior knowledge base?
- Are there known struggles or misconceptions?
Logistics
- How much time is available? (50 min, 75 min, 90 min?)
- What technology is available? (Polling system, projection, etc.)
- Is this in-person, hybrid, or online?
Instructor Preferences
- What teaching style does the instructor prefer?
- Are there activities they love or hate?
- Any constraints or requirements?
2. Review the Source Material
Read the chapter/reading material carefully:
- What are the main concepts?
- What's the logical structure?
- What vocabulary is introduced?
- What are the key examples or applications?
3. Review Instructor Notes
If the instructor has provided notes:
- What do they want to emphasize?
- What do they typically struggle to teach?
- What questions do students usually ask?
- Are there "war stories" or examples they want to include?
4. Define Learning Outcomes
Write 3-5 measurable learning outcomes using action verbs:
Good outcomes are:
- Specific: Not "understand X" but "explain the mechanism of X"
- Measurable: You can assess whether students achieved it
- Achievable: Realistic for the time and level
- Aligned: Connected to course goals and assessment
Use Bloom's verbs appropriately:
- Remember: define, list, identify, name
- Understand: explain, summarize, classify, compare
- Apply: use, demonstrate, solve, calculate
- Analyze: differentiate, distinguish, examine, contrast
- Evaluate: assess, justify, critique, defend
- Create: design, construct, develop, formulate
Example outcomes:
- "By the end of this lecture, students will be able to explain the three main causes of X using concrete examples."
- "Students will be able to apply the [concept] to diagnose problems in novel cases."
- "Students will be able to compare and contrast approaches A and B, identifying when each is appropriate."
5. Define Evidence of Learning
For each outcome, specify how you'll know students achieved it:
- Which poll question tests this outcome?
- What would students need to say/do/produce?
- How will you check understanding during the lecture?
6. Identify Potential Challenges
Flag issues that will affect design:
- Concepts that require heavy prior knowledge
- Material that's known to be confusing
- Time constraints that limit coverage
- Technology limitations
Output Files to Create
Save all outputs to the appropriate location:
1. context-memo.md - Course context, audience, logistics, constraints
2. learning-outcomes.md - Include:
- 3-5 measurable learning outcomes
- Evidence plan for each outcome
- Connection to course-level goals
3. content-overview.md - Summary of:
- Main concepts in the chapter
- Instructor emphases
- Known student difficulties
- Potential challenges
4. phase0-report.md - Executive summary including:
- Key context facts
- Proposed learning outcomes
- Initial thoughts on challenges
- Questions for the instructor
Guiding Principles
1. Less is more: 3-5 outcomes, not 15. If everything is essential, nothing is.
2. Verbs matter: "Understand" is unmeasurable. "Explain," "apply," "compare" are testable.
3. The instructor knows their students: Their notes about struggles and misconceptions are gold.
4. Time is fixed: The outcomes must be achievable in the available time.
5. Alignment is everything: Outcomes → Activities → Assessment must match.
When You're Done
Return a summary to the orchestrator that includes: 1. Confirmation that all files were created 2. The proposed learning outcomes 3. Key context that will affect design (time, size, constraints) 4. Any questions for the instructor before proceeding 5. Recommended focus for Phase 1 (what content areas are most critical)
Phase 1: Content Audit & Narrative Design
You are executing Phase 1 of the lecture design process. Your goal is to transform the chapter content into a compelling narrative arc, cutting ruthlessly to focus on what's essential.
Why This Phase Matters
A lecture is not a spoken textbook. The textbook is a reference repository; the lecture is a narrative experience. Students can read definitions on their own. What they need from a live lecture is expert modeling, cognitive engagement, and the "story" of the ideas.
As the overview notes: "The goal is to move beyond the 'coverage' model toward a 'constructivist' model where the lecture serves as a scaffold for students to build their own mental models."
Inputs
Before starting, read: 1. Phase 0 outputs (learning outcomes, context memo) 2. The chapter/reading material 3. Instructor notes
Your Tasks
1. Content Audit
Go through the chapter systematically and categorize every section:
| Category | Definition | Action |
|---|---|---|
| Essential | Core concepts, foundational theories, mechanisms that require expert modeling | Focus 80% of lecture time here |
| Helpful | Supporting examples, interesting side-notes, granular data | Cut from lecture; suggest as optional reading |
| Decorative | Tangential anecdotes, excessive background | Eliminate entirely |
The Hard Rule: If you mark everything as essential, you've failed the audit. A 75-minute lecture can cover 3-4 major concepts well, not 12.
Create an audit table:
| Section/Topic | Category | Rationale | Time Estimate |
|---------------|----------|-----------|---------------|
| [Topic 1] | Essential | Required for outcome #1 | 15 min |
| [Topic 2] | Helpful | Good example but not core | Cut |
| [Topic 3] | Essential | Hardest concept, needs modeling | 15 min |2. Design the Narrative Arc (ABT Framework)
Transform the content from a list into a story using And-But-Therefore:
AND (The Setup)
- What's the context students already know?
- What's the "normal world" before the concept?
- "We know X is true, AND we know Y is true..."
BUT (The Conflict)
- What's the problem, paradox, or gap?
- What contradiction or puzzle exists?
- "...BUT there's a problem. X and Y seem to conflict."
- This creates a "knowledge gap" the brain wants to close.
THEREFORE (The Resolution)
- How does the lecture content resolve the tension?
- What's the new understanding?
- "...THEREFORE, we need this new concept/framework/tool."
3. Design the Hook
The first 60 seconds determine engagement for the whole lecture. Design an opening that:
Effective hooks:
- Present a mystery or puzzle
- Show an unexpected observation
- Ask a prediction question
- Present a paradox that existing knowledge can't explain
- Tell a story that ends in a cliffhanger
Hook structure:
- State the mystery/problem (30 sec)
- Baseline poll: "What do you think explains this?" (30 sec)
- Promise: "By minute 75, you'll have the tools to solve this."
Examples by discipline:
- Biology: "Why can this lizard walk on water while this one sinks?"
- History: "This one diplomatic cable could have prevented WWI. Why was it ignored?"
- Economics: "These two countries have identical resources. Why is one wealthy and one poor?"
- Sociology: "This community has lower crime despite higher poverty. What's different?"
4. Create the Chunk Map
Break the lecture into 3-4 chunks of approximately 15 minutes each:
Template for 75 minutes:
HOOK (5 min)
- The mystery/paradox
- Baseline poll
CHUNK 1: [Topic] (15 min)
- Key concept(s)
- Supports outcome #__
- → Active break (5 min): ConcepTest
CHUNK 2: [Topic] (15 min)
- Key concept(s) - typically the hardest material
- Supports outcome #__
- → Active break (5 min): State change
CHUNK 3: [Topic] (10 min)
- Application/implications
- Supports outcome #__
- → Synthesis activity (10 min)
SUMMARY (5 min)
- Return to hook
- Resolve the mystery
REFLECTION (5 min)
- Muddiest point
- Next steps5. Convert Headings to Plot Points
Don't use textbook headings. Rename sections to emphasize action and tension:
| Textbook Heading | Lecture Plot Point |
|---|---|
| "The Krebs Cycle" | "The Energy Crisis: How Cells Extract Value from Waste" |
| "Treaty of Versailles" | "The Peace that Failed: Seeds of a New Conflict" |
| "Supply and Demand" | "The Invisible Hand: Why Prices Move Without Anyone Deciding" |
| "Social Capital" | "The Hidden Currency: Why Who You Know Matters" |
Output Files to Create
1. content-audit.md - Complete audit table with categorizations and rationale
2. narrative-arc.md - Including:
- AND section (setup)
- BUT section (conflict/puzzle)
- THEREFORE section (resolution)
- Connection to learning outcomes
3. hook-design.md - Including:
- The opening mystery/problem
- Baseline poll question
- Promise statement
- Backup hook options
4. chunk-map.md - Complete timeline with:
- Topic for each chunk
- Time allocation
- Learning outcome alignment
- Active break placement
5. phase1-report.md - Executive summary including:
- What was cut and why
- The narrative structure
- The hook
- Recommended chunk sequence
- Questions for instructor
Guiding Principles
1. Cut is the hardest word: Every topic you include means less time for others. Be ruthless.
2. Tension drives attention: The "BUT" creates cognitive tension that keeps students engaged.
3. The hook is not optional: A strong opening determines engagement for 75 minutes.
4. Chunk by concept, not by clock: Each chunk should be a coherent idea, not an arbitrary time block.
5. Return to the hook: The lecture should "close the loop" by resolving the opening mystery.
When You're Done
Return a summary to the orchestrator that includes: 1. Confirmation that all files were created 2. What was cut from the chapter (and why) 3. The proposed narrative arc (ABT summary) 4. The hook concept 5. The chunk map with timing 6. Any concerns about time or coverage 7. Questions for the instructor about priorities
Phase 2: Active Learning Design
You are executing Phase 2 of the lecture design process. Your goal is to design the polls, ConcepTests, and active learning activities that will reset attention, promote deep processing, and provide real-time feedback.
Why This Phase Matters
In a large lecture, individual dialogue is impossible. Active learning systems solve this by enabling collective dialogue. But the technology is only as effective as the pedagogy behind it.
Research consistently shows that passive listening leads to attention decay after 12-18 minutes. Active breaks don't interrupt learning—they enable it by resetting the vigilance timer and forcing students to process information rather than just receive it.
Inputs
Before starting, read: 1. Phase 0 outputs (learning outcomes, context) 2. Phase 1 outputs (chunk map, narrative arc) 3. The original chapter material
Your Tasks
1. Design the Poll Set
For a 75-minute lecture, design 5-6 polls at strategic moments:
| Poll | Timing | Purpose | Type |
|---|---|---|---|
| Poll 1 | 0-3 min | Prediction/baseline | Multiple choice or word cloud |
| Poll 2 | ~20 min | ConcepTest for Chunk 1 | Multiple choice (Peer Instruction) |
| Poll 3 | ~40 min | ConcepTest for Chunk 2 | Multiple choice (Peer Instruction) |
| Poll 4 | ~55 min | Transfer/application | Multiple choice or ranking |
| Poll 5 | ~72 min | Muddiest point | Open-ended |
For each poll, specify:
- Question text
- Answer options (for MC)
- Correct answer
- Why each distractor is wrong
- What misconception each distractor represents
- Follow-up explanation
2. Design ConcepTests (Peer Instruction)
ConcepTests are the heart of active learning. They must be conceptual, not factual.
What makes a good ConcepTest:
- Tests understanding of a mechanism, not recall of a term
- Has plausible wrong answers based on real misconceptions
- Targets the 30-70% correct range (ideal for peer discussion)
- Can be discussed productively with a neighbor
Template:
## ConcepTest: [Topic]
**Stem:** [Describe a situation or scenario]
A) [Distractor 1 - common misconception]
B) [Correct answer]
C) [Distractor 2 - different misconception]
D) [Distractor 3 - surface-level error]
**Correct:** B
**Why B is correct:** [Explanation]
**Why A is wrong:** [Misconception it represents]
**Why C is wrong:** [Misconception it represents]
**Why D is wrong:** [Error it represents]
**Target outcome:** [Which learning outcome this tests]
**Expected distribution:** [e.g., "Expect ~50% correct initially"]Bad ConcepTest (factual recall):
"What year did X happen?"
Good ConcepTest (conceptual):
"Given that X happened and Y was true, what should we expect to observe? Why?"
3. Design the Peer Instruction Protocol
For each ConcepTest, plan the full Peer Instruction cycle:
1. Concept presentation (7-10 min): Lecture on the topic 2. Question posed (1 min): Display the ConcepTest 3. Individual vote (1 min): Silent, no discussion. Enforced. 4. Data check (instructor only):
- <30% correct → Re-teach, don't discuss (misconceptions will spread)
- 30-70% correct → Proceed to peer discussion
- >70% correct → Brief explanation, move on
5. Peer discussion (2-4 min): "Find someone with a different answer. Convince them." 6. Re-vote (1 min): Vote again 7. Explanation (2 min): Reveal results, explain correct answer AND common errors
4. Design State Change Activities
Not every break needs to be a poll. Design non-digital state changes:
Options:
- Sketch it: "Draw the process we just discussed"
- Explain to neighbor: "Explain concept X to your neighbor in 30 seconds"
- Physical movement: "Stand if you think A, stay seated if you think B"
- Quick write: "Write one sentence summarizing the main point"
- Video clip: Short (<3 min) relevant video
- Demonstration: Live demo or simulation
5. Design Opening and Closing Activities
Opening Activity (aligned with hook):
- Baseline prediction poll
- "What do you think explains this phenomenon?"
- Captures pre-instruction mental models
Closing Activity:
- Muddiest point: "What was most confusing today?"
- One-minute paper: "What's the main takeaway?"
- Exit ticket: One application question
6. Plan for Technology Failure
What happens if the polling system fails?
- Backup: Show of hands
- Backup: "Turn to your neighbor and discuss"
- Backup: Paper response cards (A/B/C/D)
Output Files to Create
1. poll-set.md - Complete poll questions with:
- Question text and options
- Correct answers and explanations
- Misconception mapping
- Timing and placement
2. conceptests.md - Full ConcepTests with:
- Stem and options
- Correct answer and rationale
- Distractor analysis
- Expected distribution
- Peer Instruction protocol notes
3. activities.md - Non-poll activities:
- State change activities for each break
- Opening prediction activity
- Closing reflection activity
- Time estimates
4. backup-plans.md - Technology failure protocols
5. phase2-report.md - Executive summary including:
- Complete activity timeline
- Alignment with learning outcomes
- Expected engagement patterns
- Questions for instructor about preferences
Guiding Principles
1. Anonymity enables honesty: Anonymous responses let students admit confusion.
2. Distractors are diagnostic: Good wrong answers reveal specific misconceptions.
3. 30-70% is the sweet spot: Too easy = no discussion; too hard = reinforced confusion.
4. Silence before discussion: Individual commitment prevents groupthink.
5. Explain the wrong answers: Students learn as much from why A is wrong as why B is right.
6. Variety matters: Mix poll types, use non-digital activities, change modalities.
When You're Done
Return a summary to the orchestrator that includes: 1. Confirmation that all files were created 2. The complete poll/activity sequence with timing 3. Which learning outcomes each activity assesses 4. Any concerns about timing or difficulty 5. Questions for the instructor about activity preferences
Phase 3: Slide Development (Google Slides via MCP)
You are executing Phase 3 of the lecture design process. Your goal is to create visually effective slides directly in Google Slides using the Google Docs MCP.
Why This Phase Matters
In a large lecture hall, the slides are the visual anchor. But slides are not the lecture—they're visual aids. The goal is to reduce extraneous cognitive load so students can focus on understanding, not decoding cluttered visuals.
Key Insight: Audiences cannot read and listen simultaneously. When you show text-heavy slides, they read instead of listening to you.
"If a slide contains more than 75 words, it has become a document, not a presentation." — Nancy Duarte
"No more than 6 words on a slide. EVER." — Seth Godin
Prerequisites
Before starting this phase, ensure: 1. Google Docs MCP is installed and configured: <https://github.com/nealcaren/google-docs-mcp> 2. OAuth authentication is complete: You should be able to create and edit Google documents 3. All Phase 0-2 outputs are available
Inputs
Before starting, read: 1. All Phase 0-2 outputs (learning outcomes, narrative arc, chunk map, activities) 2. `pedagogy/slide-design-guide.md` - Comprehensive visual design principles 3. `mcp/google-docs-mcp-setup.md` - MCP tools reference
Your Tasks
1. Create the Presentation
Use the Google Docs MCP to create a new presentation:
Tool: createPresentation
Parameters:
title: "[Course Name] - [Lecture Topic]"This returns a presentation ID that you'll use for all subsequent operations.
2. Plan the Slide Structure
For a 75-minute lecture, plan approximately 30-40 slides:
Slide Structure:
├── Title slide (1)
├── Hook/Opening (2-3 slides)
│ ├── Mystery/problem statement
│ └── Baseline poll
├── Chunk 1 (5-7 slides)
│ ├── Key concept slides
│ └── ConcepTest poll
├── Chunk 2 (5-7 slides)
│ ├── Key concept slides (hardest material)
│ └── State change activity
├── Chunk 3 (4-6 slides)
│ ├── Application slides
│ └── Synthesis activity
├── Summary (2-3 slides)
│ ├── Return to hook
│ └── Key takeaways
└── Closing (2 slides)
├── Muddiest point
└── Next steps3. Add Slides with Appropriate Layouts
Use addSlide with these layout types:
| Layout | Use For |
|---|---|
TITLE | Title slide |
SECTION_HEADER | Chunk/section dividers |
TITLE_AND_BODY | Content slides with bullets |
TITLE_AND_TWO_COLUMNS | Comparison slides |
BLANK | Full-bleed images, custom layouts |
BIG_NUMBER | Statistics, key figures |
Example: Adding a content slide
Tool: addSlide
Parameters:
presentationId: "[presentation-id]"
layoutType: "TITLE_AND_BODY"4. Populate Slide Content
Use insertTextToSlide to add text to placeholders:
For title slides:
Tool: insertTextToSlide
Parameters:
presentationId: "[presentation-id]"
slideIndex: 0
shapeId: "[title-placeholder-id]"
text: "Lecture Title Here"Content guidelines:
- Titles: 3-6 words, action-oriented
- Body: Maximum 3 bullet points, 6 words each
- Never: Full sentences, paragraphs, or walls of text
5. Apply Mayer's Multimedia Principles
For every slide, apply these evidence-based principles:
| Principle | What It Means | How to Apply |
|---|---|---|
| Coherence | Remove extraneous material | No decorative images, minimal text |
| Signaling | Highlight key information | Bold key terms, use color strategically |
| Segmenting | Break into digestible units | One concept per slide |
| Redundancy | Don't duplicate channels | Don't read bullet points aloud |
| Spatial Contiguity | Keep related items close | Labels on diagrams, not in legend |
| Temporal Contiguity | Narrate with visuals | Speak as visuals appear |
6. Design for Accessibility
Font Sizes (for large lecture halls):
- Headings: 32pt minimum, prefer 44pt
- Body text: 24pt minimum
- Captions/labels: 20pt minimum
Contrast:
- High contrast ratios (dark on light OR light on dark)
- Avoid red/green combinations (colorblindness)
- Test: Can you read it from the back row?
Visual Descriptions:
- Plan to describe all images verbally ("As you can see in this graph, the trend...")
- Don't say "As you can see here..." without describing what's there
7. Create Slide Types
Title Slide
- Layout:
TITLE - Content: Lecture title, course name, date
- Keep clean and minimal
Section Header
- Layout:
SECTION_HEADER - Use for chunk transitions
- Include chunk number and focus
Content Slide
- Layout:
TITLE_AND_BODY - Maximum 3 bullet points
- Each bullet: 6 words or fewer
Comparison Slide
- Layout:
TITLE_AND_TWO_COLUMNS - Use for before/after, old/new, theory A/B comparisons
Poll Slide
- Layout:
TITLE_AND_BODY - Question as title
- Options A-D in body
- Include peer instruction protocol in speaker notes
Image Slide
- Layout:
BLANK - Instructor will add full-bleed image
- Provide image suggestions with links
8. Add Speaker Notes
For each slide, create speaker notes that include:
Content:
- What to SAY (not what's on the slide)
- Key points to emphasize
- Examples or stories to tell
- Transitions to next slide
Logistics:
- Timing (e.g., "2 minutes on this slide")
- Activity cues (e.g., "Launch poll now")
- Movement cues (e.g., "Move to center stage")
Example speaker notes format:
**Time:** 2 minutes
**Key point:** Emphasize that this mechanism explains the paradox from the hook.
**Say:** "Remember our opening puzzle about X? This is the answer. The reason Y happens is because..."
**Transition:** After explaining, launch Poll 2.Note: Speaker notes in Google Slides are added through the Notes section below each slide. Document them in the slide-inventory.md for the instructor.
9. Visual Design Principles
See `pedagogy/slide-design-guide.md` for comprehensive guidance. Key principles:
The Numbers That Matter:
- 75-word limit: More than 75 words = it's a document
- 6-word rule: Aim for 6 words or fewer per slide (Godin/Reynolds)
- 3-second test: Audiences must grasp content within 3 seconds
- 28pt minimum font: Never smaller for keynotes
CRAP Framework (Reynolds):
- Contrast: Make different things VERY different
- Repetition: Consistent style throughout
- Alignment: Use invisible grid lines
- Proximity: Group related items; separate unrelated
Simplicity:
- One idea per slide
- Maximum 6 words per slide (aspiration), 6 lines absolute max
- Use full-bleed images when possible
- Empty space is a design element, not wasted space
- Remove logos from all but first/last slides
The Picture Superiority Effect:
- Hear information → remember 10% after 3 days
- Add a picture → remember 65% after 3 days
- Images = 6x more memorable than words alone
10. Finding Images
The Picture Superiority Effect means images dramatically improve retention. Proactively search for relevant images.
Search Method: 1. Use WebSearch with site:unsplash.com [search terms] or site:pexels.com [search terms] 2. Search for specific concepts, not generic terms (e.g., "elevator people facing forward" not "social norms") 3. Provide collection URLs organized by slide so the instructor can browse and download
Recommended Sources (free, no attribution required):
- Unsplash — High-quality photos, excellent search
- Pexels — Good variety, includes videos
- Wikimedia Commons — Public domain, historical images
When to Suggest Images:
- Hook slides: Visual that creates curiosity or emotional connection
- Concept introduction: Concrete example of abstract idea
- Examples/cases: Real-world photos that ground the concept
- Full-bleed impact slides: Single powerful image with minimal text
Image Suggestion Format:
| Slide | Image Idea | Source |
|-------|------------|--------|
| Folkways | Elevator with people facing forward | [Unsplash elevator collection](https://unsplash.com/s/photos/elevator) |
| Subcultures | Van life interior (#vanlife aesthetic) | [Unsplash van interior](https://unsplash.com/s/photos/van-interior) |Note: The instructor adds images themselves via the Google Slides interface—you provide curated suggestions with direct links.
MCP Tools Reference
Creating Presentations
createPresentation(title) → presentationIdAdding Slides
addSlide(presentationId, layoutType)
layoutType: TITLE | SECTION_HEADER | TITLE_AND_BODY | TITLE_AND_TWO_COLUMNS | BLANK | BIG_NUMBERAdding Text
insertTextToSlide(presentationId, slideIndex, shapeId, text)Finding and Replacing Text
replaceAllTextInPresentation(presentationId, findText, replaceText)For complete MCP documentation, see mcp/google-docs-mcp-setup.md.
Output Files to Create
1. slides-link.md - Document containing:
- Google Slides presentation URL
- Quick access link for editing
- Instructions for the instructor
2. slide-inventory.md - List of all slides with:
- Slide number and title
- Approximate time
- Purpose (content, poll, transition, etc.)
- Learning outcome alignment
- Speaker notes (full text for each slide)
3. visual-assets.md - List of needed visuals:
- Images to add (with source links)
- Diagrams to create
- Charts to generate
- Organized by slide number
4. phase3-report.md - Executive summary including:
- Google Slides presentation link
- Total slide count
- Time per section
- Slides needing instructor review
- Visual assets the instructor needs to add
Guiding Principles
1. Slides support, not replace: The speaker is the presentation; slides are visual aids.
2. One idea per slide: If you need more, make more slides.
3. No full sentences: Bullet points are cues, not scripts.
4. Big enough for the back row: If in doubt, make it bigger.
5. Speaker notes are essential: Document them in slide-inventory.md for reference.
6. Google Slides enables collaboration: The instructor can easily customize after you create the structure.
7. Images are the instructor's responsibility: Provide great suggestions; they add them.
When You're Done
Return a summary to the orchestrator that includes: 1. Google Slides presentation URL 2. Total slide count and estimated timing 3. List of visual assets needed (with source links) 4. Any slides that need special attention 5. Questions for the instructor about visual preferences 6. Reminder that the instructor should:
- Review and customize text
- Add images from the visual-assets.md suggestions
- Add their own speaker notes
- Test the presentation in slideshow mode
Phase 4: Review & Refinement
You are executing Phase 4 of the lecture design process. Your goal is to ensure the lecture is deliverable, has backup plans, and all materials are ready for the instructor.
Why This Phase Matters
A beautifully designed lecture means nothing if it can't be delivered. This phase catches timing problems, prepares for technology failures, and compiles everything the instructor needs into a usable package.
Inputs
Before starting, review all previous outputs: 1. Phase 0: Learning outcomes, context 2. Phase 1: Narrative arc, chunk map 3. Phase 2: Activities, polls, ConcepTests 4. Phase 3: Slide deck
Your Tasks
1. Temporal Audit
Verify the timing adds up:
Create a minute-by-minute timeline:
| Time | Activity | Duration | Cumulative |
|------|----------|----------|------------|
| 0:00 | Hook + baseline poll | 5 min | 5 min |
| 0:05 | Chunk 1 lecture | 15 min | 20 min |
| 0:20 | ConcepTest + PI | 5 min | 25 min |
| ... | ... | ... | ... |
| 1:15 | END | - | 75 min |Check for problems:
- Does it add up to the available time?
- Is there buffer for running over?
- What can be cut if running late?
- What can be added if running fast?
2. Cognitive Load Audit
Review each section for overload risks:
Slide check:
- Any slide with more than 6 bullets?
- Any slide requiring more than 2 minutes to explain?
- Any dense diagrams that need progressive reveal?
Concept density check:
- Are there back-to-back heavy concepts without a break?
- Is the hardest material placed strategically (not at minute 60)?
Activity check:
- Is there an active break every 12-18 minutes?
- Are activities varied (not all polls)?
3. Failure Mode Planning
Create backup plans for common failures:
Technology Failures:
| Failure | Backup Plan |
|---|---|
| Polling system down | Show of hands, paper cards |
| Projector fails | Verbal lecture with whiteboard |
| Audio dies | Move closer, speak louder |
| WiFi fails | Pre-downloaded slides, local backup |
| Clicker batteries die | Call on volunteers |
Timing Failures:
| Scenario | Action |
|---|---|
| Running 10 min late | Cut [specific section] |
| Running 10 min early | Add [specific activity] |
| Students confused (need more time) | Cut Chunk 3, extend Chunk 2 |
| Fire drill / interruption | Priority content = [list] |
Student Engagement Failures:
| Scenario | Response |
|---|---|
| <30% correct on ConcepTest | Stop, re-teach, don't peer discuss |
| No one talking in pairs | Assign pairs explicitly |
| Students disengaged | Call a break, change modality |
4. Create Instructor Guide
Compile a single document the instructor can use during delivery:
Include: 1. Overview
- Learning outcomes
- Total time and structure
- Key messages
2. Minute-by-minute timeline
- What happens when
- Cue for each activity
- Transition language
3. Activity protocols
- Poll questions and correct answers
- Peer Instruction workflow
- Expected response distributions
4. Delivery notes
- Stage movement suggestions
- Voice modulation cues
- Where to pause for effect
5. Backup plans
- Technology failures
- Timing adjustments
- Engagement issues
6. Post-class follow-up
- What to post (slides, recap)
- How to use muddiest point data
- Preview of next lecture
5. Final Materials Check
Verify all files are complete and organized:
lecture/
├── slides.qmd ✓
├── slides.html (rendered) ✓
├── lecture-plan.md ✓
├── activities.md ✓
├── instructor-guide.md ✓
├── backup-plans.md ✓
└── assets/
├── images/ ✓
└── polls/ ✓6. Pre-Flight Checklist
Create a checklist the instructor can use before class:
Day Before:
- [ ] Review slides and speaker notes
- [ ] Test technology (polling, projector, clicker)
- [ ] Print backup materials
- [ ] Review timing and backup plans
30 Minutes Before:
- [ ] Arrive early, test A/V
- [ ] Load slides, check display
- [ ] Log into polling system
- [ ] Verify WiFi
5 Minutes Before:
- [ ] Take a breath
- [ ] Review opening hook
- [ ] Stand in position
- [ ] Start on time
Output Files to Create
1. temporal-audit.md - Minute-by-minute timeline with buffer analysis
2. cognitive-load-audit.md - Section-by-section load assessment with recommendations
3. backup-plans.md - Complete failure mode protocols
4. instructor-guide.md - All-in-one delivery document
5. preflight-checklist.md - Before-class checklist
6. phase4-report.md - Executive summary including:
- Confirmation all materials are ready
- Any remaining concerns
- Suggested rehearsal focus
- Post-delivery follow-up recommendations
Guiding Principles
1. Murphy's Law is real: If technology can fail, plan for it.
2. Time is your enemy: Build in buffer; you'll need it.
3. The instructor guide is the product: Make it usable under pressure.
4. Rehearsal matters: Recommend the instructor do a dry run.
5. First time is hardest: The lecture will improve with iteration.
When You're Done
Return a summary to the orchestrator that includes: 1. Confirmation that all files were created 2. Total timing and any buffer/cuts needed 3. Key backup plans 4. Remaining action items for instructor 5. Recommendation for next steps (rehearsal, first delivery)
Multiple Columns
To put material in side by side columns, you can use a native div container with class .columns, containing two or more div containers with class .column and a width attribute:
```{.markdown code-preview="examples/columns.qmd"} :::: {.columns}
::: {.column width="40%"} Left column :::
::: {.column width="60%"} Right column :::
::::
Creating Slides {#creating-slides}
In markdown, slides are delineated using headings. For example, here is a simple slide show with two slides (each defined with a level 2 heading (##):
``` {.markdown code-preview="examples/creating-slides-1.qmd"} --- title: "Habits" author: "John Doe" format: {{< meta slide-format >}} ---
Getting up
- Turn off alarm
- Get out of bed
Going to sleep
- Get in bed
- Count sheep
You can also divide slide shows into sections with title slides using a level 1 heading (`#`). For example:
--- title: "Habits" author: "John Doe" format: {{< meta slide-format >}} ---
In the morning
Getting up
- Turn off alarm
- Get out of bed
Breakfast
- Eat eggs
- Drink coffee
In the evening
Dinner
- Eat spaghetti
- Drink wine
Going to sleep
- Get in bed
- Count sheep
Finally, you can also delineate slides using horizontal rules (for example, if you have a slide without a title):
--- title: "Habits" author: "John Doe" format: {{< meta slide-format >}} ---
- Turn off alarm
- Get out of bed
---
- Get in bed
- Count sheep
The examples above all use level 2 headings for slides and level 1 headings for sections/title slides. You can customize this using the `slide-level` option (See the Pandoc documentation on [structuring the slide show](https://pandoc.org/MANUAL.html#structuring-the-slide-show) for additional details.
### Title Slide
You'll notice in the above examples that a title slide is automatically created based on the `title` and `author` provided in the document YAML options. However, sometimes you don't want an explicit title slide (e.g. if your first slide consists entirely of a background image). It's perfectly valid to create a presentation without a title slide, just exclude the `title` and `author` options:
--- format: {{< meta slide-format >}} ---
Getting up
- Turn off alarm
- Get out of bed
Going to sleep
- Get in bed
- Count sheep
Speaker Notes
You can add speaker notes to a slide using a div with class .notes. For example:
```{.markdown}
Slide with speaker notes
Slide content
::: {.notes} Speaker notes go here. :::