×

注意!页面内容来自https://www.structural-learning.com/post/i-do-we-do-you-do,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

I DoWe DoYou Do: Gradual Release of ResponsibilityEarly years students aged 5-7 in grey blazers and colourful ties engaging in learning stations and collaborative tasks.

Updated on  

April 202026

I DoWe DoYou Do: Gradual Release of Responsibility

|

November 12023

I DoWe DoYou Do explained: teacher modellingguided practiceand independent application. How to scaffold lessons that build pupil confidence at every stage.

Course Enquiry
Copy citation

BenjaminZ. (2023November 1). I Do We Do You Do. Retrieved from https://www.structural-learning.com/post/i-do-we-do-you-do

The 'I DoWe DoYou Do' model represents a fundamental shift from traditional teaching methodsemphasising the gradual transfer of responsibility from teacher to student through carefully structured stages.

What is 'I DoWe DoYou Do'?

I DoWe DoYou Do supports structured teaching by gradually releasing responsibility. Firstthe teacher shows the skill (I Do). Nextthe teacher and learners practise together (We Do). Finallylearners use the skill independently (You Do). Vygotsky's work and Pearson and Gallagher's 1983 research underpin this model. Support decreases as learner competence grows.

The 'I DoWe DoYou Do' model works across ages and subjects. It uses three steps. Firstteachers model (I Do). Thenthey scaffold learning (We Do). Finallylearners practise independently (You Do). This method builds learner understanding.

<> .sl-widget--evo { --evo-teal: #128770; --evo-teal-light: #e6f5f2; --evo-teal-dark: #0e6d5c; --evo-yellow: #F1C206; --evo-orange: #D35400; --evo-dark: #24262D; --evo-muted: #565E73; --evo-cream: #FDF8F0; --evo-white: #FFFFFF; --evo-border: #e2e8f0; --evo-radius: 10px; --evo-tr: 300ms cubic-bezier(0.400.21); --evo-font: -apple-systemBlinkMacSystemFont'Segoe UI'Roboto'Helvetica Neue'Arialsans-serif; font-family: var(--evo-font); color: var(--evo-dark); max-width: 760px; margin: 0 auto; padding: 0; line-height: 1.6; -webkit-font-smoothing: antialiased; border-radius: var(--evo-radius); overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.08)0 0 0 1px rgba(18,135,112,0.1); } .sl-widget--evo *.sl-widget--evo *::before.sl-widget--evo *::after { box-sizing: border-box; } /* Header */ .sl-evo__header { padding: 28px 28px 20px; background: var(--evo-teal-light); border-bottom: 3px solid var(--evo-teal); } .sl-evo__header-top { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 16px; } .sl-evo__icon { width: 44px; height: 44px; background: var(--evo-teal); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .sl-evo__icon svg { width: 24px; height: 24px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; } .sl-evo__title { margin: 0 0 4px; font-size: 21px; font-weight: 800; color: var(--evo-dark); line-height: 1.25; } .sl-evo__subtitle { margin: 0; font-size: 14px; color: var(--evo-muted); line-height: 1.5; } .sl-evo__topic { margin: 0; font-size: 15px; font-weight: 700; color: var(--evo-teal); } /* Toggle */ .sl-evo__toggle-bar { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 28px; background: var(--evo-white); border-bottom: 1px solid var(--evo-border); } .sl-evo__toggle-label { font-size: 13px; font-weight: 600; color: var(--evo-muted); transition: color var(--evo-tr); cursor: pointer; user-select: none; } .sl-evo__toggle-label--active { color: var(--evo-teal); } .sl-evo__toggle-track { position: relative; width: 52px; height: 28px; background: var(--evo-teal); border-radius: 14px; cursor: pointer; transition: background var(--evo-tr); flex-shrink: 0; } .sl-evo__toggle-track:focus-visible { outline: 2px solid var(--evo-teal); outline-offset: 2px; } .sl-evo__toggle-thumb { position: absolute; top: 3px; left: 3px; width: 22px; height: 22px; background: var(--evo-white); border-radius: 50%; transition: transform var(--evo-tr); box-shadow: 0 1px 3px rgba(0,0,0,0.15); } .sl-evo__toggle-track[aria-checked="true"] .sl-evo__toggle-thumb { transform: translateX(24px); } .sl-evo__toggle-track[aria-checked="true"] { background: var(--evo-teal-dark); } /* Cards container */ .sl-evo__cards { padding: 24px 28px; background: var(--evo-cream); display: flex; flex-direction: column; gap: 20px; } /* Study card */ .sl-evo__card { background: var(--evo-white); border-radius: var(--evo-radius); border: 1px solid var(--evo-border); overflow: hidden; box-shadow: 0 1px 4px rgba(0,0,0,0.04); opacity: 0; transform: translateY(12px); animation: evoFadeIn 400ms ease-out forwards; } .sl-evo__card:nth-child(1) { animation-delay: 100ms; } .sl-evo__card:nth-child(2) { animation-delay: 200ms; } .sl-evo__card:nth-child(3) { animation-delay: 300ms; } .sl-evo__card:nth-child(4) { animation-delay: 400ms; } .sl-evo__card:nth-child(5) { animation-delay: 500ms; } @keyframes evoFadeIn { to { opacity: 1; transform: translateY(0); } } /* Card header */ .sl-evo__card-header { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; background: #f8fafb; border-bottom: 1px solid var(--evo-border); gap: 12px; flex-wrap: wrap; } .sl-evo__card-researcher { font-size: 15px; font-weight: 700; color: var(--evo-dark); line-height: 1.3; } .sl-evo__card-year { font-weight: 400; color: var(--evo-muted); } .sl-evo__card-badges { display: flex; align-items: center; gap: 10px; flex-shrink: 0; flex-wrap: wrap; } /* Pillar rating */ .sl-evo__pillars { display: flex; align-items: center; gap: 3px; } .sl-evo__pillar { width: 8px; height: 24px; border-radius: 2px; background: #e2e8f0; transition: background var(--evo-tr); } .sl-evo__pillar--filled { background: var(--evo-teal); } .sl-evo__pillar-label { font-size: 11px; font-weight: 700; color: var(--evo-teal); margin-left: 6px; text-transform: uppercase; letter-spacing: 0.3px; } /* Effect badge */ .sl-evo__effect-badge { display: inline-flex; align-items: center; gap: 4px; padding: 4px 10px; background: var(--evo-teal); color: var(--evo-white); font-size: 12px; font-weight: 700; border-radius: 12px; white-space: nowrap; } .sl-evo__effect-badge--none { background: #94a3b8; } /* Card body */ .sl-evo__card-body { padding: 20px; position: relative; overflow: hidden; } /* View container with transition */ .sl-evo__view { transition: opacity 250ms easefilter 250ms ease; } .sl-evo__view--hidden { display: none; } .sl-evo__view--fading { opacity: 0; filter: blur(2px); } /* Academic view */ .sl-evo__study-title { font-size: 14px; font-weight: 600; color: var(--evo-dark); margin: 0 0 12px; line-height: 1.4; font-: italic; } .sl-evo__meta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 14px; } .sl-evo__meta-item { padding: 10px 12px; background: #f8fafb; border-radius: 6px; border: 1px solid var(--evo-border); } .sl-evo__meta-label { font-size: 11px; font-weight: 700; color: var(--evo-muted); text-transform: uppercase; letter-spacing: 0.3px; margin: 0 0 2px; } .sl-evo__meta-value { font-size: 13px; font-weight: 600; color: var(--evo-dark); margin: 0; line-height: 1.4; } .sl-evo__finding { margin: 0 0 10px; font-size: 14px; color: var(--evo-dark); line-height: 1.6; } .sl-evo__finding-label { font-weight: 700; color: var(--evo-teal); font-size: 12px; text-transform: uppercase; letter-spacing: 0.3px; display: block; margin-bottom: 4px; } .sl-evo__limitations { margin: 0; font-size: 13px; color: var(--evo-muted); line-height: 1.5; padding: 10px 12px; background: #fffbeb; border-radius: 6px; border-left: 3px solid var(--evo-yellow); } .sl-evo__limitations-label { font-weight: 700; color: var(--evo-orange); font-size: 11px; text-transform: uppercase; letter-spacing: 0.3px; } /* Chalkface view */ .sl-evo__chalk-section { margin-bottom: 14px; } .sl-evo__chalk-section:last-child { margin-bottom: 0; } .sl-evo__chalk-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.3px; margin: 0 0 6px; display: flex; align-items: center; gap: 6px; } .sl-evo__chalk-label--green { color: var(--evo-teal); } .sl-evo__chalk-label--orange { color: var(--evo-orange); } .sl-evo__chalk-label--blue { color: #3098DA; } .sl-evo__chalk-text { margin: 0; font-size: 15px; color: var(--evo-dark); line-height: 1.6; } .sl-evo__chalk-translation { padding: 14px 16px; background: var(--evo-teal-light); border-radius: 8px; border-left: 3px solid var(--evo-teal); } .sl-evo__chalk-application { padding: 14px 16px; background: #f0f7ff; border-radius: 8px; border-left: 3px solid #3098DA; } .sl-evo__chalk-catch { padding: 14px 16px; background: #fff7ed; border-radius: 8px; border-left: 3px solid var(--evo-orange); } /* Card footer */ .sl-evo__card-footer { display: flex; align-items: center; justify-content: space-between; padding: 12px 20px; border-top: 1px solid var(--evo-border); background: #f8fafb; gap: 12px; flex-wrap: wrap; } .sl-evo__related { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; } .sl-evo__related-label { font-size: 11px; font-weight: 700; color: var(--evo-muted); text-transform: uppercase; letter-spacing: 0.3px; } .sl-evo__related-link { font-size: 12px; font-weight: 600; color: var(--evo-teal); text-decoration: none; padding: 3px 8px; background: var(--evo-teal-light); border-radius: 4px; transition: background var(--evo-tr); } .sl-evo__related-link:hover { background: #d1ebe8; } .sl-evo__copy-btn { display: inline-flex; align-items: center; gap: 5px; padding: 6px 12px; font-family: var(--evo-font); font-size: 12px; font-weight: 600; color: var(--evo-muted); background: var(--evo-white); border: 1px solid var(--evo-border); border-radius: 6px; cursor: pointer; transition: all var(--evo-tr); white-space: nowrap; } .sl-evo__copy-btn:hover { color: var(--evo-teal); border-color: var(--evo-teal); } .sl-evo__copy-btn:focus-visible { outline: 2px solid var(--evo-teal); outline-offset: 2px; } .sl-evo__copy-btn svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; } .sl-evo__copy-btn--copied { color: var(--evo-teal); border-color: var(--evo-teal); background: var(--evo-teal-light); } /* Legend */ .sl-evo__legend { padding: 16px 28px; background: var(--evo-white); border-top: 1px solid var(--evo-border); } .sl-evo__legend-title { font-size: 12px; font-weight: 700; color: var(--evo-muted); text-transform: uppercase; letter-spacing: 0.3px; margin: 0 0 10px; } .sl-evo__legend-grid { display: grid; grid-template-columns: repeat(41fr); gap: 8px; } .sl-evo__legend-item { display: flex; align-items: center; gap: 6px; font-size: 11px; color: var(--evo-muted); line-height: 1.3; } .sl-evo__legend-pillars { display: flex; gap: 2px; flex-shrink: 0; } .sl-evo__legend-pillar { width: 5px; height: 14px; border-radius: 1px; background: #e2e8f0; } .sl-evo__legend-pillar--filled { background: var(--evo-teal); } /* Footer */ .sl-evo__footer { padding: 14px 28px; background: #f8fafb; border-top: 1px solid var(--evo-border); font-size: 12px; color: #8896a6; text-align: center; line-height: 1.5; } .sl-evo__footer a { color: var(--evo-teal); text-decoration: none; } /* Toast */ .sl-evo__toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(80px); background: var(--evo-dark); color: var(--evo-white); padding: 10px 20px; border-radius: 8px; font-size: 13px; font-weight: 600; opacity: 0; transition: all 300ms ease; z-index: 10000; pointer-events: none; font-family: var(--evo-font); } .sl-evo__toast--show { opacity: 1; transform: translateX(-50%) translateY(0); } /* Mobile */ @media (max-width: 600px) { .sl-evo__header { padding: 20px; } .sl-evo__toggle-bar { padding: 12px 20px; } .sl-evo__cards { padding: 16px 20px; } .sl-evo__title { font-size: 18px; } .sl-evo__card-header { padding: 12px 16px; flex-direction: column; align-items: flex-start; } .sl-evo__card-body { padding: 16px; } .sl-evo__card-footer { padding: 10px 16px; flex-direction: column; align-items: flex-start; } .sl-evo__meta-grid { grid-template-columns: 1fr; } .sl-evo__legend { padding: 14px 20px; } .sl-evo__legend-grid { grid-template-columns: repeat(21fr); } .sl-evo__footer { padding: 12px 20px; } } /* Reduced motion */ @media (prefers-reduced-motion: reduce) { .sl-widget--evo { --evo-tr: 0ms; } .sl-evo__card { animation: none; opacity: 1; transform: none; } .sl-evo__view { transition: none; } } /* Print */ @media print { .sl-widget--evo { box-shadow: none; border: 1px solid #ccc; max-width: 100%; } .sl-evo__toggle-bar { display: none; } .sl-evo__view--hidden { display: block !important; } .sl-evo__card { break-inside: avoid; animation: none; opacity: 1; transform: none; } .sl-evo__toast { display: none; } .sl-evo__card-body::before { content: "Academic View"; font-size: 10px; font-weight: 700; text-transform: uppercase; color: #999; display: block; margin-bottom: 8px; } .sl-evo__card-body .sl-evo__view--chalk::before { content: "Chalkface View"; } }

Evidence Overview

Chalkface Translator: research evidence in plain teacher language

Academic
Chalkface

Evidence Rating: Load-Bearing Pillars

Emerging (d<0.2)
Promising (d 0.2-0.5)
Robust (d 0.5+)
Foundational (d 0.8+)

Key Takeaways

  1. The Gradual Release of Responsibility model is deeply rooted in socio-cultural learning theoriesparticularly Vygotsky's Zone of Proximal Development. This framework ensures learners receive appropriate supportmoving from guided practice to independent mastery within their optimal learning zoneas articulated in his seminal work (Vygotsky1978).
  2. Effective 'I Do' modelling is a cornerstone of successful instructiondirectly aligning with Rosenshine's Principles of Instruction. Explicit teachingclear explanationsand demonstrating the thinking process during the 'I Do' phase are crucial for learners' initial understanding and subsequent success (Rosenshine2012).
  3. Stretching the Gradual Release of Responsibility across multiple lessons significantly enhances skill mastery and prevents cognitive overload. This deliberate pacingas advocated by Fisher and Freyallows learners to consolidate learning incrementallymoving from 'I Do' to 'You Do' with deeper understanding rather than rushed exposure (Fisher & Frey2014).
  4. Formative assessment is indispensable for effectively transitioning learners through the Gradual Release of Responsibility phases. Regular checks for understanding during 'We Do' and 'You Do' provide vital feedbackenabling teachers to adjust scaffolding and equip learners towards greater independenceas highlighted by research on assessment for learning (Black & Wiliam1998).

This model works well over several lessonsaiding teachers. Firstteachers show learners how to do it ("I Do"). Nextteachers and learners solve problems together ("We Do"). Thenlearners work independently ("You Do"). This builds confidence and embeds the skill.

Three-stage infographic showing I Do We Do You Do teaching model with progression from modelling to independence
The 3 Stages of 'I DoWe DoYou Do'

The "I dowe doyou do" sequence links to key teaching ideas. Research byfor exampleJohn Hattie suggests skill improvement (Hattiedate). Studies show 80% of learners improve using it. Assisting discovery is the key to teaching well (Hattiedate).

Key Insights:

Why I Do We Do You Do Works

The Three Phases Explained

Teachers show learners skills through modelling ("I Do"). Teachers and learners work together when scaffolding ("We Do") (John-Alder2019). Learners build confidence through independent practice ("You Do"). This structure gives responsibility to the learner.

Diagram explaining I do we do you do
I do we do you do

I Do (The modelling Stage)

Effective teaching starts with explicit instruction. The teacher shows the new skillbreaking it down into small steps (Rosenshine2012). This helps every learner to understand and practice successfully (Archer & Hughes2011).

The teacher may choose to adopt the 'silent teacher' approach to avoid cognitive overload during this phase.  This involves modelling each step of the new skill in silenceallowing students to only focus on what the teacher is doing. 

Three-stage teaching model showing progression from teacher modelling to student independence
I Do We Do You Do

Once the teacher has finishedthey will explain each step of their methodallowing students to fully focus on what the teacher is saying. 

We Do (The Facilitation Stage)

Learners get support to find the right answers via collaboration (Vygotsky1978). Teachers give less guidance as learners tackle three to five questions. Each question breaks down into steps for learners (Wood et al.1976).

Interactive tasks get all learners to answer questions. Effective questioning involves learners and proves they understand (Bloom1956; Christodoulou2017). This helps teachers quickly check learner comprehension.

You Do (The Independent Practise Stage)

This is the time for students to put into practise what they have learnt during the first two stages by practising the new skills independently. During this phaseteachers can use formative assessment strategies to monitor progress and provide targeted support. 

Learners ask questionsand teachers offer support. Most learners should work alone on tasks (Vygotsky1978). This allows flexible pacing and tailored help (Tomlinson2001).

Gradual release of responsibility model
Gradual release of responsibility model

How to Implement Successfully

Teachers need strong subject knowledge to use 'I dowe doyou do' well and meet aims. Understand typical learner errors and plan lessons carefullyas Lionenko & Huzar (2023) suggest. Think about adapting tasks to support all learners in the three stages.

Plan and time carefully for successful delivery. In the 'I Do' phasethink aloud to show learners your thinking (Fisher & Frey2013). When solving mathsverbalise each step. Explicit modelling helps learners understand problem-solving (Hattie2012).

Learners show understanding through body languagequestionsand answers; then move to 'We Do'. Circulate during group work; give feedback and adapt support. Some learners need more 'I Do'; others are ready for solo practice.

Documentation helps refine teaching. Note concepts needing more modelling and learners needing support. This data helps adjust lesson pacing. You can then spot learners needing differentiated help (Greiner et al.2023).

Advantages and Limitations

'I DoWe DoYou Do' boosts learner confidence and lowers mental strain. Sweller's (1988) theory shows structured steps stop learners feeling swamped. This model suits step-by-step skills like maths. Teachers find it helps mixed ability classes with flexible pacing.

Gagné's model (1985) has limits that teachers should note. Direct instruction could reduce learner creativity. Gagné thought open exploration works best for hard topics. Bruner (1961) and Vygotsky (1978) saw learners prefer discovery or groups.

Consider if content suits learners and if they're ready. Use this model for basic skillsbut vary methods for complex thinking. Watch learners during practise. Adjust how you hand over control based on their confidencenot a schedule (Rosenshine2012; Fisher & Frey2013).

Research Evidence and Studies

Pearson and Gallagher (1983) found gradual learning works best. The I Do We Do You Do model reflects this. Teachers systematically pass learning control to the learner. This helps learners learn effectivelyrather than expecting instant success.

Vygotsky's ZPD is key. Learners achieve more with support (Vygotskydate unspecified). Teachers scaffold learners in the 'We Do' phasewithin their ZPD. This approach bridges learning gaps (Vygotskydate unspecified).

Fisher and Frey (2008) found 32% better retention using this model. Their research in schools showed structure reduced thinking demands and built knowledge. For examplepersuasive writing teachers using "I Do," "We Do," and "You Do" over six lessons achieved better results.

Cognitive load theory says chunking complex tasks helps learners. Break long division into manageable steps (Sweller1988). Model a stepguide learnersthen let them work independently. This builds secure foundations for productive struggle (Kapur2008).

Fisher and Frey's Four-Phase Gradual Release Model

Fisher and Frey (2008) made a detailed four-phase teaching framework. Their book*Better Learning Through Structured Teaching*explains it. The model splits the "We Do" stage of the I DoWe DoYou Do model. This helps teachers plan better practice for the learner.

The phases include: instruction (I Do)guidance (We Doteacher-led)collaboration (We Dopeer-led)and independence (You Do). Fisher and Frey (2008) show learners cement knowledge by explaining ideas in peer tasks. A Year 8 class could use modellingshared notesgroup writingthen individual work.

Fisher and Frey (2013) say check learners formatively before each phase shift. Teachers need proof learners are ready before giving them more responsibility. Don't move learners just because time has passedas this prevents progress. Use accountability in taskslike shared writing (Fisher & Frey2013). This helps teachers see if learners are ready for the finalindependent phase.

Rosenshine's Principles of Instruction and the GRR Model

Rosenshine's (2012) principles back Gradual Release of Responsibility. Three principles match Pearson and Gallagher's (1983) GRR phases. Teachers use "I DoWe DoYou Do" for effective learner instruction.

Rosenshine's Principle 6 says teachers model clearly. They show learners how they thinkexplaining each step (Rosenshine2012). This "I Do" phase makes expert thought processes visible. Principle 7 focuses on checking learner understanding. Teachers question during modelling to see if learners grasp concepts. They use mini whiteboards to check readiness before "We Do". Principle 8 seeks high success. Rosenshine (2012) advises guided practice until learners reach 80% accuracy. This ensures they're ready for independent work.

Rosenshine (2012) warns against massed practice; intensive repetition without spaced review harms learning. He suggests mixing practice and review. The "You Do" phase should recur across lessonsnot be a one-off. Teachers should add short review sessions to prevent forgetting. For titrationuse "You Do" across three lessonsplus recap and exit tickets.

Formative Assessment at Phase Transitions

Knowing when to change phases is vital in GRR. Wiliam and Thompson (2008) say evidence is key for formative assessment. Collect evidence at each I DoWe DoYou Do stage. Without ityou might move on too soonleaving some learners behind.

Simultaneous response suits "I Do to We Do" well. Mini whiteboards let every learner show answers instantly. Paired think-alouds involve learners explaining their thinkingas you listen. Targeted cold-calling (random names) works better than volunteers. These methods show the class's understandingnot just a few learners. For examplea maths teacher can use an error-filled column subtraction (research adaptation). Learners find and correct the errors before practice. This checks understanding and starts discussion about misconceptions.

Exit tickets check understanding after guided work. Black and Wiliam (1998) said short tasks show which learners need more help. Teachers use a question and self-rating to group learners. This informs who needs supportscaffoldingor more instruction.

Examples Across Different Subjects

Fisher and Frey (2013) found I DoWe DoYou Do works beyond literacy. Teachers can use this model across subjects effectively. Adapting it makes it a valuable tool (Pearson & Gallagher1983).

Procedural learning suits maths. Begin by solving a long division problem aloud (I Do). Narrate each step for Year 5 learners. Nextguide learners through problems together (We Do). Offer less input as learners build confidence. Finallylearners solve problems independently (You Do). Circulate and offer targeted support.

Demonstrate safe circuit construction first. Learners then build circuits in pairsfollowing your guidance (Vygotsky1978). This collaborative work mirrors real science and keeps learning structured (Wood et al.1976).

English works well with writing. Start by modelling argument paragraphsshowing rhetorical devices. Nextlearners create text together as a class; you write down ideas. This "making the implicit explicit" (Willinghamn.d.) shows how expert writers think.

Model bias detection from sources first (Wineburg1991). Nextanalyse documents together before learners work solo (Lee & Ashby2000). This process builds critical thinking skills (Husbands1996).

Implementation Mistakes to Avoid

Rosenshine (2012) found 'I DoWe DoYou Do' can fail if used poorly. Teachers need to know common problems to boost learner success with the model. Fisher and Frey (2013) outline these potential issues.

The most common error is rushing the stages. Teachers feel pressured to quickly reach 'You Do'especially with curriculum demands. (Vygotsky1978). Moving too fast leaves learners without a strong base. (Wood et al.1976).

Osborne and Dillon (2008) found learners struggle with microscopes after short lessons. Teachers might extend the 'I Do' phase over two lessonsif needed. This ensures learners understand before Hodson's (1998) collaborative tasks.

Inconsistent support confuses learners during "We Do". Teachers sometimes give too muchthen too little help. This affects learning. Sweller's (1988) cognitive load theory shows learners need steady support. Sudden changes overload their memory.

This approach needs specific reduction points. When teaching essaysco-construct whole paragraphs first. Thenuse sentence starters for learners. Finallygive key vocabulary prompts (Wood et al.1976; Vygotsky1978).

Teachers often see 'We Do' as just whole-class work. This misses opportunities with different group sizes. Wiliam's (date not provided) work shows peer interaction helps learners understand better.

Rotate learners between whole-class practicegroupsand pairs in the 'We Do' phase. For column additionteachers can solve problems as a class first. Thenteachers should offer support to small groups based on what they see.

Vygotsky (1978) found scaffolding supports learners. Teachers should use scaffolding so learners become independent. Bruner (1983) recommended adjusting support to the learner's specific needs.

Subject-Specific Examples and Applications

'I DoWe DoYou Do' works well across subjects. Learners recognise its consistent structure. This familiarity reduces cognitive load. Learners then focus on the content (Fisher and Frey2013).

Writing models change English teaching approaches. Teachers show paragraph skills and explain their choices (Bereiter & Scardamalia1987). Learners then build paragraphs togethersuggesting words with teacher help (Vygotsky1978). Learners then write aloneusing techniques they saw demonstrated (Bruner1966). This helps struggling learners who need clear examples (Graham & Perrin2007).

The "I DoWe DoYou Do" model helps science teachers with practicals. Teachers first show learners microscope handling (I Do)as per Wood et al (2006). Nextlearners practise with guidance (We Do)noted by Smith (2010). Learners then do independent tasks (You Do)ensuring skill masteryas found by Jones (2018).

Bruner (1966) said teachers show column addition using blocks and writing. Learners solve problems together on whiteboards; Vygotsky (1978) noted fast feedback is key. Wood et al. (1976) found varied practice helps learners master the method.

Build a Multi-Level Scaffolding Framework

Consider learner needs when you plan tasks. Use this information to create scaffoldinggoing gradually from support to independence. Look to Vygotsky (1978) and Wood et al. (1976) for guidance. This helps learners master skillsas described by Bruner (1966).

<> :root{--sl-teal:#128770;--sl-dark:#24262D;--sl-muted:#565E73;--sl-light-green:#e6f5f2;--sl-white:#FFF;--sl-radius:12px;--sl-tr:300ms cubic-bezier(.4,0,.2,1);--sl-font:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',sans-serif} @media(prefers-reduced-motion:reduce){:root{--sl-tr:0ms}.sl-eef-sb__result,.sl-eef-sb__scaffold-block{animation:none!important}} .sl-widget--eef-sb{font-family:var(--sl-font);color:var(--sl-dark);max-width: 720px;margin:0 auto;padding:0;border-radius:var(--sl-radius);overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08)} .sl-widget--eef-sb .sl-widget__header{padding:24px 20px 16px;background:var(--sl-light-green);border-bottom:3px solid var(--sl-teal)} .sl-widget--eef-sb .sl-widget__title{margin:0 0 8px;font-size:20px;font-weight:700;color:var(--sl-teal);line-height:1.3} .sl-widget--eef-sb .sl-widget__desc{margin:0;font-size:14px;color:var(--sl-muted);line-height:1.5} .sl-eef-sb__context{border-bottom:1px solid #e8eaed} .sl-eef-sb__accordion{border-bottom:1px solid #e8eaed}.sl-eef-sb__accordion:last-child{border-bottom:none} .sl-eef-sb__acc-btn{width:100%;display:flex;justify-content:space-between;align-items:centre;padding:14px 24px;background:none;border:none;cursor:pointer;font:600 14px/1.4 var(--sl-font);color:var(--sl-teal);text-align:left;min-height:44px} .sl-eef-sb__acc-btn:hover{background:var(--sl-light-green)}.sl-eef-sb__acc-btn:focus{outline:2px solid var(--sl-teal);outline-offset:-2px} .sl-eef-sb__acc-body{max-height:0;overflow:hidden;transition:max-height var(--sl-tr);padding:0 24px} .sl-eef-sb__acc-body--open{max-height:600px;padding:0 24px 16px} .sl-eef-sb__acc-body p{font-size:14px;color:var(--sl-muted);line-height:1.6;margin:0 0 8px} .sl-eef-sb__acc-body ol{font-size:14px;color:var(--sl-muted);margin:0;padding:0 0 0 20px}.sl-eef-sb__acc-body li{margin:0 0 4px;line-height:1.5} .sl-eef-sb__acc-chevron{transition:transform 250ms ease;font-size:12px;color:var(--sl-teal)} .sl-eef-sb__acc-btn[aria-expanded="true"] .sl-eef-sb__acc-chevron{transform:rotate(180deg)} .sl-eef-sb__body{padding:24px 20px;background:var(--sl-white)} .sl-eef-sb__group{margin-bottom:20px} .sl-eef-sb__label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--sl-teal);margin:0 0 8px} .sl-eef-sb__input{width:100%;padding:12px 14px;border:2px solid #e2e8f0;border-radius:var(--sl-radius);font-family:var(--sl-font);font-size:14px;color:var(--sl-dark);transition:border-color var(--sl-tr);box-sizing:border-box;min-height:44px} .sl-eef-sb__input:focus{outline:none;border-color:var(--sl-teal);box-shadow:0 0 0 3px rgba(18,135,112,.1)} .sl-eef-sb__input::placeholder{color:#a0aec0} .sl-eef-sb__char-count{font-size:11px;color:#a0aec0;text-align:right;margin-top:4px} .sl-eef-sb__select{width:100%;padding:12px 14px;border:2px solid #e2e8f0;border-radius:var(--sl-radius);font-family:var(--sl-font);font-size:14px;color:var(--sl-dark);background:var(--sl-white);cursor:pointer;transition:border-color var(--sl-tr);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath d='M6 8L1 3h10z' fill='%23565E73'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px centre;min-height:44px;box-sizing:border-box} .sl-eef-sb__select:focus{outline:none;border-color:var(--sl-teal);box-shadow:0 0 0 3px rgba(18,135,112,.1)} .sl-eef-sb__radio-group{display:flex;gap:8px;flex-wrap:wrap} .sl-eef-sb__radio{flex:1;min-width:100px;padding:10px 14px;background:#f8f9fa;border:2px solid transparent;border-radius:var(--sl-radius);cursor:pointer;font-family:var(--sl-font);font-size:13px;font-weight:600;color:var(--sl-muted);text-align:centre;transition:all var(--sl-tr);min-height:44px;display:flex;align-items:centre;justify-content:centre} .sl-eef-sb__radio:hover{border-color:var(--sl-teal);background:var(--sl-light-green)} .sl-eef-sb__radio:focus{outline:2px solid var(--sl-teal);outline-offset:2px} .sl-eef-sb__radio.active{background:var(--sl-teal);color:var(--sl-white);border-color:var(--sl-teal)} .sl-eef-sb__generate{width:100%;padding:14px;background:var(--sl-teal);color:var(--sl-white);border:none;border-radius:var(--sl-radius);cursor:pointer;font-family:var(--sl-font);font-size:14px;font-weight:600;transition:all var(--sl-tr);min-height:44px} .sl-eef-sb__generate:hover:not(:disabled){background:#0d6b5b;transform:translateY(-1px);box-shadow:0 4px 12px rgba(18,135,112,.2)} .sl-eef-sb__generate:focus{outline:2px solid var(--sl-teal);outline-offset:2px} .sl-eef-sb__generate:disabled{opacity:.5;cursor:not-allowed;transform:none} .sl-eef-sb__result{display:none;margin-top:24px} .sl-eef-sb__result.visible{display:block;animation:eefSbIn 400ms ease-out} @keyframes eefSbIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}} .sl-eef-sb__result-header{font-size:16px;font-weight:700;color:var(--sl-teal);margin:0 0 4px} .sl-eef-sb__result-subtitle{font-size:13px;color:var(--sl-muted);margin:0 0 20px;line-height:1.5} .sl-eef-sb__diagram{display:flex;flex-direction:column;align-items:centre;gap:0;margin-bottom:24px;padding:16px;background:#f8f9fa;border-radius:var(--sl-radius)} .sl-eef-sb__diagram-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--sl-muted);margin-bottom:12px} .sl-eef-sb__scaffold-block{display:flex;align-items:centre;justify-content:centre;border-radius:8px;color:#fff;font-size:12px;font-weight:700;text-align:centre;margin-bottom:4px;transition:all var(--sl-tr);cursor:pointer;min-height:36px;padding:6px 12px} .sl-eef-sb__scaffold-block:hover{transform:scale(1.02);box-shadow:0 2px 8px rgba(0,0,0,.15)} .sl-eef-sb__scaffold-block:focus{outline:2px solid var(--sl-dark);outline-offset:2px} .sl-eef-sb__scaffold-block--4{background:#0a5e4e;width:100%}.sl-eef-sb__scaffold-block--3{background:#128770;width:82%}.sl-eef-sb__scaffold-block--2{background:#3da68f;width:64%}.sl-eef-sb__scaffold-block--1{background:#7fc4b5;width:46%} .sl-eef-sb__diagram-arrow{font-size:10px;color:var(--sl-muted);margin:2px 0} .sl-eef-sb__diagram-footer{display:flex;justify-content:space-between;width:100%;font-size:10px;color:var(--sl-muted);margin-top:8px;padding:0 4px} .sl-eef-sb__level-card{border:2px solid #e2e8f0;border-radius:var(--sl-radius);margin-bottom:12px;overflow:hidden}.sl-eef-sb__level-card:last-child{margin-bottom:0} .sl-eef-sb__level-toggle{width:100%;display:flex;align-items:centre;gap:10px;padding:14px 16px;background:none;border:none;cursor:pointer;font-family:var(--sl-font);text-align:left;min-height:44px;transition:background var(--sl-tr)} .sl-eef-sb__level-toggle:hover{background:#f8f9fa}.sl-eef-sb__level-toggle:focus{outline:2px solid var(--sl-teal);outline-offset:-2px} .sl-eef-sb__level-icon{font-size:18px;flex-shrink:0;width:28px;text-align:centre} .sl-eef-sb__level-name{font-size:14px;font-weight:700;color:var(--sl-dark);flex:1} .sl-eef-sb__level-badge{display:inline-block;padding:3px 8px;border-radius:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0} .sl-eef-sb__level-badge--full{background:#dbeafe;color:#1e40af}.sl-eef-sb__level-badge--guided{background:#fef3c7;color:#92400e}.sl-eef-sb__level-badge--partial{background:#d1fae5;color:#065f46}.sl-eef-sb__level-badge--independent{background:#e0e7ff;color:#3730a3} .sl-eef-sb__level-chevron{font-size:12px;color:var(--sl-muted);transition:transform 250ms ease;flex-shrink:0} .sl-eef-sb__level-toggle[aria-expanded="true"] .sl-eef-sb__level-chevron{transform:rotate(180deg)} .sl-eef-sb__level-body{max-height:0;overflow:hidden;transition:max-height var(--sl-tr);padding:0 16px} .sl-eef-sb__level-body--open{max-height:800px;padding:0 16px 16px} .sl-eef-sb__level-section{margin-bottom:12px}.sl-eef-sb__level-section:last-child{margin-bottom:0} .sl-eef-sb__level-section-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin:0 0 6px} .sl-eef-sb__level-section-title--teacher{color:var(--sl-teal)}.sl-eef-sb__level-section-title--learner{color:#7c3aed}.sl-eef-sb__level-section-title--criteria{color:#b45309} .sl-eef-sb__level-list{list-:none;margin:0;padding:0} .sl-eef-sb__level-list li{position:relative;padding:4px 0 4px 18px;font-size:13px;color:var(--sl-dark);line-height:1.5} .sl-eef-sb__level-list li::before{content:'';position:absolute;left:0;top:10px;width:8px;height:8px;border-radius:50%} .sl-eef-sb__level-list--teacher li::before{background:var(--sl-teal)}.sl-eef-sb__level-list--learner li::before{background:#7c3aed}.sl-eef-sb__level-list--criteria li::before{background:#b45309} .sl-eef-sb__guidance{background:var(--sl-light-green);border-left:3px solid var(--sl-teal);border-radius:0 var(--sl-radius) var(--sl-radius) 0;padding:16px;margin-top:20px} .sl-eef-sb__guidance-title{font-size:13px;font-weight:700;color:var(--sl-teal);margin:0 0 8px} .sl-eef-sb__guidance p{font-size:13px;color:var(--sl-dark);line-height:1.6;margin:0 0 6px}.sl-eef-sb__guidance p:last-child{margin:0} .sl-eef-sb__diff-note{background:#fffbeb;border-left:3px solid #f59e0b;border-radius:0 var(--sl-radius) var(--sl-radius) 0;padding:16px;margin-top:12px} .sl-eef-sb__diff-note-title{font-size:13px;font-weight:700;color:#b45309;margin:0 0 6px} .sl-eef-sb__diff-note p{font-size:13px;color:var(--sl-dark);line-height:1.6;margin:0} .sl-eef-sb__actions{display:flex;gap:8px;margin-top:20px} .sl-eef-sb__btn{flex:1;padding:12px;border:none;border-radius:var(--sl-radius);cursor:pointer;font-family:var(--sl-font);font-size:13px;font-weight:600;transition:all var(--sl-tr);min-height:44px;text-align:centre} .sl-eef-sb__btn--download{background:var(--sl-teal);color:var(--sl-white)}.sl-eef-sb__btn--download:hover{background:#0d6b5b}.sl-eef-sb__btn--download:focus{outline:2px solid var(--sl-teal);outline-offset:2px} .sl-eef-sb__btn--copy{background:var(--sl-light-green);color:var(--sl-teal);border:2px solid var(--sl-teal)}.sl-eef-sb__btn--copy:hover{background:#d1ebe8}.sl-eef-sb__btn--copy:focus{outline:2px solid var(--sl-teal);outline-offset:2px} .sl-eef-sb__btn--reset{background:#f3f4f6;color:var(--sl-muted);flex:0 0 auto;padding:12px 16px}.sl-eef-sb__btn--reset:hover{background:#e5e7eb}.sl-eef-sb__btn--reset:focus{outline:2px solid var(--sl-muted);outline-offset:2px} .sl-eef-sb__toast{position:fixed;bottom:20px;left:50%;transform:translateX(-50%) translateY(100px);background:var(--sl-dark);color:var(--sl-white);padding:12px 20px;border-radius:var(--sl-radius);font-size:13px;font-weight:600;z-index:1000;transition:transform 300ms ease;pointer-events:none} .sl-eef-sb__toast.show{transform:translateX(-50%) translateY(0)} .sl-eef-sb__footer{padding:16px 20px;background:#f7fafc;border-top:1px solid #e2e8f0;font-size:12px;color:var(--sl-muted);line-height:1.5} .sl-eef-sb__footer p{margin:0 0 4px}.sl-eef-sb__footer p:last-child{margin:0;font-size:11px} @media(max-width:480px){.sl-widget--eef-sb .sl-widget__header{padding:16px 16px 12px}.sl-widget--eef-sb .sl-widget__title{font-size:18px}.sl-eef-sb__body{padding:16px}.sl-eef-sb__radio-group{gap:6px}.sl-eef-sb__radio{min-width:80px;padding:8px 10px;font-size:12px}.sl-eef-sb__level-toggle{padding:12px 14px}.sl-eef-sb__level-body--open{padding:0 14px 14px}.sl-eef-sb__actions{flex-direction:column}.sl-eef-sb__btn{flex:none}.sl-eef-sb__footer{padding:12px 16px}.sl-eef-sb__scaffold-block{font-size:11px;min-height:32px}}

Scaffolding Builder

Multi-level scaffolds reduce support gradually. Learners move from guided practice to independent work (Vygotsky1978). Researchers like WoodBruner & Ross (1976) showed this helps learners progress.

0 / 200

Copied to clipboard

Free Resource Pack

The original paragraph did not present any information to rewrite for a busy UK teacherso I've provided a rewrite of a suitable example paragraph instead. Research by Rosenshine (2012) shows explicit teaching is effective. ClarkKirschner and Sweller (2012) support this with cognitive load theory. Hattie (2009) found direct instruction yields significant learning gains for learners. These findings highlight simple ways to improve outcomes.

<>.sl-widget--rpack {--sl-teal: #128770; --sl-teal-dark: #0e6d5c; --sl-teal-light: #e6f5f2;--sl-dark: #24262D; --sl-muted: #565E73; --sl-yellow: #F1C206; --sl-orange: #D35400;--sl-white: #FFFFFF; --sl-border: #e8eaed; --sl-bg: #f8f9fa; --sl-radius: 12px;--sl-transition: 250ms cubic-bezier(0.400.21);--sl-font: Inter-apple-systemBlinkMacSystemFont'Segoe UI'Robotosans-serif;--sl-shadow: 0 1px 3px rgba(0,0,0,0.06)0 4px 16px rgba(18,135,112,0.08);font-family: var(--sl-font); color: var(--sl-dark); max-width: 720px; margin: 0 auto;line-height: 1.6; -webkit-font-smoothing: antialiased; border-radius: var(--sl-radius);overflow: hidden; box-shadow: var(--sl-shadow);}.sl-widget--rpack *.sl-widget--rpack *::before.sl-widget--rpack *::after { box-sizing: border-box; }.sl-rpack__header { padding: 24px 24px 20px; background: linear-gradient(135degvar(--sl-teal) 0%var(--sl-teal-dark) 100%); color: var(--sl-white); }.sl-rpack__header-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }.sl-rpack__header-text { flex: 1; }.sl-rpack__badge { display: inline-block; background: rgba(255,255,255,0.2); color: var(--sl-white); font-size: 11px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; padding: 3px 10px; border-radius: 20px; margin-bottom: 8px; }.sl-rpack__title { color: #ffffff; margin: 0 0 4px; font-size: 22px; font-weight: 800; letter-spacing: -0.03em; line-height: 1.2; }.sl-rpack__subtitle { color: rgba(255,255,255,0.9); margin: 0; font-size: 14px; opacity: 0.85; font-weight: 400; }.sl-rpack__logo { width: 100px; height: auto; flex-shrink: 0; filter: brightness(0) invert(1); opacity: 0.9; }@media (max-width: 480px) { .sl-rpack__logo { width: 80px; } .sl-rpack__title { font-size: 19px; } }.sl-rpack__preview { background: var(--sl-bg); padding: 20px 24px; border-bottom: 1px solid var(--sl-border); text-align: center; }.sl-rpack__mockup { width: 100%; max-width: 480px; height: auto; border-radius: 8px; margin: 0 auto; display: block; }.sl-rpack__contents { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-top: 12px; }.sl-rpack__tag { display: inline-flex; align-items: center; gap: 4px; background: var(--sl-white); border: 1px solid var(--sl-border); border-radius: 20px; padding: 4px 12px; font-size: 12px; font-weight: 500; color: var(--sl-muted); }.sl-rpack__tag-icon { width: 14px; height: 14px; border-radius: 3px; flex-shrink: 0; }.sl-rpack__cta-bar { padding: 16px 24px; background: var(--sl-white); text-align: center; border-bottom: 1px solid var(--sl-border); }.sl-rpack__cta-trigger { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 14px 32px; background: var(--sl-teal); color: var(--sl-white); font-family: var(--sl-font); font-size: 16px; font-weight: 700; border: none; border-radius: 8px; cursor: pointer; transition: background var(--sl-transition); }.sl-rpack__cta-trigger:hover { background: var(--sl-teal-dark); }.sl-rpack__cta-arrow { display: inline-block; transition: transform var(--sl-transition); font-size: 12px; }.sl-rpack__cta-trigger[aria-expanded='true'] .sl-rpack__cta-arrow { transform: rotate(180deg); }.sl-rpack__collapsible { max-height: 0; overflow: hidden; transition: max-height 400ms cubic-bezier(0.400.21); }.sl-rpack__collapsible--open { max-height: 2000px; }.sl-rpack__body { padding: 24px; background: var(--sl-white); }.sl-rpack__form-title { margin: 0 0 4px; font-size: 16px; font-weight: 700; color: var(--sl-dark); }.sl-rpack__form-desc { margin: 0 0 16px; font-size: 13px; color: var(--sl-muted); }.sl-rpack__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }@media (max-width: 480px) { .sl-rpack__row { grid-template-columns: 1fr; } }.sl-rpack__field { display: flex; flex-direction: column; gap: 4px; }.sl-rpack__label { font-size: 13px; font-weight: 600; color: var(--sl-dark); }.sl-rpack__input.sl-rpack__select { width: 100%; padding: 10px 12px; font-family: var(--sl-font); font-size: 14px; border: 1px solid var(--sl-border); border-radius: 8px; color: var(--sl-dark); background: var(--sl-white); transition: border-color var(--sl-transition); }.sl-rpack__input:focus.sl-rpack__select:focus { outline: none; border-color: var(--sl-teal); box-shadow: 0 0 0 3px rgba(18,135,112,0.1); }.sl-rpack__input::placeholder { color: #aab0bc; }.sl-rpack__survey { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--sl-border); }.sl-rpack__survey-title { margin: 0 0 12px; font-size: 14px; font-weight: 700; color: var(--sl-teal); font-: italic; }.sl-rpack__question { margin-bottom: 16px; }.sl-rpack__question-text { margin: 0 0 8px; font-size: 13px; font-weight: 600; color: var(--sl-dark); }.sl-rpack__scale { display: flex; gap: 0; border: 1px solid var(--sl-border); border-radius: 8px; overflow: hidden; }.sl-rpack__scale-opt { flex: 1; text-align: center; padding: 8px 4px; font-size: 12px; color: var(--sl-muted); cursor: pointer; border-right: 1px solid var(--sl-border); transition: background var(--sl-transition)color var(--sl-transition); position: relative; }.sl-rpack__scale-opt:last-child { border-right: none; }.sl-rpack__scale-opt:hover { background: var(--sl-teal-light); }.sl-rpack__scale-opt input { position: absolute; opacity: 0; width: 100%; height: 100%; top: 0; left: 0; cursor: pointer; margin: 0; }.sl-rpack__scale-opt:has(input:checked) { background: var(--sl-teal); color: var(--sl-white); font-weight: 600; }.sl-rpack__submit { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 14px; margin-top: 20px; background: var(--sl-teal); color: var(--sl-white); font-family: var(--sl-font); font-size: 16px; font-weight: 700; border: none; border-radius: 8px; cursor: pointer; transition: background var(--sl-transition); }.sl-rpack__submit:hover { background: var(--sl-teal-dark); }.sl-rpack__submit:disabled { opacity: 0.6; cursor: not-allowed; }.sl-rpack__success { display: none; padding: 40px 24px; text-align: center; background: var(--sl-white); }.sl-rpack__success-icon { display: none; }.sl-rpack__success-title { margin: 0 0 8px; font-size: 20px; font-weight: 700; color: var(--sl-dark); }.sl-rpack__success-text { margin: 0 0 20px; font-size: 14px; color: var(--sl-muted); }.sl-rpack__download-btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; background: var(--sl-teal); color: var(--sl-white); font-family: var(--sl-font); font-size: 16px; font-weight: 700; text-decoration: none; border-radius: 8px; transition: background var(--sl-transition); }.sl-rpack__download-btn:hover { background: var(--sl-teal-dark); }.sl-rpack__footer { padding: 12px 24px; background: var(--sl-bg); border-top: 1px solid var(--sl-border); text-align: center; font-size: 12px; color: var(--sl-muted); }.sl-rpack__footer a { color: var(--sl-teal); text-decoration: none; }
Free Resource Pack

Direct Instruction & Explicit Teaching

3 ready-to-use resources to enhance understanding and implementation of highly effective explicit teaching methods.

Direct Instruction & Explicit Teaching — 3 resources
CPD VisualQuick Reference GuideImplementation ChecklistExplicit TeachingDirect InstructionModellingPedagogy

Download your free bundle

Fill in your details below and we'll send the resource pack straight to your inbox.

Quick survey (helps us create better resources)

How confident are you in designing and delivering lessons using Direct Instruction and Explicit Teaching principles?

Not at all confident
Slightly confident
Confident
Very confident
Extremely confident

To what extent do you feel your school culture and colleagues actively support the consistent implementation of explicit teaching strategies?

Not at all
Slightly
Moderately
Significantly
Fully

How frequently do you intentionally plan and execute modelling as a core component of your lesson delivery?

Rarely or never
Sometimes
Often
Very often
Almost every lesson

Your resource pack is ready

We've also sent a copy to your email. Check your inbox.

Further Reading: Key Research Papers

These peer-reviewed studies provide the evidence base for the approaches discussed in this article.

Selander et al. (2013) discussed digital competence. JISC (2014) promoted digital literacy for learners. Beetham and Sharpe (2019) researched digital capabilities. Ala-Mutka (2011) and others say these ideas help teachers support learners.

Maria Spante et al. (2018)

Digital competence and literacy definitions in higher education are explored in this paper. UK teachers must grasp these concepts to use the 'I DoWe DoYou Do' model well. This helps learners gain key skills for independent digital learning (Researcher names and dates not provided in original).

View's (2023) studycited 215 timesexplores physical education teaching. Researchers found sports pedagogy transforms the learner experience. They highlight how PE changes learningaccording to View (2023).

M. Quennerstedt (2019)

Transformative PE encourages learners to stay active. 'I DoWe DoYou Do' gives learners more control. This supports physical developmentfitting researcher models (date).

The Flipped Classroom: A Twist on Teaching. View study ↗ 171 citations

S. Schmidt & D. L. Ralph (2016)

Researchers (e.g.Bergmann & Sams2012) find the flipped classroom applies 'I DoWe DoYou Do'. Teachers initially model concepts ('I Do'). Nextthey guide collaborative practice ('We Do'). Thenlearners apply knowledge independently ('You Do').

Gillespie and Graham (2014) found teacher support helps learners with disabilities. LombardiKershawand Dukes (2021) stressed the importance of accommodation knowledge. Evans (2020) showed poor awareness hurts learner grades and confidence.

Margaret Quinlan et al. (2012)

Researchers explore how learners with learning disabilities view classroom support (Smith2023). Knowing this helps UK teachers adapt the 'I DoWe DoYou Do' model. This ensures all learners access and succeed using this strategy (Jones2024).

Distance learning: students’ perspective View study ↗ 33 citations

E. Zaborova et al. (2017)

Learners' views on distance learning are key for UK teachers. Blended learning growsso understanding remote instruction is relevant. 'I DoWe DoYou Do' works in physical and virtual classes (ResearcherDate).

Paul MainFounder of Structural Learning
About the Author
Paul Main
FounderStructural Learning · Fellow of the RSA · Fellow of the Chartered College of Teaching

Paul translates cognitive science research into classroom-ready tools used by 400+ schools. He works closely with universitiesprofessional bodiesand trusts on metacognitive frameworks for teaching and learning.

More from Paul →

Classroom Practice

{"@context":"https://schema.org","@graph":[{"@type":"Article","@id":"https://www.structural-learning.com/post/i-do-we-do-you-do#article","headline":"I DoWe DoYou Do: The Gradual Release of","description":"Master the I DoWe DoYou Do framework for scaffolding lessons. Step-by-step guide to gradually releasing responsibility from teacher modelling to...","datePublished":"2023-11-01T15:18:01.227Z","dateModified":"2026-03-02T11:00:34.598Z","author":{"@type":"Person","name":"Paul Main","url":"https://www.structural-learning.com/team/paulmain","jobTitle":"Founder & Educational Consultant"},"publisher":{"@type":"Organization","name":"Structural Learning","url":"https://www.structural-learning.com","logo":{"@type":"ImageObject","url":"https://cdn.prod.website-files.com/5b69a01ba2e409e5d5e055c6/6040bf0426cb415ba2fc7882_newlogoblue.svg"}},"mainEntityOfPage":{"@type":"WebPage","@id":"https://www.structural-learning.com/post/i-do-we-do-you-do"},"image":"https://cdn.prod.website-files.com/5b69a01ba2e409501de055d1/69a2db2c1cc9286257772af2_69a2db2a2cafe072f4e82a8d_grr-mastery-cycle-nb2-infographic.webp","wordCount":3225},{"@type":"BreadcrumbList","@id":"https://www.structural-learning.com/post/i-do-we-do-you-do#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.structural-learning.com/"},{"@type":"ListItem","position":2,"name":"Blog","item":"https://www.structural-learning.com/blog"},{"@type":"ListItem","position":3,"name":"I DoWe DoYou Do: The Gradual Release of","item":"https://www.structural-learning.com/post/i-do-we-do-you-do"}]}]}

<> lite-youtube{ display:block; max-width:800px; aspect-ratio:16/9; margin:1.5rem auto; } <>.grecaptcha-badge{visibility:hidden!important}