Hinge Questions: A Teacher’s Guide to Formative AssessmentHinge Questions: A Teacher's Complete Guide to Formative Assessment - educational concept illustration

Updated on  

April 24, 2026

Hinge Questions: A Teacher’s Guide to Formative Assessment

|

January 21, 2026

Use hinge questions for real-time formative assessment. Learn to design diagnostic questions that reveal student understanding during lessons.

Build your next lesson freeExplore the toolkit
Copy citation

Main, P. (2026, January 21). Hinge Questions: A Teacher's Complete Guide to Formative Assessment. Retrieved from www.structural-learning.com/post/hinge-questions-teachers-complete-guide

Hinge questions are multiple choice, showing learner understanding (Wiliam, Assessment for Learning). Teachers quickly see if learners need support or are ready to move on. This informs immediate teaching decisions.

window.SL_EVIDENCE_DATA = { "topic": "Hinge Questions for Formative Assessment", "studies": [ { "researcher": "Wiliam, D.", "year": 2011, "title": "Embedded Formative Assessment", "sampleSize": null, "effectSize": "d = 0.40-0.70", "methodology": "Research synthesis", "keyFinding": "Hinge questions are diagnostic multiple-choice questions designed to be answered in 2-3 minutes that reveal whether students understand a concept well enough to move on. The key is that wrong answers reveal specific misconceptions.", "journalOrSource": "Solution Tree Press", "classroomApplication": "Design hinge questions where each wrong answer maps to a specific misconception. When 80% of the class answer correctly, move on. Below 80%, reteach the concept, you now know exactly what they misunderstand.", "pillarRating": "strong" }, { "researcher": "Black, P., Harrison, C., Lee, C., Marshall, B. & Wiliam, D.", "year": 2004, "title": "Working Inside the Black Box: Assessment for Learning in the Classroom", "sampleSize": null, "effectSize": null, "methodology": "Action research (6 schools)", "keyFinding": "Teachers who used diagnostic questioning at key 'hinge points' in lessons adapted their teaching in real time and produced significantly better learning outcomes than those who relied on end-of-lesson assessments.", "journalOrSource": "Phi Delta Kappan, 86(1), 8-21", "classroomApplication": "Place your hinge question at the point in the lesson where understanding is critical for the next step. If learners get the hinge question wrong, there's no point proceeding, reteach using a different approach.", "pillarRating": "moderate" }, { "researcher": "Rosenshine, B.", "year": 2012, "title": "Principles of Instruction", "sampleSize": null, "effectSize": null, "methodology": "Research synthesis", "keyFinding": "Checking understanding frequently (Principle 3) is essential for effective instruction. The most effective teachers check understanding every 10-15 minutes and adjust instruction based on what they find.", "journalOrSource": "American Educator, 36(1), 12-19", "classroomApplication": "Build 3 hinge-point checks into every lesson: after your initial explanation, after guided practice, and before independent work. Use mini-whiteboards for instant whole-class visibility.", "pillarRating": "moderate" } ] };

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+)
(function() { 'use strict'; /* ── Default evidence data (Vygotsky ZPD + Roediger Retrieval Practice) ── */ var EVIDENCE_DATA = { topic: "Vygotsky's Zone of Proximal Development", studies: [ { researcher: "Vygotsky, L. S.", year: 1978, title: "Mind in Society: The Development of Higher Psychological Processes", sampleSize: null, effectSize: null, methodology: "Theoretical framework with observational studies", keyFinding: "Children learn best when working just beyond their current ability level with guided support from a more knowledgeable other.", classroomApplication: "Pair struggling readers with slightly more advanced peers for guided reading sessions, gradually reducing support as confidence grows.", limitations: "Originally theoretical, not an experimental study. Effect sizes derived from later meta-analyses of scaffolding interventions.", chalkfaceTranslation: "Find out what each learner can almost do on their own, then give them just enough help to get there.", catchPhrase: "Hard to measure precisely because it is different for every child. You need to know your learners well for this to work.", pillarRating: 3, relatedTheories: ["scaffolding-in-education", "cognitive-load-theory"] }, { researcher: "Roediger, H. L. & Karpicke, J. D.", year: 2006, title: "Test-Enhanced Learning: Taking Memory Tests Improves Long-Term Retention", sampleSize: 120, effectSize: 0.67, methodology: "Randomised controlled trial with delayed retention tests", keyFinding: "Students who practised retrieving information from memory retained 80% more material after one week compared to students who simply re-read the same passages.", classroomApplication: "End every lesson with a low-stakes quiz: five quick questions on what was just taught. Use mini whiteboards so every learner responds, not just the confident ones.", limitations: "Laboratory setting with university students reading prose passages. Classroom conditions introduce variables like motivation, distraction, and mixed prior knowledge.", chalkfaceTranslation: "Quizzing learners on what they have just learned works far better than letting them re-read their notes. The effort of remembering is what makes it stick.", catchPhrase: "Lab study with university students, so the exact numbers may differ in a Year 4 classroom. The principle holds, but your mileage will vary.", pillarRating: 3, relatedTheories: ["retrieval-practice", "spaced-practice"] } ] }; /* ── Allow page-level data override ── */ if (window.SL_EVIDENCE_DATA) { EVIDENCE_DATA = window.SL_EVIDENCE_DATA; } /* ── Pillar rating labels ── */ var PILLAR_LABELS = { 1: 'Emerging', 2: 'Promising', 3: 'Robust', 4: 'Foundational' }; /* ── Slug to readable name ── */ function slugToName(slug) { return slug.replace(/-/g, ' ').replace(/\b\w/g, function(c) { return c.toUpperCase(); }); } /* ── Effect size to EEF months ── */ function effectToMonths(d) { if (d === null || d === undefined) return null; return Math.round(d * 12); } /* ── Build pillar SVGs ── */ function buildPillars(rating) { var html = ''; return html; } /* ── Build effect badge ── */ function buildEffectBadge(d) { var months = effectToMonths(d); if (months === null) { return 'Theoretical'; } var sign = months >= 0 ? '+' : ''; return 'Yields ' + sign + months + ' Months Progress'; } /* ── Build a study card ── */ function buildCard(study, index) { var sampleDisplay = study.sampleSize ? study.sampleSize.toLocaleString() + ' participants' : 'N/A (theoretical)'; var effectDisplay = study.effectSize !== null ? 'd = ' + study.effectSize.toFixed(2) : 'N/A'; var relatedHtml = ''; if (study.relatedTheories && study.relatedTheories.length) { relatedHtml = ''; } var citation = study.researcher + ' (' + study.year + '). ' + study.title + '.'; var html = '
' + /* Header */ '
' + '' + study.researcher + ' (' + study.year + ')' + '
' + buildPillars(study.pillarRating) + buildEffectBadge(study.effectSize) + '
' + '
' + /* Body */ '
' + /* Academic view */ '
' + '

' + study.title + '

' + '
' + '
' + '

Methodology

' + '

' + study.methodology + '

' + '
' + '
' + '

Sample Size

' + '

' + sampleDisplay + '

' + '
' + '
' + '

Effect Size

' + '

' + effectDisplay + '

' + '
' + '
' + '

Pillar Rating

' + '

' + (PILLAR_LABELS[study.pillarRating] || 'Unrated') + ' (' + study.pillarRating + '/4)

' + '
' + '
' + '
' + 'Key Finding' + study.keyFinding + '
' + '
' + 'Limitations ' + study.limitations + '
' + '
' + /* Chalkface view */ '
' + '
' + '

What This Means for Your Classroom

' + '
' + '

' + study.chalkfaceTranslation + '

' + '
' + '
' + '
' + '

Try This on Monday

' + '
' + '

' + study.classroomApplication + '

' + '
' + '
' + '
' + '

The Catch

' + '
' + '

' + study.catchPhrase + '

' + '
' + '
' + '
' + '
' + /* Footer */ '' + '
'; return html; } /* ── Initialise widget ── */ var widget = document.querySelector('[data-init="sl-evidence-overview"]'); if (!widget) return; /* Set topic */ var topicEl = widget.querySelector('#sl-evo-topic'); if (topicEl) topicEl.textContent = EVIDENCE_DATA.topic; /* Render cards */ var cardsContainer = widget.querySelector('#sl-evo-cards'); var cardsHtml = ''; EVIDENCE_DATA.studies.forEach(function(study, i) { cardsHtml += buildCard(study, i); }); cardsContainer.innerHTML = cardsHtml; /* ── Toggle logic ── */ var toggle = widget.querySelector('#sl-evo-toggle'); var labelAcademic = widget.querySelector('#sl-evo-label-academic'); var labelChalk = widget.querySelector('#sl-evo-label-chalk'); var isChalkface = false; function switchView(toChalkface) { isChalkface = toChalkface; toggle.setAttribute('aria-checked', String(toChalkface)); if (toChalkface) { labelAcademic.classList.remove('sl-evo__toggle-label--active'); labelChalk.classList.add('sl-evo__toggle-label--active'); } else { labelAcademic.classList.add('sl-evo__toggle-label--active'); labelChalk.classList.remove('sl-evo__toggle-label--active'); } var academicViews = widget.querySelectorAll('.sl-evo__view--academic'); var chalkViews = widget.querySelectorAll('.sl-evo__view--chalk'); /* Fade out current */ var currentViews = toChalkface ? academicViews : chalkViews; var nextViews = toChalkface ? chalkViews : academicViews; for (var i = 0; i < currentViews.length; i++) { currentViews[i].classList.add('sl-evo__view--fading'); } setTimeout(function() { for (var i = 0; i < currentViews.length; i++) { currentViews[i].classList.add('sl-evo__view--hidden'); currentViews[i].classList.remove('sl-evo__view--fading'); } for (var j = 0; j < nextViews.length; j++) { nextViews[j].classList.remove('sl-evo__view--hidden'); nextViews[j].classList.add('sl-evo__view--fading'); } /* Trigger reflow then remove fading */ requestAnimationFrame(function() { requestAnimationFrame(function() { for (var k = 0; k < nextViews.length; k++) { nextViews[k].classList.remove('sl-evo__view--fading'); } }); }); }, 250); /* GA4 tracking */ if (typeof gtag === 'function') { gtag('event', 'jargon_scrubber_toggled', { event_category: 'widget_interaction', current_view: toChalkface ? 'chalkface' : 'academic' }); } } toggle.addEventListener('click', function() { switchView(!isChalkface); }); toggle.addEventListener('keydown', function(e) { if (e.key === 'Enter' || e.key === ' ') { e.preventDefault(); switchView(!isChalkface); } }); labelAcademic.addEventListener('click', function() { if (isChalkface) switchView(false); }); labelChalk.addEventListener('click', function() { if (!isChalkface) switchView(true); }); /* ── Copy citation ── */ var toast = widget.querySelector('#sl-evo-toast'); var toastTimer; function showToast(msg) { toast.textContent = msg; toast.classList.add('sl-evo__toast--show'); clearTimeout(toastTimer); toastTimer = setTimeout(function() { toast.classList.remove('sl-evo__toast--show'); }, 2500); } widget.addEventListener('click', function(e) { var btn = e.target.closest('.sl-evo__copy-btn'); if (!btn) return; var citation = btn.getAttribute('data-citation'); if (!citation) return; if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(citation).then(function() { btn.classList.add('sl-evo__copy-btn--copied'); btn.innerHTML = '' + 'Copied'; showToast('Citation copied to clipboard'); setTimeout(function() { btn.classList.remove('sl-evo__copy-btn--copied'); btn.innerHTML = '' + 'Copy Citation'; }, 2000); }); } else { /* Fallback for older browsers */ var textarea = document.createElement('textarea'); textarea.value = citation; textarea.style.position = 'fixed'; textarea.style.opacity = '0'; document.body.appendChild(textarea); textarea.select(); document.execCommand('copy'); document.body.removeChild(textarea); showToast('Citation copied to clipboard'); } /* GA4 tracking */ if (typeof gtag === 'function') { gtag('event', 'evidence_citation_copied', { event_category: 'widget_interaction', citation_text: citation.substring(0, 100) }); } }); /* ── Pillar hover/focus tracking ── */ var pillarTracked = {}; widget.addEventListener('mouseover', function(e) { var card = e.target.closest('.sl-evo__card'); if (!card) return; var pillars = e.target.closest('.sl-evo__pillars'); if (!pillars) return; var idx = card.getAttribute('data-study-index'); if (pillarTracked[idx]) return; pillarTracked[idx] = true; if (typeof gtag === 'function') { var study = EVIDENCE_DATA.studies[parseInt(idx, 10)]; gtag('event', 'evidence_pillar_viewed', { event_category: 'widget_interaction', researcher: study ? study.researcher : '', pillar_rating: study ? study.pillarRating : 0 }); } }); /* ── Widget viewed event ── */ if (typeof gtag === 'function') { gtag('event', 'evidence_widget_viewed', { event_category: 'widget_interaction', topic: EVIDENCE_DATA.topic, study_count: EVIDENCE_DATA.studies.length }); } })();

Key Takeaways

  1. Hinge questions diagnose understanding at critical lesson transition points: A hinge question is asked at the point in a lesson where the teacher needs to check whether learners have grasped a concept before moving on, and the responses determine the next instructional step (Wiliam, 2011).
  2. Effective hinge questions are answerable in under two minutes: Wiliam (2011) specified that hinge questions must be quick to answer and quick to interpret, allowing the teacher to assess the whole class's understanding rapidly and make an immediate instructional decision.
  3. Distractors must reveal specific misconceptions: Well-designed hinge questions include wrong answer options that correspond to predictable misconceptions, so the pattern of responses tells the teacher not just who is wrong but why they are wrong (Black & Wiliam, 1998).
  4. All learners must respond simultaneously: Unlike hands-up questioning which samples volunteers, hinge questions require whole-class response mechanisms (mini-whiteboards, ABCD cards, finger voting) to generate evidence about every learner's understanding (Wiliam, 2011).

Hinge Questions at a Glance: What Makes Them Different infographic for teachers
Hinge Questions at a Glance: What Makes Them Different

  • Rapid diagnostic tool: Hinge questions take less than two minutes to answer and under 30 seconds to analyse, making them practical for busy classrooms.
  • Misconception detection: Well-designed distractors expose common misunderstandings, not just whether students got the right answer.
  • Decision point in lessons: Use hinge questions at the "hinge" moment when you needto decide whether to proceed, reteach, or differentiate.
  • Design matters: Effective hinge questions require plausible distractors based on genuine student misconceptions.
  • What Are Hinge Questions?

    A hinge question is a diagnostic question asked at an important moment in a lesson. The lesson "hinges" on this point because your next instructional move depends entirely on how students respond. Unlike traditional assessment questions that check learning after the fact, hinge questions inform teaching decisions in the moment.

    The concept emerged from Dylan Wiliam's work on formative assessment, where he identified the need for teachers to gather quick, actionable data about student understanding without disrupting lesson flow. A good hinge question should take students one to two minutes to answer. Teachers should be able to understand the results within 30 seconds.

    Hinge questions diagnose learner understanding better than simple checks. Each answer shows how learners think, even the wrong ones. Choosing a specific wrong answer pinpoints the learner's misconception. (Dylan Wiliam, 2011)

    Benefits of Using Hinge Questions

    This allows for immediate correction (Black & Wiliam, 1998). Hinge questions check learner understanding in class. This helps teachers find problems right away. Misconceptions are easier to fix when they are new. This breaks the "teach, test, move on" model (Christodoulou, 2017).

    Consider the alternative: you teach a concept, assign independent practice, and discover during marking that half the class misunderstood. Now you must either ignore the problem and push forwards, or backtrack and reteach, disrupting your planned sequence. With hinge questions, you identify the gap while students are still in learning mode.

    Metacognition research (e.g., Shute, 2008) shows fast feedback improves learning. Learners who get feedback soon after a question can fix thinking instantly. This quick loop speeds up concept learning.

    Hinge questions also support differentiation. When you see the class split between correct and incorrect responses, group students accordingly. Those who understood can do extension work. You can provide targeted support to those who need it. This responsive teaching requires knowing, in real time, what each student understands.

    ‍Designing Effective Hinge QuestionsThe art of hinge question design lies in the distractors. Each wrong answer must be plausible and must reveal a specific misconception. Random wrong answers provide no diagnostic information.‍Start with misconceptions

    Begin by identifying the most common errors students make with your topic. If you have taught the concept before,think about the mistakes you have seen. Consult with colleagues or research common misconceptions in your subject area. These misconceptions become your distractors.

    For example, in a maths lesson on fractions, students might believe that 1/4 is larger than 1/3 because 4 is larger than 3. A hinge question could exploit this by asking which fraction is larger, with 1/4 as one distractor. Students who choose it reveal this specific misconception.

    Ensure each response is diagnostic

    Every answer option should provide information. If two distractors reveal the same misconception, combine them or replace one. If a distractor would never be chosen by a thoughtful student, it wastes a response option.

    Design your question so that:

    • The correct answer requires genuine understanding
    • Each incorrect answer maps to a known misconception
    • Students cannot guess correctly through elimination or pattern recognition
    • Keep it quick

      Remember the time constraints: under two minutes to answer, under 30 seconds to analyse. This means:

      • Single-step reasoning (not multi-step problems)
      • Clear, unambiguous wording
      • Limited reading required
      • Four or five response options maximum
      • Test before using

        Run your hinge question past a colleague or try it with a small group first. Does it genuinely distinguish understanding from misconception? Do the distractors attract students with the predicted errors? Refine based on what you observe.

        Hinge questions process infographic showing 5-step <a href=formative assessment method for teachers to make real-time decisions" loading="lazy">
        Hinge Question Process

        How to Design Effective Hinge Questions

        The placement of a hinge question matters as much as its design. These questions work best at natural decision points in your lesson structure.

        Timing your hinge point

        Identify where your lesson naturally divides into phases. After introducing a core concept, before moving to application. After guided practice, before independent work. At these transition moments, ask yourself: 'If students have not understood this, should I proceed?' If the answer is no, you have found your hinge point.

        This may lead to a waste of assessment time, according to Black and Wiliam (1998). Hinge questions are most useful just after initial teaching. This lets you see if learners grasped core concepts, says Christodoulou (2017). Wiliam (2018) believes this helps you shape future lessons more effectively.

        Response Collection Tools and Methods

        For speed, use methods that let you see all responses simultaneously:

        • Mini whiteboards: Students hold up their answer (A, B, C, D)
        • Finger voting: Students show 1, 2, 3, or 4 fingers
        • Coloured cards: Each answer corresponds to a colour
        • Digital response systems: Tools like Plickers, Mentimeter, or Google Forms

        Hinge questions offer instant feedback, saving you time. Don't collect and mark individual papers (Black & Wiliam, 1998). Analyse learner responses immediately with these quick checks.

        Interpreting Student Response Data

        Scan the responses

        Scan the room. Can you see a clear majority (80% or more) with the correct answer? If so, proceed. If not, revisit the concept. Look at the patterns of incorrect answers. Which misconceptions are most common? Focus your reteaching on those specific points.

        Avoid simply repeating the original explanation. If students didn't understand it the first time, they won't understand it the second time. Instead, try a different approach: a visual aid, a hands-on activity, or an analogy.

        Nussbaum, Novick and Chi: Why Surface Answers Can Mask Deep Misconceptions

        Nussbaum and Novick (1982) showed learners don't start learning with no prior ideas. Their science study showed learners' ideas differ from scientific views. Answering simple questions correctly doesn't guarantee learners understand the scientific concept. Learners may just use a pattern (Nussbaum & Novick, 1982).

        Smith et al. (1993) reviewed this in Cognition and Instruction. They questioned treating misconceptions as errors for fixing. Learners' misconceptions persist because they work daily, said their analysis. A learner might think heavy things fall faster. This applies to objects in air, reasonably. This inference, though limited, seems rational. Teachers learn little if a learner answers correctly once (Smith et al., 1993).

        Chi (2005) explains why misconceptions persist. Learners may categorise concepts wrongly. For example, learners see electric current as a substance (Chi, 2005). Extra information will not help if they misunderstand the category. Teachers can test hinge questions using Chi's idea. Does a distractor show a category error, not just facts?

        Taken together, this body of research establishes why hinge questions need to go beyond checking surface recall. A learner who can correctly identify the answer to a factual question may still hold a misconception that will surface the moment the context changes or the demand increases. Hinge questions built from a knowledge of misconception research, and validated against the types of errors learners actually produce, are far more likely to detect the gap between surface performance and genuine understanding. That detection is the whole point of the exercise.

        Haladyna and Sadler: Designing Distractors That Reveal Misconceptions

        Hinge questions that check learner understanding are tricky to write. Haladyna et al. (2002) found 31 rules for good multiple-choice questions. They showed distractors must seem right to a learner with a misconception. Useless distractors tell you nothing. Distractors from known errors show what learners misunderstand (Haladyna et al., 2002).

        Teachers, use real learner errors for good distractors. For example, history teachers should know learners confuse Franz Ferdinand's death with the cause (Wiliam, 2018). Maths teachers should know learners subtract to simplify fractions . Such distractors help diagnose learner understanding, unlike random guesses.

        Sadler's (1989) work informs formative assessment practice. Learners must know the gap between their work and the standard. Teachers also need to precisely understand this gap (Sadler, 1989). A vague feeling is insufficient for planning lessons. Hinge questions reveal specific learner misunderstandings. Teachers see *how* learners are wrong, guiding instruction.

        Haladyna et al. (2002) say answers should not stand out visually or grammatically. Learners may guess the right answer format if it's consistently better. Parallel construction forces learners to use their knowledge, which teachers need to assess.

        Hinge Question Examples by Subject

        Here are a few examples of hinge questions across different subjects:

        Maths

        Question: Which of these fractions is closest to 1/2?

        A) 1/4

        B) 1/3

        C) 5/8

        D) 2/3

        Option A shows learners don't grasp fraction size. Option D means learners likely compare numerators alone. Research supports this . Answer C is the correct choice.

        Science

        Question: What happens to the particles in a solid when it melts?

        A) They get smaller

        B) They stop moving

        C) They move faster and further apart

        D) They turn into atoms

        Rationale: Option A indicates a misunderstanding of particle conservation. Option B shows confusion about the nature of heat. Option D reveals a lack of understanding about changes of state. The correct answer is C.

        English

        Question: Which of these sentences uses the past perfect tense correctly?

        A) I had went to the store yesterday.

        B) I have gone to the store yesterday.

        C) I had gone to the store before you arrived.

        D) I gone to the store.

        Rationale: Option A demonstrates confusion between past perfect and past simple. Option B mixes present perfect with a past time adverbial. Option D omits the auxiliary verb. The correct answer is C.

        History

        Question: What was the main reason for the start of World War One?

        A) Germany wanted to conquer the world.

        B) The assassination of Archduke Franz Ferdinand.

        Hinge questions process flow diagram showing 6-step formative assessment implementation sequence
        Flow diagram: Hinge Question Implementation Process

        C) The Treaty of Versailles.

        D) America's desire to join the war.

        Option A simplifies complex geopolitics. Option C mentions a treaty signed after the war . America joined much later, making option D wrong . So, B is correct as the immediate trigger ; discuss wider context in follow-up.

        Reading and Acting on Hinge Results

        Hinge questions reveal learner understanding, not just correct answers. Fine-tune teaching and expect misconceptions, making lessons responsive. This simple tool improves learning and teaching in real time (Black & Wiliam, 1998).

        Black and Wiliam (1998) found hinge questions quickly show lesson insights. Regularly use them to check learner understanding. Christodoulou (2017) noted this gives useful data to adjust teaching. Learner involvement should also rise.

        Black and Wiliam (1998) showed hinge questions help teachers check learner progress. Sadler (1989) found learners gain instant feedback, which reinforces their knowledge. Hattie and Timperley (2007) showed this improves learning for everyone.

        Beatty, Mazur and the Case for Whole-Class Visibility

        Beatty and Gerace (2009) say seeing all answers together defines formative assessment. They studied clickers but found simultaneous visibility matters most. When each learner responds privately, teachers get diagnostic data. This works with digital tools, whiteboards, or coloured cards.

        Eric Mazur's (1997) Peer Instruction model, developed at Harvard and described in his book of the same name, demonstrated the power of this visibility at scale. Mazur found that when he posed a multiple-choice conceptual question to a lecture hall and displayed the distribution of responses anonymously, the pattern of errors was far more informative than anything he could extract from a traditional question-and-answer exchange. If 70 per cent of the class selected the correct answer, he could move on. If the class was split between two options, he knew there was a specific conceptual dispute in the room and could ask learners to discuss with a neighbour before revoting. The split distribution was the diagnostic signal; acting on it was the responsive teaching. Mazur's model translates directly to school classrooms, where the same logic applies at smaller scale.

        Mini whiteboards occupy a specific place in this landscape. Unlike digital platforms, they require no technology infrastructure and produce visible responses that the teacher reads in real time by scanning the room. Research by Wiliam and colleagues supports their use in exactly this context: learners write their answer, hold up the board on the teacher's signal, and the teacher reads the pattern of responses before asking anyone to lower their board. The sequence matters. If learners see each other's answers before committing, the social pressures of the classroom, rather than individual understanding, shape what the teacher sees. Simultaneous reveal is the protocol that makes the data clean.

        Choose between mini whiteboards, clickers, and platforms based on needs. Digital platforms record data and show response distributions for class discussion. Mini whiteboards are quick and need no device management. Beatty and Gerace (2009) highlight instructional design's value, not just tech. Good questions and timing matter most. A well-designed question on a whiteboard beats a poor one on any platform.

        Hinge Question Research and Resources

        For further academic research on this topic:

        • Wiliam, D. (2011). *Embedded formative assessment*. Solution Tree Press.
        • Black, P., & Wiliam, D. (1998). Assessment and classroom learning. *Assessment in Education: Principles, Policy & Practise*, *5*(1), 7-74.
        • Leahy, S., Lyon, C., Thompson, M., & Wiliam, D. (2005). Classroom assessment: Minute by minute, day by day. *Educational Leadership*, *63*(3), 18-24.
        • Christodoulou, D. (2017). *Making good progress?: The future of assessment for learning*. Oxford University Press.

        Identify Common Learner Misconceptions

        Researchers offer diagnostic questions. These help you spot common learner misconceptions. Select your subject and key stage for helpful intervention strategies.

        Misconception Mapper

        Surface common learner misconceptions with diagnostic questions and targeted intervention strategies.

        General Tips for Addressing Misconceptions
          (function(){ if(window._eefMmInit)return;window._eefMmInit=true; var G=function(){var w='misconception-mapper';return function(a,x){try{if(typeof gtag==='function'){var p={event_category:'widget',widget_name:w};if(x)for(var k in x)x.hasOwnProperty(k)&&(p[k]=x[k]);gtag('event','widget_'+a,p)}}catch(e){}}}(), S=false;G('loaded'); var TS={sc:[['forces','Forces & Motion'],['electricity','Electricity'],['light','Light'],['living','Living Things'],['materials','Materials'],['earth','Earth & Space'],['evolution','Evolution'],['energy','Energy'],['chemical','Chemical Reactions']],ma:[['place-value','Place Value'],['fractions','Fractions'],['algebra','Algebra'],['geometry','Geometry'],['statistics','Statistics'],['ratio','Ratio'],['measurement','Measurement'],['number-ops','Number Operations']],en:[['grammar','Grammar'],['punctuation','Punctuation'],['spelling','Spelling'],['reading','Reading Comprehension'],['writing','Writing Structure']],hi:[['chronology','Chronology'],['cause-effect','Cause & Effect'],['evidence','Historical Evidence'],['change','Change & Continuity']],ge:[['maps','Maps & Scale'],['climate','Climate & Weather'],['physical','Physical Processes'],['human','Human Geography']]}, SN={sc:'Science',ma:'Mathematics',en:'English',hi:'History',ge:'Geography'}, D={},X=function(s,t,k,a){D[s+'|'+t+'|'+k]=a}; /* DB: [misconception, correct, why, question, correctAns, wrongAns, [3 steps], prevalence(h/m/l)] */ /* ── SCIENCE: Forces ── */ X('sc','forces','KS1',[ ["Heavy objects fall faster","All objects fall at the same rate in a vacuum. Air resistance causes observed differences.","Feathers fall slowly, balls fall fast, so learners equate weight with fall speed.","Drop a cricket ball and ping-pong ball on the Moon. Which lands first?","They land together","The cricket ball",["Drop scrunched vs flat paper to isolate air resistance.","Discuss what changes without air.","Watch Apollo 15 hammer-feather drop."],"h"], ["Still objects have no forces on them","Still objects have balanced forces. A book on a table has gravity down and the table pushing up.","Learners link force with movement. No motion suggests no forces.","A book sits on a table. How many forces act on it?","Two: gravity down, table pushing up","None; it is not moving",["Put a book on scales to show the table pushes back.","Draw force arrows on still objects.","Introduce balanced forces with a see-saw."],"h"], ["You must push to keep something moving","Objects keep moving unless an unbalanced force acts. Friction is what stops them.","Things stop when pushing stops because of friction, not because motion needs constant force.","A puck slides on ice. Why does it stop?","Friction and air resistance slow it","No one is pushing it",["Slide objects on carpet vs ice.","Discuss frictionless scenarios.","Introduce Newton's first law."],"m"] ]); X('sc','forces','KS2',[ ["Gravity only exists on Earth","Gravity is universal. All objects with mass attract each other. Moon and planets have gravity too.","Astronauts float, so learners think space has no gravity. They are actually in freefall.","Why do astronauts float in the ISS?","They fall around Earth at the station's speed","No gravity in space",["Show ISS is 400km up; gravity still 90%.","Demonstrate freefall with water cup.","Compare gravity on Earth, Moon, Jupiter."],"h"], ["Friction is always unhelpful","Friction enables walking, gripping and braking. It is essential for many activities.","Friction is taught as opposing motion, so learners see it as negative.","No friction between shoes and floor. What happens?","You cannot walk or stand","You walk faster",["List activities needing friction.","Try gripping with oily gloves.","Sort friction as helpful vs unhelpful."],"h"], ["Air resistance only affects light things","Air resistance affects all objects depending on speed, area and shape, not weight.","Feathers are visibly slowed; heavy items seem unaffected.","Does a skydiver feel air resistance?","Yes, it builds until terminal velocity","No, too heavy",["Drop flat vs folded card of equal mass.","Discuss how parachutes work.","Time falls with same mass, different areas."],"m"] ]); X('sc','forces','KS3',[ ["Circular motion needs no force","Circular motion requires centripetal force towards the centre. Without it, objects fly off straight.","Constant speed seems like no acceleration. Learners miss that direction change is acceleration.","Ball on string swung in circle. String breaks. What happens?","Flies off in a straight line","Continues in a circle then falls",["Release a ball on a string to show tangent path.","Explain direction change needs force.","Link to satellites and orbits."],"h"], ["Action-reaction forces cancel out","Third-law pairs act on different objects so cannot cancel. Balanced forces act on the same object.","Learners apply balanced-force logic to third-law pairs.","Push wall with 50N. Wall pushes back 50N. Why no cancellation?","They act on different objects","They do cancel; nothing moves",["Two spring balances between learners.","Label which force acts on which object.","Compare balanced forces vs third-law pairs."],"h"] ]); X('sc','forces','KS4',[ ["Terminal velocity means stopped","Terminal velocity is constant maximum speed when drag equals weight. The object still moves.","'Terminal' suggests an end point.","Skydiver reaches terminal velocity. Speed?","Constant; drag now equals weight","Zero; reached terminal point",["Graph velocity-time showing curve levelling.","Clarify 'terminal' does not mean stop.","Coffee filter terminal velocity experiment."],"h"], ["Mass and weight are identical","Mass is amount of matter (kg), constant everywhere. Weight is gravitational force (N), varies by location.","Everyday language treats them as the same.","Astronaut mass 75kg on Earth. Mass on Moon?","75kg; mass is constant","About 12.5kg; weaker gravity",["Measure mass with balance, weight with newton meter.","Calculate weight on Earth, Moon, Jupiter.","Discuss why scales show misleading units."],"h"], ["Heavier objects need more force to keep moving","Both starting and maintaining acceleration depend on mass. F=ma applies throughout.","Once moving, learners think inertia disappears.","1000kg car and 2000kg lorry at 30mph. Equal stopping distance?","Lorry needs more force","Same force; same speed",["Different mass trolleys on ramps.","F=ma calculations.","Link to braking distances."],"m"] ]); /* ── SCIENCE: Electricity ── */ X('sc','electricity','KS1',[ ["Electricity comes from the wall","Electricity is generated at power stations and travels through cables. The socket is an access point.","Plugs go into walls, so electricity seems to live there.","Where does electricity for your lamp come from?","Power station, via cables","Inside the wall",["Trace power station to classroom process.","Build a battery circuit.","Virtual power station tour."],"h"], ["Batteries store electricity","Batteries store chemical energy. Reactions push electrons around a circuit.","Batteries run out, seeming to contain finite electricity.","What is stored in a battery?","Chemical energy","Electricity",["Compare battery to water pump.","Open a spent battery safely.","Discuss chemicals being consumed."],"h"], ["Electricity gets used up in a circuit","Current is the same everywhere in a series circuit. Energy transfers but charge is conserved.","Dimmer far bulbs suggest consumption.","Current before and after a bulb in series?","Same throughout","Less after; bulb uses some",["Ammeter before and after a bulb.","Rope loop model for electrons.","Energy transfers vs charge conservation."],"h"] ]); X('sc','electricity','KS2',[ ["A switch breaks the wire","A switch creates a gap stopping current. The wire is undamaged.","Learners see a gap and think breakage.","What does a switch do when off?","Creates a gap; current stops","Breaks the wire",["Disassemble a simple switch.","Build a switch from card and clips.","Draw open/closed circuit diagrams."],"m"], ["Electricity is consumed in circuits","Current is identical at all points in a series circuit. Only energy transfers at components.","Bulbs glow and heat up, suggesting consumption.","Two ammeters in series: before and after bulb. Same reading?","Yes, identical","No, less after the bulb",["Ammeters before and after components.","Learners walk in loop, slow at bulb but never vanish.","Distinguish energy transfer from current loss."],"h"] ]); X('sc','electricity','KS3',[ ["Voltage and current are the same","Voltage is energy per charge; current is charge flow rate. Related but distinct.","Both increase with more batteries, causing conflation.","6V battery, 0.5A. Resistance increases. What happens?","Voltage stays 6V; current drops","Both decrease",["Water analogy: voltage=pressure, current=flow.","Vary resistance, measure V and I separately.","Plot V-I graphs."],"h"], ["Parallel current splits equally","Current splits by resistance. Lower resistance branches carry more.","'Parallel' suggests symmetry.","Two parallel bulbs: A has 2x resistance of B. More current?","B; lower resistance","Equal; they are in parallel",["Parallel circuits with different resistors.","Calculate branch currents with V=IR.","Challenge equal-split assumption."],"m"] ]); X('sc','electricity','KS4',[ ["Current is used up in resistors","Current is conserved. Energy transfers as heat but same electrons flow out.","Hot resistors and glowing bulbs suggest consumption.","Ammeter reads 0.3A before resistor. After?","0.3A; current conserved","Less; resistor uses some",["Ammeters before and after to verify.","Energy transfer diagrams.","Walking-in-circle model."],"h"] ]); /* ── SCIENCE: Light ── */ X('sc','light','KS1',[ ["We see because light leaves our eyes","Light reflects off objects into our eyes. Eyes detect; they do not emit.","Looking feels active, as if eyes reach out.","See anything in a totally dark room?","No; no light to reflect into eyes","Yes, eyes adjust",["Dark box experiment.","Trace light: source to object to eye.","Compare eyes to cameras."],"h"], ["Shadows are dark light","Shadows form when objects block light. They are absence of light, not a substance.","Shadows look black, so learners think something is produced.","What creates a shadow?","Object blocks light; less reaches behind","Object turns light dark",["Create shadows with torches.","Move light source to change shadows.","Discuss shadow as absence of light."],"m"] ]); X('sc','light','KS2',[ ["Only shiny things reflect light","All surfaces reflect light. Shiny surfaces give mirror reflection; rough ones give diffuse reflection.","Only mirrors show clear reflections.","If this book did not reflect light?","You could not see it","Same but no reflection",["Torch on matte paper in dark room.","Laser pointer on smooth vs rough.","Classify regular vs diffuse reflectors."],"h"], ["White light has no colour","White light mixes all visible colours. A prism separates them.","White paint has no colour added.","White light through a prism?","Splits into rainbow; contains all colours","Nothing; no colour to split",["Prism experiment.","Newton colour disc.","Compare light mixing vs paint mixing."],"h"] ]); /* ── SCIENCE: Other topics ── */ X('sc','living','KS1',[ ["Plants are not alive","Plants grow, respond to light, reproduce and need water. Movement does not require locomotion.","Animals move around; plants seem inert.","Is a sunflower alive?","Yes: grows, responds to light, reproduces","No; does not move",["Time-lapse of plant growth.","Check life processes for plants.","Compare plant vs animal movement."],"h"], ["Fire is alive","Fire is a chemical reaction, not an organism. It cannot reproduce independently.","Fire grows, consumes, and dies, ticking several life-process boxes.","Fire grows and needs oxygen. Alive?","No; chemical reaction","Yes; shows life characteristics",["Apply all 7 life processes to fire.","Find which fire fails.","Chemical reactions vs biology."],"m"] ]); X('sc','living','KS2',[ ["Plants get food from soil","Plants make glucose via photosynthesis using CO2, water and light. Soil provides minerals only.","We water and fertilise soil, so it seems like food.","Where does a plant get glucose?","Makes it via photosynthesis","Absorbs food from soil",["Grow plants hydroponically.","Trace photosynthesis equation.","Weigh soil before and after growth."],"h"] ]); X('sc','materials','KS2',[ ["Melting and dissolving are the same","Melting is state change (heat). Dissolving is mixing a solid into a liquid (solvent).","Both make solids disappear into liquid.","Difference: melting chocolate vs dissolving sugar?","Melting needs heat; dissolving needs a solvent","Same; solid disappears in both",["Melt chocolate; dissolve sugar. Compare conditions.","Try dissolving chocolate in cold water.","Define state change vs solution."],"h"] ]); X('sc','earth','KS2',[ ["The Sun moves across our sky","Earth rotates every 24 hours. The Sun's movement is an illusion.","We see it rise and set daily.","Why does the Sun appear to move?","Earth rotates","Sun travels around Earth",["Globe and torch model.","Track shadow changes through a day.","Discuss why we say 'sunrise'."],"h"], ["Summer means Earth is closer to the Sun","Seasons come from Earth's 23.5-degree tilt, not distance.","Closer=warmer is intuitive.","Summer in UK, what season in Australia?","Winter; southern hemisphere tilts away","Summer; whole Earth closer",["Globe and torch showing tilt effect.","Compare hemispheres' seasons.","Earth is closest to Sun in January."],"h"] ]); X('sc','evolution','KS2',[ ["Animals choose to evolve","Evolution is unintentional. Random variation; better-suited individuals survive and reproduce.","'Giraffes grew long necks to reach leaves' implies choice.","How did cheetahs become fast?","Faster ones survived and passed genes over generations","Practised running; passed speed to babies",["Coloured sweet selection simulation.","Variation exists before selection.","Rewrite misleading textbook phrases."],"h"] ]); X('sc','energy','KS3',[ ["Energy gets used up","Energy is conserved; only transferred to less useful forms.","'Use energy', batteries 'die' suggest destruction.","Flat battery. What happened to energy?","Transferred to light and heat; dissipated","Used up and destroyed",["Track energy transfers.","Sankey diagrams.","Challenge 'used up' phrases."],"h"], ["Heat and temperature are identical","Temperature is average particle KE. Heat is total energy transferred between objects.","Hot things have both high temperature and lots of heat.","More thermal energy: boiling cup or warm bath?","Bath; far more particles","Cup; 100C beats 40C",["Heat 100ml vs 1L to same temperature.","Define temperature vs heat.","Calorimetry experiments."],"m"] ]); X('sc','chemical','KS3',[ ["Reactions create or destroy atoms","Atoms rearrange but are never created or destroyed. Conservation of mass.","Products look totally different from reactants.","Iron + oxygen = rust. Same atom count?","Yes; rearranged, not lost","Fewer; reaction uses atoms up",["Balance equations by counting.","Molecular kits rearranging.","Weigh sealed containers."],"h"], ["Rusting is not a chemical change","Rusting is oxidation: iron + oxygen + water = iron oxide, a new substance.","Slow process without flames seems like wearing out.","Iron nails rust. Physical or chemical change?","Chemical; new substance formed","Physical; iron getting old",["Rusting experiments: dry, wet, oily.","Magnet test (iron yes, rust no).","Word equation for rusting."],"m"] ]); /* ── MATHEMATICS ── */ X('ma','place-value','KS1',[ ["The 1 in 15 means one","The 1 is in the tens column, so it means 10.","Learners read digits at face value.","Value of 1 in 14?","10 (one ten)","1",["Base-10 blocks showing tens.","Partition into tens and ones.","'What am I worth?' position game."],"h"] ]); X('ma','place-value','KS2',[ ["0.5 is less than 0.35","0.5 = 0.50, which exceeds 0.35. Compare digit by digit.","Learners treat decimal digits as a whole number.","Larger: 0.5 or 0.35?","0.5 (fifty hundredths)","0.35; 35 is bigger than 5",["Shade hundredths grids.","Write equal decimal places: 0.50 vs 0.35.","Money: 50p vs 35p."],"h"], ["Multiplying always makes bigger","Multiplying by less than 1 makes smaller. 10 x 0.5 = 5.","Early multiplication only uses whole numbers > 1.","8 x 0.5?","4 (half of 8)","More than 8",["Number line: 0.5 x 8 = half of 8.","Test multipliers less than 1.","Multiplication as scaling."],"h"] ]); X('ma','fractions','KS1',[ ["Half means any two pieces","Halves must be equal. Two unequal pieces are not halves.","Learners count pieces, not equality.","Pizza cut into two unequal pieces. Each a half?","No; halves must be equal","Yes; two pieces",["Fold paper equally and unequally.","Sort shapes: halves vs not.","Stress EQUAL every time."],"h"] ]); X('ma','fractions','KS2',[ ["Bigger denominator = bigger fraction","Bigger denominator means smaller pieces. 1/8 < 1/4.","8 > 4, so 1/8 seems bigger.","Larger: 1/4 or 1/8?","1/4; fewer, larger pieces","1/8; 8 is bigger",["Fold paper into quarters and eighths.","Fraction wall comparison.","Share chocolate among 4 vs 8."],"h"], ["Add fractions by adding tops and bottoms","Need common denominators. 1/3 + 1/4 = 4/12 + 3/12 = 7/12.","Adding numerators and denominators follows whole-number logic.","1/2 + 1/3?","5/6","2/5",["Fraction wall disproof.","Shade 1/2 and 1/3 on same bar.","Common denominators with manipulatives."],"h"], ["Fractions are always less than 1","Improper fractions exceed 1. 5/3 = 1 and 2/3.","Early work only uses proper fractions.","Is 7/4 less than, equal to, or greater than 1?","Greater (1 and 3/4)","Less; fractions are parts of a whole",["Build 7/4 with fraction pieces.","Number line beyond 1.","Convert improper to mixed."],"m"] ]); X('ma','algebra','KS2',[ ["Equals means 'answer next'","= means 'same value as'. Both sides balance.","Learners only see = before answers.","True or false: 8 = 3 + 5?","True; both equal 8","False; answer goes on right",["Balance scales.","Write 7 = 3 + 4.","Missing numbers on both sides."],"h"], ["Letters mean one fixed number","Letters can be variables with many values.","Early algebra = 'find the missing number'.","In y = x + 3, how many values for x?","Infinitely many","Just one",["Table of values.","'Find x' vs 'x varies'.","Function machines."],"h"] ]); X('ma','algebra','KS3',[ ["2a means 2 + a","Number before letter means multiply. 2a = 2 x a.","'2a' reads as 'two and a'.","a = 5. Value of 2a?","10","7",["Substitute values.","Function machine: x2.","Compare 2+a and 2a tables."],"h"], ["Negative x negative = negative","Negative times negative gives positive. (-3) x (-2) = 6.","Double negatives feel wrong; learners expect negatives to stay negative.","(-4) x (-3)?","12 (positive)","(-12)",["Number line direction changes.","Pattern: 3x-2=-6, 2x-2=-4, 1x-2=-2, 0x-2=0, -1x-2=?","Debt analogy: removing debt is positive."],"h"] ]); X('ma','geometry','KS2',[ ["Squares are not rectangles","A square meets all rectangle criteria plus equal sides. It is a special rectangle.","Taught as separate shapes.","Is a square a rectangle?","Yes; 4 right angles, equal opposite sides","No; rectangles have long and short sides",["List rectangle properties; check squares.","Venn diagram of quadrilaterals.","Draw rectangle with all equal sides."],"h"], ["Rotating changes area","Rotation preserves all measurements.","Rotated shapes look different.","Rotate rectangle 90 degrees. Area changes?","No; stays the same","Yes; different position",["Measure, rotate, measure again.","Count squares before and after.","Which transformations preserve area?"],"m"], ["Angles depend on line length","Angle measures the turn between two lines, not their length. Short lines can form large angles.","Diagrams show bigger angles with longer lines.","Two angles: same opening, different line lengths. Equal?","Yes; angle is the turn, not the length","No; longer lines make bigger angles",["Measure angles with different line lengths.","Use a protractor to prove equality.","Draw same angle with short and long arms."],"h"] ]); X('ma','geometry','KS3',[ ["Diagonal of a square equals its side","The diagonal is longer: side x sqrt(2). A 10cm square has ~14.1cm diagonal.","It looks similar in length.","Square with 10cm sides. Diagonal length?","About 14.1cm","10cm",["Measure with ruler.","Pythagoras on a square.","Compare diagonal to side visually."],"m"] ]); X('ma','statistics','KS2',[ ["Mean must be in the data set","Mean often falls between values. Mean of 1,2,6 is 3 (not in set).","Learners think the answer must come from the data.","Mean of 3, 5, 7?","5 (coincidentally present)","Must be 3, 5 or 7",["Calculate means not in the data.","Compare mean, median, mode.","Stack cubes to find mean physically."],"m"], ["Bigger sample always better","Sample quality (representativeness) matters more than size alone. A biased large sample is worse than a fair small one.","More data feels more reliable.","100 learners from one school or 30 from ten schools?","30 from ten schools; more representative","100; bigger number is better",["Compare biased vs unbiased samples.","Design surveys with representative sampling.","Discuss election polling methods."],"m"] ]); X('ma','ratio','KS3',[ ["1:3 means one third","1:3 is 1 part to 3 parts = 4 total. First share is 1/4.","Learners see 3 and think thirds.","Ratio 2:3. First share as fraction?","2/5","2/3",["Bar models with parts and total.","Total parts first, then fractions.","Concrete sharing problems."],"h"], ["Ratio and proportion are the same","Ratio compares parts. Proportion compares part to whole.","Both describe relationships between quantities.","6 red, 4 blue. Ratio of red to blue?","6:4 (or 3:2); proportion of red is 6/10","6/4",["Distinguish ratio (part:part) from proportion (part:whole).","Convert between ratio and proportion.","Colour bead sorting activities."],"m"] ]); X('ma','measurement','KS2',[ ["Same perimeter = same area","Shapes can share perimeters but differ in area. 1x9 and 5x5 both have perimeter 20.","Both describe size, so learners assume correlation.","Two rectangles, perimeter 20. Same area?","No; 1x9=9 and 4x6=24","Yes; same perimeter",["Fixed-length string, different rectangles.","Record perimeter and area.","Find max area for fixed perimeter."],"h"], ["1 kilogram = 100 grams","1 kilogram = 1000 grams. The kilo prefix means thousand.","Learners confuse kilo with centi or with the number 100.","How many grams in 2 kilograms?","2000g","200g",["Weigh 1kg on scales showing grams.","Prefix chart: kilo=1000, centi=100th.","Convert between units with real objects."],"h"] ]); X('ma','number-ops','KS1',[ ["Subtraction always gives smaller","Subtraction can reach zero. Later, negative numbers make results larger.","All early work takes from positive quantities.","5 minus 5?","0","Cannot work; must leave something",["Number line to zero.","Subtraction as difference.","What if we take away more?"],"m"], ["Addition order matters","Addition is commutative: 3 + 5 = 5 + 3. Order does not change the total.","Learners learn to read left to right, so order seems important.","Is 4 + 7 the same as 7 + 4?","Yes; same total either way","No; different order, different answer",["Use counters to show both arrangements.","Turn-around cards.","Commutative law with manipulatives."],"m"] ]); X('ma','number-ops','KS2',[ ["Division always gives smaller","Dividing by less than 1 gives larger results. 6 / 0.5 = 12.","Early division shares among whole groups.","6 divided by 0.5?","12; how many halves in 6","3; division makes smaller",["Grouping: how many 0.5s in 6?","Cut bars into halves, count.","Test divisors less than 1."],"h"], ["Remainder means wrong answer","Remainders are valid results. 7 / 2 = 3 remainder 1 is correct.","Learners want clean answers; remainders feel like errors.","7 sweets shared between 2. Each gets?","3 each with 1 left over","Cannot be done; does not divide evenly",["Share real objects and discuss leftovers.","Contextualise remainders: what happens to the leftover?","Link to fractions: 7/2 = 3.5."],"m"] ]); /* ── ENGLISH ── */ X('en','grammar','KS1',[ ["Only proper names are nouns","Nouns include common (dog), abstract (happiness), collective (flock) and proper nouns.","'Naming word' plus capital letter emphasis limits the concept.","Noun: run, happiness, quickly?","Happiness","None; nouns are names only",["Sort words including abstract nouns.","Find non-name nouns in sentences.","Noun categories: people, places, things, ideas."],"h"], ["All sentences end with full stops","Sentences can end with question marks, exclamation marks or full stops.","Early teaching emphasises capital-full stop pattern.","End of 'Where is the cat'?","Question mark","Full stop",["Sort sentences by type and punctuation.","Read aloud with intonation.","Write statement, question, exclamation."],"m"] ]); X('en','grammar','KS2',[ ["Adverbs always end in -ly","Many do not: fast, hard, well, soon, often, very, quite.","The -ly pattern is taught as the identifier.","Is 'fast' an adverb in 'She runs fast'?","Yes; describes how she runs","No; no -ly ending",["List non -ly adverbs.","Identify by function not form.","Adverbs-without-ly word wall."],"h"], ["Adjectives only describe colour and size","Adjectives describe any quality: feelings, textures, quantities, opinions. 'Enormous', 'nervous', 'wooden' are all adjectives.","Early examples focus on simple physical descriptions.","Is 'nervous' an adjective?","Yes; it describes a feeling","No; adjectives describe what things look like",["Sort adjectives by type: size, feeling, texture, opinion.","Expand noun phrases with varied adjectives.","Find adjectives in literature beyond colour/size."],"m"], ["Conjunctions only join sentences","Conjunctions join words, phrases and clauses, not just whole sentences. 'Bread and butter' uses a conjunction.","Learners learn conjunctions as sentence joiners.","Does 'and' work as a conjunction in 'fish and chips'?","Yes; joining two words","No; conjunctions join sentences only",["Find conjunctions joining words and phrases.","Sort conjunctions by what they join.","Write examples at word, phrase and sentence level."],"m"] ]); X('en','punctuation','KS2',[ ["Apostrophe before every final s","Apostrophes mark contraction or possession. Plural s never takes one.","Possession rule over-generalised.","Correct: 'The dogs are playing' or 'The dog's are playing'?","The dogs (plural, no apostrophe)","The dog's (s needs apostrophe)",["Sort: plural, possession, contraction.","Flowchart: belonging? contraction? otherwise no.","Correct deliberate errors."],"h"], ["Commas wherever you pause","Commas follow grammar rules: lists, clauses, fronted adverbials. Pausing is unreliable.","'Comma where you breathe' leads to random placement.","Commas in: 'After lunch the children played games ate snacks and read books'?","After lunch, ... games, ate snacks and read books","Random placement at breath points",["Teach one comma rule at a time.","Correct misplaced commas.","Compare rules to pause test."],"h"] ]); X('en','spelling','KS2',[ ["Sound it out always works","English has many irregular spellings. Enough, knight, yacht defy phonics.","Phonics teaches sound-letter links, but English has exceptions.","Spell 'yacht' by sounding out?","No; spelling does not match sounds","Yes; phonics works for all words",["Collect words breaking phonics rules.","Common irregular patterns.","Mnemonics and word origins."],"h"] ]); X('en','reading','KS2',[ ["Good readers never re-read","Skilled readers re-read, adjust speed and monitor comprehension. It is a strategy.","Fluent readers seem to understand instantly.","Good reader hits confusing paragraph. What next?","Re-read carefully","Keep going; good readers never re-read",["Model think-aloud with re-reading.","Teach re-reading as strategy.","Celebrate active monitoring."],"m"], ["Fiction is not real so cannot teach anything","Fiction develops empathy, vocabulary, critical thinking and understanding of human nature. Many truths are conveyed through stories.","Learners separate fact from fiction rigidly.","Can a fictional story teach something true about life?","Yes; themes like courage and fairness apply to real life","No; fiction is made up so nothing is real",["Identify life lessons in stories.","Compare fiction themes to real events.","Discuss why authors write fiction."],"m"] ]); X('en','writing','KS2',[ ["Longer sentences are better","Effective writing mixes lengths. Short sentences create impact.","Learners praised for extending sentences.","Better: long description or 'The door opened. Darkness.'?","Both effective; short creates tension","Long; more description",["Analyse published sentence variety.","Rewrite using only long, then mix.","Colour-code sentence lengths."],"m"], ["Stories must start with 'Once upon a time'","Stories can start in many ways: dialogue, action, description, question. Varied openings engage readers.","Fairy tale exposure establishes a fixed pattern.","Name three ways to start a story other than 'Once upon a time'.","Dialogue, action, or question","There is only one correct way",["Collect opening sentences from published books.","Write same story with 3 different openings.","Rate which openings hook the reader."],"m"] ]); /* ── HISTORY ── */ X('hi','chronology','KS1',[ ["Everything old happened together","The past spans millennia. Egyptians, Romans, Tudors and Victorians lived centuries apart.","'Long ago' covers everything for young children.","Egyptians and Victorians at the same time?","No; thousands of years apart","Yes; both long ago",["Washing line timeline.","Personal timelines first.","Compare ages to historical gaps."],"h"], ["Old photos mean a black-and-white world","The world was always in colour. Only photos were monochrome.","All old photos are black and white.","Did Victorians see in colour?","Yes; only cameras lacked colour","No; like the photos",["Modern photo in B&W vs colour.","Why early cameras missed colour.","Colour paintings from same era."],"m"] ]); X('hi','chronology','KS2',[ ["BC dates count upwards","BC counts backwards: 500 BC is earlier than 200 BC.","Number lines usually count up.","Earlier: 500 BC or 200 BC?","500 BC (further back)","200 BC; smaller number",["Timeline crossing zero.","Backwards number line.","Order mixed BC/AD dates."],"m"] ]); X('hi','cause-effect','KS2',[ ["Events have a single cause","Most events have multiple causes: social, economic, political, technological.","Narratives simplify to one cause.","What caused the Great Fire of London?","Multiple: bakery fire, timber, drought, wind","The bakery",["List all factors.","Rank causes and justify.","Diamond nine activity."],"h"], ["Past people were less intelligent","Every era shows remarkable problem-solving. Pyramids, aqueducts, navigation.","Old technology looks primitive.","Romans built 50-mile aqueducts. Intelligence?","Highly skilled engineers","Less clever; no modern tools",["Study sophisticated achievements.","Replicate simple historical tech.","What will future people think of us?"],"m"] ]); X('hi','evidence','KS2',[ ["Written sources are always true","Sources can be biased or misleading. Evaluate who, when, why, for whom.","Books carry authority.","King claims a great victory. Trust him?","Not necessarily; kings exaggerate","Yes; he was there",["Compare two accounts of one event.","Source questions: who, when, why?","Write biased classroom accounts."],"h"], ["Older sources are less reliable","Age alone does not determine reliability. Context, authorship and purpose matter more.","Learners associate old with outdated.","Is a Roman diary less reliable than a modern textbook about Rome?","Not necessarily; the diary is a primary source","Yes; modern books are more accurate",["Compare primary and secondary sources.","Discuss advantages of eyewitness accounts.","Evaluate sources by purpose, not just age."],"m"], ["History is only about kings and battles","History includes everyday life, culture, technology, trade and ordinary people's experiences.","Traditional curricula emphasise rulers and warfare.","Is studying Victorian children's daily life real history?","Yes; social history is as important as political history","No; history is about important events",["Research daily life in a historical period.","Compare a ruler's day to a child's day.","Discuss whose stories get told and why."],"m"] ]); X('hi','change','KS2',[ ["Change always means progress","Change can be positive, negative or mixed.","Progress narratives dominate teaching.","Industrial Revolution: purely good?","Mixed: wealth but also child labour, pollution","Yes; factories better than farming",["List positives and negatives.","Different perspectives: owner vs worker.","Evidence-based debate."],"m"], ["Things stayed the same in each period","Every period had ongoing changes: technology, beliefs, laws. Change happens within periods, not just between them.","Periods are taught as static blocks.","Did anything change during the Victorian era?","Yes; massive changes in technology, law, society and medicine","No; the Victorian era was one consistent period",["Create change timelines within a single period.","Compare start and end of a period.","Identify drivers of change within eras."],"m"] ]); /* ── GEOGRAPHY ── */ X('ge','maps','KS1',[ ["North is up","North is towards the North Pole. Maps conventionally show it at top.","Maps always have north at top.","Hold map sideways. North changes?","No; north stays toward North Pole","Yes; north is always at top",["Compass outdoors vs map.","Rotate maps; compass stays constant.","Historical maps with south at top."],"h"] ]); X('ge','maps','KS2',[ ["Greenland equals Africa in size","Mercator projection distorts. Africa is 14 times larger.","Most common map type misleads.","Map shows Greenland similar to Africa. Reality?","Africa is 14x larger","About the same size",["Compare map projections.","thetruesize.com.","Why Mercator was created."],"h"], ["Maps always shrink things","Scale is a ratio. Diagrams can enlarge (e.g. cells).","Only encounter shrinking maps.","Can a map show something bigger?","Yes; cell diagrams are enlarged","No; maps always reduce",["World maps vs insect diagrams.","Calculate real distances.","Classroom maps at different scales."],"l"] ]); X('ge','climate','KS2',[ ["Weather and climate are identical","Weather is short-term. Climate is 30-year average for a region.","Both involve temperature and rain.","Hot London July day. Hot climate?","No; one day is weather. London is temperate.","Yes; hot day means hot climate",["Track weather one month; compare climate data.","Climate=expect; weather=get.","Compare climate graphs: London, Cairo, Manaus."],"h"], ["Deserts are always hot","Deserts are defined by low rainfall (<250mm/year). Antarctica is the largest desert.","Media shows hot sandy deserts.","Is Antarctica a desert?","Yes; very low precipitation","No; deserts are hot and sandy",["Define desert by precipitation.","Compare Sahara, Antarctica, Gobi.","Map and classify deserts."],"h"] ]); X('ge','physical','KS2',[ ["Rivers flow south","Rivers flow downhill regardless of compass direction. The Nile flows north.","Familiar rivers flow roughly south; 'down' on maps is south.","Nile direction?","South to north","North to south",["Trace rivers and note directions.","Tilted tray: gradient not compass.","Find rivers flowing every direction."],"h"], ["Earthquakes happen randomly","They cluster along tectonic plate boundaries.","News shows events in many countries.","Plot all earthquakes on a map. Evenly spread?","No; cluster at plate boundaries","Yes; random everywhere",["Plot earthquake data vs plate boundaries.","Identify Ring of Fire.","Compare active vs inactive regions."],"m"] ]); X('ge','human','KS2',[ ["Everyone in developing countries is poor","Developing countries have megacities and wealth alongside poverty.","Media focuses on poverty.","Does Lagos have skyscrapers?","Yes; modern city alongside poverty","No; developing country",["Google Earth cities in developing countries.","Compare inequality within UK.","Discuss uneven development."],"h"], ["Every country's population grows","Growth rates vary. Japan's population is declining.","Global total rises, so learners generalise.","Every country growing?","No; Japan and Germany are stable/declining","Yes; world grows so all do",["Compare population pyramids.","Discuss varying birth/death rates.","Graph contrasting country trends."],"m"], ["Cities grow because people want to live there","Urbanisation is driven by economic forces: jobs, services, education. Push factors from rural areas also matter.","Learners think of cities as desirable places rather than economic systems.","Why do people move to cities?","For jobs, services and opportunities (economic pull and rural push factors)","Because cities are nicer places to live",["List push and pull factors.","Case study: rural to urban migration.","Map urbanisation rates globally."],"m"] ]); /* ── Lookup ── */ function LK(s,t,k){return D[s+'|'+t+'|'+k]||null} /* ── Tips ── */ var TI={ sc:["Use diagnostic questions at the START of topics to reveal misconceptions before they entrench.","Create cognitive conflict through demonstrations contradicting predictions rather than telling correct answers.","Revisit corrected misconceptions after 2-4 weeks; they can bounce back (Nussbaum & Novick, 1982)."], ma:["Use 'always, sometimes, never' tasks to probe over-generalised rules.","Present non-examples alongside examples; showing what something is NOT is equally powerful (Chi, 2005).","Ask learners to explain wrong answers; reasoning reveals the misconception better than the error."], en:["Collect exception words breaking rules. Discuss WHY English has exceptions.","Use editing tasks with deliberate errors to build meta-linguistic awareness.","Model your own writing mistakes. Learners need to see that experts also revise."], hi:["Present contrasting sources about the same event to build evaluation skills.","Use thinking hats for multiple perspectives, preventing single-cause thinking.","Create living timelines; physical positioning helps grasp time scales."], ge:["Use satellite imagery and real data rather than textbook illustrations.","Anchor unfamiliar places to familiar ones for stronger understanding.","Encourage hypothetical thinking: What if it never rained?"] }; /* ── DOM ── */ var sS=document.getElementById('sl-eef-mm-subject'),tS=document.getElementById('sl-eef-mm-topic'),kS=document.getElementById('sl-eef-mm-ks'),gB=document.getElementById('sl-eef-mm-gen'),rD=document.getElementById('sl-eef-mm-results'),cD=document.getElementById('sl-eef-mm-cards'),rH=document.getElementById('sl-eef-mm-rh'),rSm=document.getElementById('sl-eef-mm-rs'),tL=document.getElementById('sl-eef-mm-tl'); sS.addEventListener('change',function(){var v=sS.value;tS.innerHTML='';if(!v){tS.innerHTML='';tS.disabled=true}else{tS.disabled=false;var p=document.createElement('option');p.value='';p.textContent='Choose a topic...';tS.appendChild(p);var ts=TS[v]||[];for(var i=0;i';inn.appendChild(cor); var wy=document.createElement('div');wy.className='sl-eef-mm__wy'; wy.innerHTML='Why learners think this

          '+esc(it[2])+'

          ';inn.appendChild(wy); var dg=document.createElement('div');dg.className='sl-eef-mm__dg'; dg.innerHTML='Diagnostic Question'+esc(it[3])+''; dg.innerHTML+='
          \u2713'+esc(it[4])+'
          '; dg.innerHTML+='
          \u2717'+esc(it[5])+'
          '; inn.appendChild(dg); var iv=document.createElement('div');iv.className='sl-eef-mm__iv';iv.innerHTML='3-Step Intervention'; var sl=document.createElement('ol');sl.className='sl-eef-mm__st'; for(var s=0;s'+(s+1)+''+esc(it[6][s])+'';sl.appendChild(st)} iv.appendChild(sl);inn.appendChild(iv);bd.appendChild(inn);cd.appendChild(bd); tg.addEventListener('click',function(){var e=tg.getAttribute('aria-expanded')==='true';tg.setAttribute('aria-expanded',String(!e));bd.classList.toggle('sl-eef-mm__cb--open')}); return cd; } function esc(s){return s.replace(/&/g,'&').replace(//g,'>')} function pt(){ var sv=sS.value,tv=tS.value,kv=kS.value,sl=SN[sv],tl=tS.options[tS.selectedIndex].textContent; var it=LK(sv,tv,kv);if(!it)return''; var o=['MISCONCEPTION MAPPER','====================',tl+' \u2014 '+sl+', '+kv,it.length+' misconceptions','']; for(var i=0;i 1.","8 x 0.5?","4 (half of 8)","More than 8",["Number line: 0.5 x 8 = half of 8.","Test multipliers less than 1.","Multiplication as scaling."],"h"]]);X('ma','fractions','KS1',[["Half means any two pieces","Halves must be equal. Two unequal pieces are not halves.","Learners count pieces, not equality.","Pizza cut into two unequal pieces. Each a half?","No; halves must be equal","Yes; two pieces",["Fold paper equally and unequally.","Sort shapes: halves vs not.","Stress EQUAL every time."],"h"]]);X('ma','fractions','KS2',[["Bigger denominator = bigger fraction","Bigger denominator means smaller pieces. 1/8 < 1/4.","8 > 4, so 1/8 seems bigger.","Larger: 1/4 or 1/8?","1/4; fewer, larger pieces","1/8; 8 is bigger",["Fold paper into quarters and eighths.","Fraction wall comparison.","Share chocolate among 4 vs 8."],"h"],["Add fractions by adding tops and bottoms","Need common denominators. 1/3 + 1/4 = 4/12 + 3/12 = 7/12.","Adding numerators and denominators follows whole-number logic.","1/2 + 1/3?","5/6","2/5",["Fraction wall disproof.","Shade 1/2 and 1/3 on same bar.","Common denominators with manipulatives."],"h"],["Fractions are always less than 1","Improper fractions exceed 1. 5/3 = 1 and 2/3.","Early work only uses proper fractions.","Is 7/4 less than, equal to, or greater than 1?","Greater (1 and 3/4)","Less; fractions are parts of a whole",["Build 7/4 with fraction pieces.","Number line beyond 1.","Convert improper to mixed."],"m"]]);X('ma','algebra','KS2',[["Equals means 'answer next'","= means 'same value as'. Both sides balance.","Learners only see = before answers.","True or false: 8 = 3 + 5?","True; both equal 8","False; answer goes on right",["Balance scales.","Write 7 = 3 + 4.","Missing numbers on both sides."],"h"],["Letters mean one fixed number","Letters can be variables with many values.","Early algebra = 'find the missing number'.","In y = x + 3, how many values for x?","Infinitely many","Just one",["Table of values.","'Find x' vs 'x varies'.","Function machines."],"h"]]);X('ma','algebra','KS3',[["2a means 2 + a","Number before letter means multiply. 2a = 2 x a.","'2a' reads as 'two and a'.","a = 5. Value of 2a?","10","7",["Substitute values.","Function machine: x2.","Compare 2+a and 2a tables."],"h"],["Negative x negative = negative","Negative times negative gives positive. (-3) x (-2) = 6.","Double negatives feel wrong; learners expect negatives to stay negative.","(-4) x (-3)?","12 (positive)","(-12)",["Number line direction changes.","Pattern: 3x-2=-6, 2x-2=-4, 1x-2=-2, 0x-2=0, -1x-2=?","Debt analogy: removing debt is positive."],"h"]]);X('ma','geometry','KS2',[["Squares are not rectangles","A square meets all rectangle criteria plus equal sides. It is a special rectangle.","Taught as separate shapes.","Is a square a rectangle?","Yes; 4 right angles, equal opposite sides","No; rectangles have long and short sides",["List rectangle properties; check squares.","Venn diagram of quadrilaterals.","Draw rectangle with all equal sides."],"h"],["Rotating changes area","Rotation preserves all measurements.","Rotated shapes look different.","Rotate rectangle 90 degrees. Area changes?","No; stays the same","Yes; different position",["Measure, rotate, measure again.","Count squares before and after.","Which transformations preserve area?"],"m"],["Angles depend on line length","Angle measures the turn between two lines, not their length. Short lines can form large angles.","Diagrams show bigger angles with longer lines.","Two angles: same opening, different line lengths. Equal?","Yes; angle is the turn, not the length","No; longer lines make bigger angles",["Measure angles with different line lengths.","Use a protractor to prove equality.","Draw same angle with short and long arms."],"h"]]);X('ma','geometry','KS3',[["Diagonal of a square equals its side","The diagonal is longer: side x sqrt(2). A 10cm square has ~14.1cm diagonal.","It looks similar in length.","Square with 10cm sides. Diagonal length?","About 14.1cm","10cm",["Measure with ruler.","Pythagoras on a square.","Compare diagonal to side visually."],"m"]]);X('ma','statistics','KS2',[["Mean must be in the data set","Mean often falls between values. Mean of 1,2,6 is 3 (not in set).","Learners think the answer must come from the data.","Mean of 3, 5, 7?","5 (coincidentally present)","Must be 3, 5 or 7",["Calculate means not in the data.","Compare mean, median, mode.","Stack cubes to find mean physically."],"m"],["Bigger sample always better","Sample quality (representativeness) matters more than size alone. A biased large sample is worse than a fair small one.","More data feels more reliable.","100 learners from one school or 30 from ten schools?","30 from ten schools; more representative","100; bigger number is better",["Compare biased vs unbiased samples.","Design surveys with representative sampling.","Discuss election polling methods."],"m"]]);X('ma','ratio','KS3',[["1:3 means one third","1:3 is 1 part to 3 parts = 4 total. First share is 1/4.","Learners see 3 and think thirds.","Ratio 2:3. First share as fraction?","2/5","2/3",["Bar models with parts and total.","Total parts first, then fractions.","Concrete sharing problems."],"h"],["Ratio and proportion are the same","Ratio compares parts. Proportion compares part to whole.","Both describe relationships between quantities.","6 red, 4 blue. Ratio of red to blue?","6:4 (or 3:2); proportion of red is 6/10","6/4",["Distinguish ratio (part:part) from proportion (part:whole).","Convert between ratio and proportion.","Colour bead sorting activities."],"m"]]);X('ma','measurement','KS2',[["Same perimeter = same area","Shapes can share perimeters but differ in area. 1x9 and 5x5 both have perimeter 20.","Both describe size, so learners assume correlation.","Two rectangles, perimeter 20. Same area?","No; 1x9=9 and 4x6=24","Yes; same perimeter",["Fixed-length string, different rectangles.","Record perimeter and area.","Find max area for fixed perimeter."],"h"],["1 kilogram = 100 grams","1 kilogram = 1000 grams. The kilo prefix means thousand.","Learners confuse kilo with centi or with the number 100.","How many grams in 2 kilograms?","2000g","200g",["Weigh 1kg on scales showing grams.","Prefix chart: kilo=1000, centi=100th.","Convert between units with real objects."],"h"]]);X('ma','number-ops','KS1',[["Subtraction always gives smaller","Subtraction can reach zero. Later, negative numbers make results larger.","All early work takes from positive quantities.","5 minus 5?","0","Cannot work; must leave something",["Number line to zero.","Subtraction as difference.","What if we take away more?"],"m"],["Addition order matters","Addition is commutative: 3 + 5 = 5 + 3. Order does not change the total.","Learners learn to read left to right, so order seems important.","Is 4 + 7 the same as 7 + 4?","Yes; same total either way","No; different order, different answer",["Use counters to show both arrangements.","Turn-around cards.","Commutative law with manipulatives."],"m"]]);X('ma','number-ops','KS2',[["Division always gives smaller","Dividing by less than 1 gives larger results. 6 / 0.5 = 12.","Early division shares among whole groups.","6 divided by 0.5?","12; how many halves in 6","3; division makes smaller",["Grouping: how many 0.5s in 6?","Cut bars into halves, count.","Test divisors less than 1."],"h"],["Remainder means wrong answer","Remainders are valid results. 7 / 2 = 3 remainder 1 is correct.","Learners want clean answers; remainders feel like errors.","7 sweets shared between 2. Each gets?","3 each with 1 left over","Cannot be done; does not divide evenly",["Share real objects and discuss leftovers.","Contextualise remainders: what happens to the leftover?","Link to fractions: 7/2 = 3.5."],"m"]]);/* ── ENGLISH ── */X('en','grammar','KS1',[["Only proper names are nouns","Nouns include common (dog), abstract (happiness), collective (flock) and proper nouns.","'Naming word' plus capital letter emphasis limits the concept.","Noun: run, happiness, quickly?","Happiness","None; nouns are names only",["Sort words including abstract nouns.","Find non-name nouns in sentences.","Noun categories: people, places, things, ideas."],"h"],["All sentences end with full stops","Sentences can end with question marks, exclamation marks or full stops.","Early teaching emphasises capital-full stop pattern.","End of 'Where is the cat'?","Question mark","Full stop",["Sort sentences by type and punctuation.","Read aloud with intonation.","Write statement, question, exclamation."],"m"]]);X('en','grammar','KS2',[["Adverbs always end in -ly","Many do not: fast, hard, well, soon, often, very, quite.","The -ly pattern is taught as the identifier.","Is 'fast' an adverb in 'She runs fast'?","Yes; describes how she runs","No; no -ly ending",["List non -ly adverbs.","Identify by function not form.","Adverbs-without-ly word wall."],"h"],["Adjectives only describe colour and size","Adjectives describe any quality: feelings, textures, quantities, opinions. 'Enormous', 'nervous', 'wooden' are all adjectives.","Early examples focus on simple physical descriptions.","Is 'nervous' an adjective?","Yes; it describes a feeling","No; adjectives describe what things look like",["Sort adjectives by type: size, feeling, texture, opinion.","Expand noun phrases with varied adjectives.","Find adjectives in literature beyond colour/size."],"m"],["Conjunctions only join sentences","Conjunctions join words, phrases and clauses, not just whole sentences. 'Bread and butter' uses a conjunction.","Learners learn conjunctions as sentence joiners.","Does 'and' work as a conjunction in 'fish and chips'?","Yes; joining two words","No; conjunctions join sentences only",["Find conjunctions joining words and phrases.","Sort conjunctions by what they join.","Write examples at word, phrase and sentence level."],"m"]]);X('en','punctuation','KS2',[["Apostrophe before every final s","Apostrophes mark contraction or possession. Plural s never takes one.","Possession rule over-generalised.","Correct: 'The dogs are playing' or 'The dog's are playing'?","The dogs (plural, no apostrophe)","The dog's (s needs apostrophe)",["Sort: plural, possession, contraction.","Flowchart: belonging? contraction? otherwise no.","Correct deliberate errors."],"h"],["Commas wherever you pause","Commas follow grammar rules: lists, clauses, fronted adverbials. Pausing is unreliable.","'Comma where you breathe' leads to random placement.","Commas in: 'After lunch the children played games ate snacks and read books'?","After lunch, ... games, ate snacks and read books","Random placement at breath points",["Teach one comma rule at a time.","Correct misplaced commas.","Compare rules to pause test."],"h"]]);X('en','spelling','KS2',[["Sound it out always works","English has many irregular spellings. Enough, knight, yacht defy phonics.","Phonics teaches sound-letter links, but English has exceptions.","Spell 'yacht' by sounding out?","No; spelling does not match sounds","Yes; phonics works for all words",["Collect words breaking phonics rules.","Common irregular patterns.","Mnemonics and word origins."],"h"]]);X('en','reading','KS2',[["Good readers never re-read","Skilled readers re-read, adjust speed and monitor comprehension. It is a strategy.","Fluent readers seem to understand instantly.","Good reader hits confusing paragraph. What next?","Re-read carefully","Keep going; good readers never re-read",["Model think-aloud with re-reading.","Teach re-reading as strategy.","Celebrate active monitoring."],"m"],["Fiction is not real so cannot teach anything","Fiction develops empathy, vocabulary, critical thinking and understanding of human nature. Many truths are conveyed through stories.","Learners separate fact from fiction rigidly.","Can a fictional story teach something true about life?","Yes; themes like courage and fairness apply to real life","No; fiction is made up so nothing is real",["Identify life lessons in stories.","Compare fiction themes to real events.","Discuss why authors write fiction."],"m"]]);X('en','writing','KS2',[["Longer sentences are better","Effective writing mixes lengths. Short sentences create impact.","Learners praised for extending sentences.","Better: long description or 'The door opened. Darkness.'?","Both effective; short creates tension","Long; more description",["Analyse published sentence variety.","Rewrite using only long, then mix.","Colour-code sentence lengths."],"m"],["Stories must start with 'Once upon a time'","Stories can start in many ways: dialogue, action, description, question. Varied openings engage readers.","Fairy tale exposure establishes a fixed pattern.","Name three ways to start a story other than 'Once upon a time'.","Dialogue, action, or question","There is only one correct way",["Collect opening sentences from published books.","Write same story with 3 different openings.","Rate which openings hook the reader."],"m"]]);/* ── HISTORY ── */X('hi','chronology','KS1',[["Everything old happened together","The past spans millennia. Egyptians, Romans, Tudors and Victorians lived centuries apart.","'Long ago' covers everything for young children.","Egyptians and Victorians at the same time?","No; thousands of years apart","Yes; both long ago",["Washing line timeline.","Personal timelines first.","Compare ages to historical gaps."],"h"],["Old photos mean a black-and-white world","The world was always in colour. Only photos were monochrome.","All old photos are black and white.","Did Victorians see in colour?","Yes; only cameras lacked colour","No; like the photos",["Modern photo in B&W vs colour.","Why early cameras missed colour.","Colour paintings from same era."],"m"]]);X('hi','chronology','KS2',[["BC dates count upwards","BC counts backwards: 500 BC is earlier than 200 BC.","Number lines usually count up.","Earlier: 500 BC or 200 BC?","500 BC (further back)","200 BC; smaller number",["Timeline crossing zero.","Backwards number line.","Order mixed BC/AD dates."],"m"]]);X('hi','cause-effect','KS2',[["Events have a single cause","Most events have multiple causes: social, economic, political, technological.","Narratives simplify to one cause.","What caused the Great Fire of London?","Multiple: bakery fire, timber, drought, wind","The bakery",["List all factors.","Rank causes and justify.","Diamond nine activity."],"h"],["Past people were less intelligent","Every era shows remarkable problem-solving. Pyramids, aqueducts, navigation.","Old technology looks primitive.","Romans built 50-mile aqueducts. Intelligence?","Highly skilled engineers","Less clever; no modern tools",["Study sophisticated achievements.","Replicate simple historical tech.","What will future people think of us?"],"m"]]);X('hi','evidence','KS2',[["Written sources are always true","Sources can be biased or misleading. Evaluate who, when, why, for whom.","Books carry authority.","King claims a great victory. Trust him?","Not necessarily; kings exaggerate","Yes; he was there",["Compare two accounts of one event.","Source questions: who, when, why?","Write biased classroom accounts."],"h"],["Older sources are less reliable","Age alone does not determine reliability. Context, authorship and purpose matter more.","Learners associate old with outdated.","Is a Roman diary less reliable than a modern textbook about Rome?","Not necessarily; the diary is a primary source","Yes; modern books are more accurate",["Compare primary and secondary sources.","Discuss advantages of eyewitness accounts.","Evaluate sources by purpose, not just age."],"m"],["History is only about kings and battles","History includes everyday life, culture, technology, trade and ordinary people's experiences.","Traditional curricula emphasise rulers and warfare.","Is studying Victorian children's daily life real history?","Yes; social history is as important as political history","No; history is about important events",["Research daily life in a historical period.","Compare a ruler's day to a child's day.","Discuss whose stories get told and why."],"m"]]);X('hi','change','KS2',[["Change always means progress","Change can be positive, negative or mixed.","Progress narratives dominate teaching.","Industrial Revolution: purely good?","Mixed: wealth but also child labour, pollution","Yes; factories better than farming",["List positives and negatives.","Different perspectives: owner vs worker.","Evidence-based debate."],"m"],["Things stayed the same in each period","Every period had ongoing changes: technology, beliefs, laws. Change happens within periods, not just between them.","Periods are taught as static blocks.","Did anything change during the Victorian era?","Yes; massive changes in technology, law, society and medicine","No; the Victorian era was one consistent period",["Create change timelines within a single period.","Compare start and end of a period.","Identify drivers of change within eras."],"m"]]);/* ── GEOGRAPHY ── */X('ge','maps','KS1',[["North is up","North is towards the North Pole. Maps conventionally show it at top.","Maps always have north at top.","Hold map sideways. North changes?","No; north stays toward North Pole","Yes; north is always at top",["Compass outdoors vs map.","Rotate maps; compass stays constant.","Historical maps with south at top."],"h"]]);X('ge','maps','KS2',[["Greenland equals Africa in size","Mercator projection distorts. Africa is 14 times larger.","Most common map type misleads.","Map shows Greenland similar to Africa. Reality?","Africa is 14x larger","About the same size",["Compare map projections.","thetruesize.com.","Why Mercator was created."],"h"],["Maps always shrink things","Scale is a ratio. Diagrams can enlarge (e.g. cells).","Only encounter shrinking maps.","Can a map show something bigger?","Yes; cell diagrams are enlarged","No; maps always reduce",["World maps vs insect diagrams.","Calculate real distances.","Classroom maps at different scales."],"l"]]);X('ge','climate','KS2',[["Weather and climate are identical","Weather is short-term. Climate is 30-year average for a region.","Both involve temperature and rain.","Hot London July day. Hot climate?","No; one day is weather. London is temperate.","Yes; hot day means hot climate",["Track weather one month; compare climate data.","Climate=expect; weather=get.","Compare climate graphs: London, Cairo, Manaus."],"h"],["Deserts are always hot","Deserts are defined by low rainfall (<250mm/year). Antarctica is the largest desert.","Media shows hot sandy deserts.","Is Antarctica a desert?","Yes; very low precipitation","No; deserts are hot and sandy",["Define desert by precipitation.","Compare Sahara, Antarctica, Gobi.","Map and classify deserts."],"h"]]);X('ge','physical','KS2',[["Rivers flow south","Rivers flow downhill regardless of compass direction. The Nile flows north.","Familiar rivers flow roughly south; 'down' on maps is south.","Nile direction?","South to north","North to south",["Trace rivers and note directions.","Tilted tray: gradient not compass.","Find rivers flowing every direction."],"h"],["Earthquakes happen randomly","They cluster along tectonic plate boundaries.","News shows events in many countries.","Plot all earthquakes on a map. Evenly spread?","No; cluster at plate boundaries","Yes; random everywhere",["Plot earthquake data vs plate boundaries.","Identify Ring of Fire.","Compare active vs inactive regions."],"m"]]);X('ge','human','KS2',[["Everyone in developing countries is poor","Developing countries have megacities and wealth alongside poverty.","Media focuses on poverty.","Does Lagos have skyscrapers?","Yes; modern city alongside poverty","No; developing country",["Google Earth cities in developing countries.","Compare inequality within UK.","Discuss uneven development."],"h"],["Every country's population grows","Growth rates vary. Japan's population is declining.","Global total rises, so learners generalise.","Every country growing?","No; Japan and Germany are stable/declining","Yes; world grows so all do",["Compare population pyramids.","Discuss varying birth/death rates.","Graph contrasting country trends."],"m"],["Cities grow because people want to live there","Urbanisation is driven by economic forces: jobs, services, education. Push factors from rural areas also matter.","Learners think of cities as desirable places rather than economic systems.","Why do people move to cities?","For jobs, services and opportunities (economic pull and rural push factors)","Because cities are nicer places to live",["List push and pull factors.","Case study: rural to urban migration.","Map urbanisation rates globally."],"m"]]);/* ── Lookup ── */function LK(s,t,k){return D[s+'|'+t+'|'+k]||null}/* ── Tips ── */var TI={sc:["Use diagnostic questions at the START of topics to reveal misconceptions before they entrench.","Create cognitive conflict through demonstrations contradicting predictions rather than telling correct answers.","Revisit corrected misconceptions after 2-4 weeks; they can bounce back (Nussbaum & Novick, 1982)."],ma:["Use 'always, sometimes, never' tasks to probe over-generalised rules.","Present non-examples alongside examples; showing what something is NOT is equally powerful (Chi, 2005).","Ask learners to explain wrong answers; reasoning reveals the misconception better than the error."],en:["Collect exception words breaking rules. Discuss WHY English has exceptions.","Use editing tasks with deliberate errors to build meta-linguistic awareness.","Model your own writing mistakes. Learners need to see that experts also revise."],hi:["Present contrasting sources about the same event to build evaluation skills.","Use thinking hats for multiple perspectives, preventing single-cause thinking.","Create living timelines; physical positioning helps grasp time scales."],ge:["Use satellite imagery and real data rather than textbook illustrations.","Anchor unfamiliar places to familiar ones for stronger understanding.","Encourage hypothetical thinking: What if it never rained?"]};/* ── DOM ── */var sS=document.getElementById('sl-eef-mm-subject'),tS=document.getElementById('sl-eef-mm-topic'),kS=document.getElementById('sl-eef-mm-ks'),gB=document.getElementById('sl-eef-mm-gen'),rD=document.getElementById('sl-eef-mm-results'),cD=document.getElementById('sl-eef-mm-cards'),rH=document.getElementById('sl-eef-mm-rh'),rSm=document.getElementById('sl-eef-mm-rs'),tL=document.getElementById('sl-eef-mm-tl');sS.addEventListener('change',function(){var v=sS.value;tS.innerHTML='';if(!v){tS.innerHTML='';tS.disabled=true}else{tS.disabled=false;var p=document.createElement('option');p.value='';p.textContent='Choose a topic...';tS.appendChild(p);var ts=TS[v]||[];for(var i=0;iCorrect Understanding

          '+esc(it[1])+'

          ';inn.appendChild(cor);var wy=document.createElement('div');wy.className='sl-eef-mm__wy';wy.innerHTML='Why learners think this

          '+esc(it[2])+'

          ';inn.appendChild(wy);var dg=document.createElement('div');dg.className='sl-eef-mm__dg';dg.innerHTML='Diagnostic Question'+esc(it[3])+'';dg.innerHTML+='
          \u2713'+esc(it[4])+'
          ';dg.innerHTML+='
          \u2717'+esc(it[5])+'
          ';inn.appendChild(dg);var iv=document.createElement('div');iv.className='sl-eef-mm__iv';iv.innerHTML='3-Step Intervention';var sl=document.createElement('ol');sl.className='sl-eef-mm__st';for(var s=0;s'+(s+1)+''+esc(it[6][s])+'';sl.appendChild(st)}iv.appendChild(sl);inn.appendChild(iv);bd.appendChild(inn);cd.appendChild(bd);tg.addEventListener('click',function(){var e=tg.getAttribute('aria-expanded')==='true';tg.setAttribute('aria-expanded',String(!e));bd.classList.toggle('sl-eef-mm__cb--open')});return cd;}function esc(s){return s.replace(/&/g,'&').replace(//g,'>')}function pt(){var sv=sS.value,tv=tS.value,kv=kS.value,sl=SN[sv],tl=tS.options[tS.selectedIndex].textContent;var it=LK(sv,tv,kv);if(!it)return'';var o=['MISCONCEPTION MAPPER','====================',tl+' \u2014 '+sl+', '+kv,it.length+' misconceptions',''];for(var i=0;iSelect a subject first...';tS.disabled=true;kS.value='';gB.disabled=true;rD.classList.remove('active');cD.innerHTML='';S=false;G('reset')});var ab=document.querySelectorAll('.sl-eef-mm__acc-btn');for(var a=0;a 1.","8 x 0.5?","4 (half of 8)","More than 8",["Number line: 0.5 x 8 = half of 8.","Test multipliers less than 1.","Multiplication as scaling."],"h"] ]); X('ma','fractions','KS1',[ ["Half means any two pieces","Halves must be equal. Two unequal pieces are not halves.","Learners count pieces, not equality.","Pizza cut into two unequal pieces. Each a half?","No; halves must be equal","Yes; two pieces",["Fold paper equally and unequally.","Sort shapes: halves vs not.","Stress EQUAL every time."],"h"] ]); X('ma','fractions','KS2',[ ["Bigger denominator = bigger fraction","Bigger denominator means smaller pieces. 1/8 < 1/4.","8 > 4, so 1/8 seems bigger.","Larger: 1/4 or 1/8?","1/4; fewer, larger pieces","1/8; 8 is bigger",["Fold paper into quarters and eighths.","Fraction wall comparison.","Share chocolate among 4 vs 8."],"h"], ["Add fractions by adding tops and bottoms","Need common denominators. 1/3 + 1/4 = 4/12 + 3/12 = 7/12.","Adding numerators and denominators follows whole-number logic.","1/2 + 1/3?","5/6","2/5",["Fraction wall disproof.","Shade 1/2 and 1/3 on same bar.","Common denominators with manipulatives."],"h"], ["Fractions are always less than 1","Improper fractions exceed 1. 5/3 = 1 and 2/3.","Early work only uses proper fractions.","Is 7/4 less than, equal to, or greater than 1?","Greater (1 and 3/4)","Less; fractions are parts of a whole",["Build 7/4 with fraction pieces.","Number line beyond 1.","Convert improper to mixed."],"m"] ]); X('ma','algebra','KS2',[ ["Equals means 'answer next'","= means 'same value as'. Both sides balance.","Learners only see = before answers.","True or false: 8 = 3 + 5?","True; both equal 8","False; answer goes on right",["Balance scales.","Write 7 = 3 + 4.","Missing numbers on both sides."],"h"], ["Letters mean one fixed number","Letters can be variables with many values.","Early algebra = 'find the missing number'.","In y = x + 3, how many values for x?","Infinitely many","Just one",["Table of values.","'Find x' vs 'x varies'.","Function machines."],"h"] ]); X('ma','algebra','KS3',[ ["2a means 2 + a","Number before letter means multiply. 2a = 2 x a.","'2a' reads as 'two and a'.","a = 5. Value of 2a?","10","7",["Substitute values.","Function machine: x2.","Compare 2+a and 2a tables."],"h"], ["Negative x negative = negative","Negative times negative gives positive. (-3) x (-2) = 6.","Double negatives feel wrong; learners expect negatives to stay negative.","(-4) x (-3)?","12 (positive)","(-12)",["Number line direction changes.","Pattern: 3x-2=-6, 2x-2=-4, 1x-2=-2, 0x-2=0, -1x-2=?","Debt analogy: removing debt is positive."],"h"] ]); X('ma','geometry','KS2',[ ["Squares are not rectangles","A square meets all rectangle criteria plus equal sides. It is a special rectangle.","Taught as separate shapes.","Is a square a rectangle?","Yes; 4 right angles, equal opposite sides","No; rectangles have long and short sides",["List rectangle properties; check squares.","Venn diagram of quadrilaterals.","Draw rectangle with all equal sides."],"h"], ["Rotating changes area","Rotation preserves all measurements.","Rotated shapes look different.","Rotate rectangle 90 degrees. Area changes?","No; stays the same","Yes; different position",["Measure, rotate, measure again.","Count squares before and after.","Which transformations preserve area?"],"m"], ["Angles depend on line length","Angle measures the turn between two lines, not their length. Short lines can form large angles.","Diagrams show bigger angles with longer lines.","Two angles: same opening, different line lengths. Equal?","Yes; angle is the turn, not the length","No; longer lines make bigger angles",["Measure angles with different line lengths.","Use a protractor to prove equality.","Draw same angle with short and long arms."],"h"] ]); X('ma','geometry','KS3',[ ["Diagonal of a square equals its side","The diagonal is longer: side x sqrt(2). A 10cm square has ~14.1cm diagonal.","It looks similar in length.","Square with 10cm sides. Diagonal length?","About 14.1cm","10cm",["Measure with ruler.","Pythagoras on a square.","Compare diagonal to side visually."],"m"] ]); X('ma','statistics','KS2',[ ["Mean must be in the data set","Mean often falls between values. Mean of 1,2,6 is 3 (not in set).","Learners think the answer must come from the data.","Mean of 3, 5, 7?","5 (coincidentally present)","Must be 3, 5 or 7",["Calculate means not in the data.","Compare mean, median, mode.","Stack cubes to find mean physically."],"m"], ["Bigger sample always better","Sample quality (representativeness) matters more than size alone. A biased large sample is worse than a fair small one.","More data feels more reliable.","100 learners from one school or 30 from ten schools?","30 from ten schools; more representative","100; bigger number is better",["Compare biased vs unbiased samples.","Design surveys with representative sampling.","Discuss election polling methods."],"m"] ]); X('ma','ratio','KS3',[ ["1:3 means one third","1:3 is 1 part to 3 parts = 4 total. First share is 1/4.","Learners see 3 and think thirds.","Ratio 2:3. First share as fraction?","2/5","2/3",["Bar models with parts and total.","Total parts first, then fractions.","Concrete sharing problems."],"h"], ["Ratio and proportion are the same","Ratio compares parts. Proportion compares part to whole.","Both describe relationships between quantities.","6 red, 4 blue. Ratio of red to blue?","6:4 (or 3:2); proportion of red is 6/10","6/4",["Distinguish ratio (part:part) from proportion (part:whole).","Convert between ratio and proportion.","Colour bead sorting activities."],"m"] ]); X('ma','measurement','KS2',[ ["Same perimeter = same area","Shapes can share perimeters but differ in area. 1x9 and 5x5 both have perimeter 20.","Both describe size, so learners assume correlation.","Two rectangles, perimeter 20. Same area?","No; 1x9=9 and 4x6=24","Yes; same perimeter",["Fixed-length string, different rectangles.","Record perimeter and area.","Find max area for fixed perimeter."],"h"], ["1 kilogram = 100 grams","1 kilogram = 1000 grams. The kilo prefix means thousand.","Learners confuse kilo with centi or with the number 100.","How many grams in 2 kilograms?","2000g","200g",["Weigh 1kg on scales showing grams.","Prefix chart: kilo=1000, centi=100th.","Convert between units with real objects."],"h"] ]); X('ma','number-ops','KS1',[ ["Subtraction always gives smaller","Subtraction can reach zero. Later, negative numbers make results larger.","All early work takes from positive quantities.","5 minus 5?","0","Cannot work; must leave something",["Number line to zero.","Subtraction as difference.","What if we take away more?"],"m"], ["Addition order matters","Addition is commutative: 3 + 5 = 5 + 3. Order does not change the total.","Learners learn to read left to right, so order seems important.","Is 4 + 7 the same as 7 + 4?","Yes; same total either way","No; different order, different answer",["Use counters to show both arrangements.","Turn-around cards.","Commutative law with manipulatives."],"m"] ]); X('ma','number-ops','KS2',[ ["Division always gives smaller","Dividing by less than 1 gives larger results. 6 / 0.5 = 12.","Early division shares among whole groups.","6 divided by 0.5?","12; how many halves in 6","3; division makes smaller",["Grouping: how many 0.5s in 6?","Cut bars into halves, count.","Test divisors less than 1."],"h"], ["Remainder means wrong answer","Remainders are valid results. 7 / 2 = 3 remainder 1 is correct.","Learners want clean answers; remainders feel like errors.","7 sweets shared between 2. Each gets?","3 each with 1 left over","Cannot be done; does not divide evenly",["Share real objects and discuss leftovers.","Contextualise remainders: what happens to the leftover?","Link to fractions: 7/2 = 3.5."],"m"] ]); /* ── ENGLISH ── */ X('en','grammar','KS1',[ ["Only proper names are nouns","Nouns include common (dog), abstract (happiness), collective (flock) and proper nouns.","'Naming word' plus capital letter emphasis limits the concept.","Noun: run, happiness, quickly?","Happiness","None; nouns are names only",["Sort words including abstract nouns.","Find non-name nouns in sentences.","Noun categories: people, places, things, ideas."],"h"], ["All sentences end with full stops","Sentences can end with question marks, exclamation marks or full stops.","Early teaching emphasises capital-full stop pattern.","End of 'Where is the cat'?","Question mark","Full stop",["Sort sentences by type and punctuation.","Read aloud with intonation.","Write statement, question, exclamation."],"m"] ]); X('en','grammar','KS2',[ ["Adverbs always end in -ly","Many do not: fast, hard, well, soon, often, very, quite.","The -ly pattern is taught as the identifier.","Is 'fast' an adverb in 'She runs fast'?","Yes; describes how she runs","No; no -ly ending",["List non -ly adverbs.","Identify by function not form.","Adverbs-without-ly word wall."],"h"], ["Adjectives only describe colour and size","Adjectives describe any quality: feelings, textures, quantities, opinions. 'Enormous', 'nervous', 'wooden' are all adjectives.","Early examples focus on simple physical descriptions.","Is 'nervous' an adjective?","Yes; it describes a feeling","No; adjectives describe what things look like",["Sort adjectives by type: size, feeling, texture, opinion.","Expand noun phrases with varied adjectives.","Find adjectives in literature beyond colour/size."],"m"], ["Conjunctions only join sentences","Conjunctions join words, phrases and clauses, not just whole sentences. 'Bread and butter' uses a conjunction.","Learners learn conjunctions as sentence joiners.","Does 'and' work as a conjunction in 'fish and chips'?","Yes; joining two words","No; conjunctions join sentences only",["Find conjunctions joining words and phrases.","Sort conjunctions by what they join.","Write examples at word, phrase and sentence level."],"m"] ]); X('en','punctuation','KS2',[ ["Apostrophe before every final s","Apostrophes mark contraction or possession. Plural s never takes one.","Possession rule over-generalised.","Correct: 'The dogs are playing' or 'The dog's are playing'?","The dogs (plural, no apostrophe)","The dog's (s needs apostrophe)",["Sort: plural, possession, contraction.","Flowchart: belonging? contraction? otherwise no.","Correct deliberate errors."],"h"], ["Commas wherever you pause","Commas follow grammar rules: lists, clauses, fronted adverbials. Pausing is unreliable.","'Comma where you breathe' leads to random placement.","Commas in: 'After lunch the children played games ate snacks and read books'?","After lunch, ... games, ate snacks and read books","Random placement at breath points",["Teach one comma rule at a time.","Correct misplaced commas.","Compare rules to pause test."],"h"] ]); X('en','spelling','KS2',[ ["Sound it out always works","English has many irregular spellings. Enough, knight, yacht defy phonics.","Phonics teaches sound-letter links, but English has exceptions.","Spell 'yacht' by sounding out?","No; spelling does not match sounds","Yes; phonics works for all words",["Collect words breaking phonics rules.","Common irregular patterns.","Mnemonics and word origins."],"h"] ]); X('en','reading','KS2',[ ["Good readers never re-read","Skilled readers re-read, adjust speed and monitor comprehension. It is a strategy.","Fluent readers seem to understand instantly.","Good reader hits confusing paragraph. What next?","Re-read carefully","Keep going; good readers never re-read",["Model think-aloud with re-reading.","Teach re-reading as strategy.","Celebrate active monitoring."],"m"], ["Fiction is not real so cannot teach anything","Fiction develops empathy, vocabulary, critical thinking and understanding of human nature. Many truths are conveyed through stories.","Learners separate fact from fiction rigidly.","Can a fictional story teach something true about life?","Yes; themes like courage and fairness apply to real life","No; fiction is made up so nothing is real",["Identify life lessons in stories.","Compare fiction themes to real events.","Discuss why authors write fiction."],"m"] ]); X('en','writing','KS2',[ ["Longer sentences are better","Effective writing mixes lengths. Short sentences create impact.","Learners praised for extending sentences.","Better: long description or 'The door opened. Darkness.'?","Both effective; short creates tension","Long; more description",["Analyse published sentence variety.","Rewrite using only long, then mix.","Colour-code sentence lengths."],"m"], ["Stories must start with 'Once upon a time'","Stories can start in many ways: dialogue, action, description, question. Varied openings engage readers.","Fairy tale exposure establishes a fixed pattern.","Name three ways to start a story other than 'Once upon a time'.","Dialogue, action, or question","There is only one correct way",["Collect opening sentences from published books.","Write same story with 3 different openings.","Rate which openings hook the reader."],"m"] ]); /* ── HISTORY ── */ X('hi','chronology','KS1',[ ["Everything old happened together","The past spans millennia. Egyptians, Romans, Tudors and Victorians lived centuries apart.","'Long ago' covers everything for young children.","Egyptians and Victorians at the same time?","No; thousands of years apart","Yes; both long ago",["Washing line timeline.","Personal timelines first.","Compare ages to historical gaps."],"h"], ["Old photos mean a black-and-white world","The world was always in colour. Only photos were monochrome.","All old photos are black and white.","Did Victorians see in colour?","Yes; only cameras lacked colour","No; like the photos",["Modern photo in B&W vs colour.","Why early cameras missed colour.","Colour paintings from same era."],"m"] ]); X('hi','chronology','KS2',[ ["BC dates count upwards","BC counts backwards: 500 BC is earlier than 200 BC.","Number lines usually count up.","Earlier: 500 BC or 200 BC?","500 BC (further back)","200 BC; smaller number",["Timeline crossing zero.","Backwards number line.","Order mixed BC/AD dates."],"m"] ]); X('hi','cause-effect','KS2',[ ["Events have a single cause","Most events have multiple causes: social, economic, political, technological.","Narratives simplify to one cause.","What caused the Great Fire of London?","Multiple: bakery fire, timber, drought, wind","The bakery",["List all factors.","Rank causes and justify.","Diamond nine activity."],"h"], ["Past people were less intelligent","Every era shows remarkable problem-solving. Pyramids, aqueducts, navigation.","Old technology looks primitive.","Romans built 50-mile aqueducts. Intelligence?","Highly skilled engineers","Less clever; no modern tools",["Study sophisticated achievements.","Replicate simple historical tech.","What will future people think of us?"],"m"] ]); X('hi','evidence','KS2',[ ["Written sources are always true","Sources can be biased or misleading. Evaluate who, when, why, for whom.","Books carry authority.","King claims a great victory. Trust him?","Not necessarily; kings exaggerate","Yes; he was there",["Compare two accounts of one event.","Source questions: who, when, why?","Write biased classroom accounts."],"h"], ["Older sources are less reliable","Age alone does not determine reliability. Context, authorship and purpose matter more.","Learners associate old with outdated.","Is a Roman diary less reliable than a modern textbook about Rome?","Not necessarily; the diary is a primary source","Yes; modern books are more accurate",["Compare primary and secondary sources.","Discuss advantages of eyewitness accounts.","Evaluate sources by purpose, not just age."],"m"], ["History is only about kings and battles","History includes everyday life, culture, technology, trade and ordinary people's experiences.","Traditional curricula emphasise rulers and warfare.","Is studying Victorian children's daily life real history?","Yes; social history is as important as political history","No; history is about important events",["Research daily life in a historical period.","Compare a ruler's day to a child's day.","Discuss whose stories get told and why."],"m"] ]); X('hi','change','KS2',[ ["Change always means progress","Change can be positive, negative or mixed.","Progress narratives dominate teaching.","Industrial Revolution: purely good?","Mixed: wealth but also child labour, pollution","Yes; factories better than farming",["List positives and negatives.","Different perspectives: owner vs worker.","Evidence-based debate."],"m"], ["Things stayed the same in each period","Every period had ongoing changes: technology, beliefs, laws. Change happens within periods, not just between them.","Periods are taught as static blocks.","Did anything change during the Victorian era?","Yes; massive changes in technology, law, society and medicine","No; the Victorian era was one consistent period",["Create change timelines within a single period.","Compare start and end of a period.","Identify drivers of change within eras."],"m"] ]); /* ── GEOGRAPHY ── */ X('ge','maps','KS1',[ ["North is up","North is towards the North Pole. Maps conventionally show it at top.","Maps always have north at top.","Hold map sideways. North changes?","No; north stays toward North Pole","Yes; north is always at top",["Compass outdoors vs map.","Rotate maps; compass stays constant.","Historical maps with south at top."],"h"] ]); X('ge','maps','KS2',[ ["Greenland equals Africa in size","Mercator projection distorts. Africa is 14 times larger.","Most common map type misleads.","Map shows Greenland similar to Africa. Reality?","Africa is 14x larger","About the same size",["Compare map projections.","thetruesize.com.","Why Mercator was created."],"h"], ["Maps always shrink things","Scale is a ratio. Diagrams can enlarge (e.g. cells).","Only encounter shrinking maps.","Can a map show something bigger?","Yes; cell diagrams are enlarged","No; maps always reduce",["World maps vs insect diagrams.","Calculate real distances.","Classroom maps at different scales."],"l"] ]); X('ge','climate','KS2',[ ["Weather and climate are identical","Weather is short-term. Climate is 30-year average for a region.","Both involve temperature and rain.","Hot London July day. Hot climate?","No; one day is weather. London is temperate.","Yes; hot day means hot climate",["Track weather one month; compare climate data.","Climate=expect; weather=get.","Compare climate graphs: London, Cairo, Manaus."],"h"], ["Deserts are always hot","Deserts are defined by low rainfall (<250mm/year). Antarctica is the largest desert.","Media shows hot sandy deserts.","Is Antarctica a desert?","Yes; very low precipitation","No; deserts are hot and sandy",["Define desert by precipitation.","Compare Sahara, Antarctica, Gobi.","Map and classify deserts."],"h"] ]); X('ge','physical','KS2',[ ["Rivers flow south","Rivers flow downhill regardless of compass direction. The Nile flows north.","Familiar rivers flow roughly south; 'down' on maps is south.","Nile direction?","South to north","North to south",["Trace rivers and note directions.","Tilted tray: gradient not compass.","Find rivers flowing every direction."],"h"], ["Earthquakes happen randomly","They cluster along tectonic plate boundaries.","News shows events in many countries.","Plot all earthquakes on a map. Evenly spread?","No; cluster at plate boundaries","Yes; random everywhere",["Plot earthquake data vs plate boundaries.","Identify Ring of Fire.","Compare active vs inactive regions."],"m"] ]); X('ge','human','KS2',[ ["Everyone in developing countries is poor","Developing countries have megacities and wealth alongside poverty.","Media focuses on poverty.","Does Lagos have skyscrapers?","Yes; modern city alongside poverty","No; developing country",["Google Earth cities in developing countries.","Compare inequality within UK.","Discuss uneven development."],"h"], ["Every country's population grows","Growth rates vary. Japan's population is declining.","Global total rises, so learners generalise.","Every country growing?","No; Japan and Germany are stable/declining","Yes; world grows so all do",["Compare population pyramids.","Discuss varying birth/death rates.","Graph contrasting country trends."],"m"], ["Cities grow because people want to live there","Urbanisation is driven by economic forces: jobs, services, education. Push factors from rural areas also matter.","Learners think of cities as desirable places rather than economic systems.","Why do people move to cities?","For jobs, services and opportunities (economic pull and rural push factors)","Because cities are nicer places to live",["List push and pull factors.","Case study: rural to urban migration.","Map urbanisation rates globally."],"m"] ]); /* ── Lookup ── */ function LK(s,t,k){return D[s+'|'+t+'|'+k]||null} /* ── Tips ── */ var TI={ sc:["Use diagnostic questions at the START of topics to reveal misconceptions before they entrench.","Create cognitive conflict through demonstrations contradicting predictions rather than telling correct answers.","Revisit corrected misconceptions after 2-4 weeks; they can bounce back (Nussbaum & Novick, 1982)."], ma:["Use 'always, sometimes, never' tasks to probe over-generalised rules.","Present non-examples alongside examples; showing what something is NOT is equally powerful (Chi, 2005).","Ask learners to explain wrong answers; reasoning reveals the misconception better than the error."], en:["Collect exception words breaking rules. Discuss WHY English has exceptions.","Use editing tasks with deliberate errors to build meta-linguistic awareness.","Model your own writing mistakes. Learners need to see that experts also revise."], hi:["Present contrasting sources about the same event to build evaluation skills.","Use thinking hats for multiple perspectives, preventing single-cause thinking.","Create living timelines; physical positioning helps grasp time scales."], ge:["Use satellite imagery and real data rather than textbook illustrations.","Anchor unfamiliar places to familiar ones for stronger understanding.","Encourage hypothetical thinking: What if it never rained?"] }; /* ── DOM ── */ var sS=document.getElementById('sl-eef-mm-subject'),tS=document.getElementById('sl-eef-mm-topic'),kS=document.getElementById('sl-eef-mm-ks'),gB=document.getElementById('sl-eef-mm-gen'),rD=document.getElementById('sl-eef-mm-results'),cD=document.getElementById('sl-eef-mm-cards'),rH=document.getElementById('sl-eef-mm-rh'),rSm=document.getElementById('sl-eef-mm-rs'),tL=document.getElementById('sl-eef-mm-tl'); sS.addEventListener('change',function(){var v=sS.value;tS.innerHTML='';if(!v){tS.innerHTML='';tS.disabled=true}else{tS.disabled=false;var p=document.createElement('option');p.value='';p.textContent='Choose a topic...';tS.appendChild(p);var ts=TS[v]||[];for(var i=0;i';inn.appendChild(cor); var wy=document.createElement('div');wy.className='sl-eef-mm__wy'; wy.innerHTML='Why learners think this

          '+esc(it[2])+'

          ';inn.appendChild(wy); var dg=document.createElement('div');dg.className='sl-eef-mm__dg'; dg.innerHTML='Diagnostic Question'+esc(it[3])+''; dg.innerHTML+='
          \u2713'+esc(it[4])+'
          '; dg.innerHTML+='
          \u2717'+esc(it[5])+'
          '; inn.appendChild(dg); var iv=document.createElement('div');iv.className='sl-eef-mm__iv';iv.innerHTML='3-Step Intervention'; var sl=document.createElement('ol');sl.className='sl-eef-mm__st'; for(var s=0;s'+(s+1)+''+esc(it[6][s])+'';sl.appendChild(st)} iv.appendChild(sl);inn.appendChild(iv);bd.appendChild(inn);cd.appendChild(bd); tg.addEventListener('click',function(){var e=tg.getAttribute('aria-expanded')==='true';tg.setAttribute('aria-expanded',String(!e));bd.classList.toggle('sl-eef-mm__cb--open')}); return cd; } function esc(s){return s.replace(/&/g,'&').replace(//g,'>')} function pt(){ var sv=sS.value,tv=tS.value,kv=kS.value,sl=SN[sv],tl=tS.options[tS.selectedIndex].textContent; var it=LK(sv,tv,kv);if(!it)return''; var o=['MISCONCEPTION MAPPER','====================',tl+' \u2014 '+sl+', '+kv,it.length+' misconceptions','']; for(var i=0;i 1.","8 x 0.5?","4 (half of 8)","More than 8",["Number line: 0.5 x 8 = half of 8.","Test multipliers less than 1.","Multiplication as scaling."],"h"]]);X('ma','fractions','KS1',[["Half means any two pieces","Halves must be equal. Two unequal pieces are not halves.","Learners count pieces, not equality.","Pizza cut into two unequal pieces. Each a half?","No; halves must be equal","Yes; two pieces",["Fold paper equally and unequally.","Sort shapes: halves vs not.","Stress EQUAL every time."],"h"]]);X('ma','fractions','KS2',[["Bigger denominator = bigger fraction","Bigger denominator means smaller pieces. 1/8 < 1/4.","8 > 4, so 1/8 seems bigger.","Larger: 1/4 or 1/8?","1/4; fewer, larger pieces","1/8; 8 is bigger",["Fold paper into quarters and eighths.","Fraction wall comparison.","Share chocolate among 4 vs 8."],"h"],["Add fractions by adding tops and bottoms","Need common denominators. 1/3 + 1/4 = 4/12 + 3/12 = 7/12.","Adding numerators and denominators follows whole-number logic.","1/2 + 1/3?","5/6","2/5",["Fraction wall disproof.","Shade 1/2 and 1/3 on same bar.","Common denominators with manipulatives."],"h"],["Fractions are always less than 1","Improper fractions exceed 1. 5/3 = 1 and 2/3.","Early work only uses proper fractions.","Is 7/4 less than, equal to, or greater than 1?","Greater (1 and 3/4)","Less; fractions are parts of a whole",["Build 7/4 with fraction pieces.","Number line beyond 1.","Convert improper to mixed."],"m"]]);X('ma','algebra','KS2',[["Equals means 'answer next'","= means 'same value as'. Both sides balance.","Learners only see = before answers.","True or false: 8 = 3 + 5?","True; both equal 8","False; answer goes on right",["Balance scales.","Write 7 = 3 + 4.","Missing numbers on both sides."],"h"],["Letters mean one fixed number","Letters can be variables with many values.","Early algebra = 'find the missing number'.","In y = x + 3, how many values for x?","Infinitely many","Just one",["Table of values.","'Find x' vs 'x varies'.","Function machines."],"h"]]);X('ma','algebra','KS3',[["2a means 2 + a","Number before letter means multiply. 2a = 2 x a.","'2a' reads as 'two and a'.","a = 5. Value of 2a?","10","7",["Substitute values.","Function machine: x2.","Compare 2+a and 2a tables."],"h"],["Negative x negative = negative","Negative times negative gives positive. (-3) x (-2) = 6.","Double negatives feel wrong; learners expect negatives to stay negative.","(-4) x (-3)?","12 (positive)","(-12)",["Number line direction changes.","Pattern: 3x-2=-6, 2x-2=-4, 1x-2=-2, 0x-2=0, -1x-2=?","Debt analogy: removing debt is positive."],"h"]]);X('ma','geometry','KS2',[["Squares are not rectangles","A square meets all rectangle criteria plus equal sides. It is a special rectangle.","Taught as separate shapes.","Is a square a rectangle?","Yes; 4 right angles, equal opposite sides","No; rectangles have long and short sides",["List rectangle properties; check squares.","Venn diagram of quadrilaterals.","Draw rectangle with all equal sides."],"h"],["Rotating changes area","Rotation preserves all measurements.","Rotated shapes look different.","Rotate rectangle 90 degrees. Area changes?","No; stays the same","Yes; different position",["Measure, rotate, measure again.","Count squares before and after.","Which transformations preserve area?"],"m"],["Angles depend on line length","Angle measures the turn between two lines, not their length. Short lines can form large angles.","Diagrams show bigger angles with longer lines.","Two angles: same opening, different line lengths. Equal?","Yes; angle is the turn, not the length","No; longer lines make bigger angles",["Measure angles with different line lengths.","Use a protractor to prove equality.","Draw same angle with short and long arms."],"h"]]);X('ma','geometry','KS3',[["Diagonal of a square equals its side","The diagonal is longer: side x sqrt(2). A 10cm square has ~14.1cm diagonal.","It looks similar in length.","Square with 10cm sides. Diagonal length?","About 14.1cm","10cm",["Measure with ruler.","Pythagoras on a square.","Compare diagonal to side visually."],"m"]]);X('ma','statistics','KS2',[["Mean must be in the data set","Mean often falls between values. Mean of 1,2,6 is 3 (not in set).","Learners think the answer must come from the data.","Mean of 3, 5, 7?","5 (coincidentally present)","Must be 3, 5 or 7",["Calculate means not in the data.","Compare mean, median, mode.","Stack cubes to find mean physically."],"m"],["Bigger sample always better","Sample quality (representativeness) matters more than size alone. A biased large sample is worse than a fair small one.","More data feels more reliable.","100 learners from one school or 30 from ten schools?","30 from ten schools; more representative","100; bigger number is better",["Compare biased vs unbiased samples.","Design surveys with representative sampling.","Discuss election polling methods."],"m"]]);X('ma','ratio','KS3',[["1:3 means one third","1:3 is 1 part to 3 parts = 4 total. First share is 1/4.","Learners see 3 and think thirds.","Ratio 2:3. First share as fraction?","2/5","2/3",["Bar models with parts and total.","Total parts first, then fractions.","Concrete sharing problems."],"h"],["Ratio and proportion are the same","Ratio compares parts. Proportion compares part to whole.","Both describe relationships between quantities.","6 red, 4 blue. Ratio of red to blue?","6:4 (or 3:2); proportion of red is 6/10","6/4",["Distinguish ratio (part:part) from proportion (part:whole).","Convert between ratio and proportion.","Colour bead sorting activities."],"m"]]);X('ma','measurement','KS2',[["Same perimeter = same area","Shapes can share perimeters but differ in area. 1x9 and 5x5 both have perimeter 20.","Both describe size, so learners assume correlation.","Two rectangles, perimeter 20. Same area?","No; 1x9=9 and 4x6=24","Yes; same perimeter",["Fixed-length string, different rectangles.","Record perimeter and area.","Find max area for fixed perimeter."],"h"],["1 kilogram = 100 grams","1 kilogram = 1000 grams. The kilo prefix means thousand.","Learners confuse kilo with centi or with the number 100.","How many grams in 2 kilograms?","2000g","200g",["Weigh 1kg on scales showing grams.","Prefix chart: kilo=1000, centi=100th.","Convert between units with real objects."],"h"]]);X('ma','number-ops','KS1',[["Subtraction always gives smaller","Subtraction can reach zero. Later, negative numbers make results larger.","All early work takes from positive quantities.","5 minus 5?","0","Cannot work; must leave something",["Number line to zero.","Subtraction as difference.","What if we take away more?"],"m"],["Addition order matters","Addition is commutative: 3 + 5 = 5 + 3. Order does not change the total.","Learners learn to read left to right, so order seems important.","Is 4 + 7 the same as 7 + 4?","Yes; same total either way","No; different order, different answer",["Use counters to show both arrangements.","Turn-around cards.","Commutative law with manipulatives."],"m"]]);X('ma','number-ops','KS2',[["Division always gives smaller","Dividing by less than 1 gives larger results. 6 / 0.5 = 12.","Early division shares among whole groups.","6 divided by 0.5?","12; how many halves in 6","3; division makes smaller",["Grouping: how many 0.5s in 6?","Cut bars into halves, count.","Test divisors less than 1."],"h"],["Remainder means wrong answer","Remainders are valid results. 7 / 2 = 3 remainder 1 is correct.","Learners want clean answers; remainders feel like errors.","7 sweets shared between 2. Each gets?","3 each with 1 left over","Cannot be done; does not divide evenly",["Share real objects and discuss leftovers.","Contextualise remainders: what happens to the leftover?","Link to fractions: 7/2 = 3.5."],"m"]]);/* ── ENGLISH ── */X('en','grammar','KS1',[["Only proper names are nouns","Nouns include common (dog), abstract (happiness), collective (flock) and proper nouns.","'Naming word' plus capital letter emphasis limits the concept.","Noun: run, happiness, quickly?","Happiness","None; nouns are names only",["Sort words including abstract nouns.","Find non-name nouns in sentences.","Noun categories: people, places, things, ideas."],"h"],["All sentences end with full stops","Sentences can end with question marks, exclamation marks or full stops.","Early teaching emphasises capital-full stop pattern.","End of 'Where is the cat'?","Question mark","Full stop",["Sort sentences by type and punctuation.","Read aloud with intonation.","Write statement, question, exclamation."],"m"]]);X('en','grammar','KS2',[["Adverbs always end in -ly","Many do not: fast, hard, well, soon, often, very, quite.","The -ly pattern is taught as the identifier.","Is 'fast' an adverb in 'She runs fast'?","Yes; describes how she runs","No; no -ly ending",["List non -ly adverbs.","Identify by function not form.","Adverbs-without-ly word wall."],"h"],["Adjectives only describe colour and size","Adjectives describe any quality: feelings, textures, quantities, opinions. 'Enormous', 'nervous', 'wooden' are all adjectives.","Early examples focus on simple physical descriptions.","Is 'nervous' an adjective?","Yes; it describes a feeling","No; adjectives describe what things look like",["Sort adjectives by type: size, feeling, texture, opinion.","Expand noun phrases with varied adjectives.","Find adjectives in literature beyond colour/size."],"m"],["Conjunctions only join sentences","Conjunctions join words, phrases and clauses, not just whole sentences. 'Bread and butter' uses a conjunction.","Learners learn conjunctions as sentence joiners.","Does 'and' work as a conjunction in 'fish and chips'?","Yes; joining two words","No; conjunctions join sentences only",["Find conjunctions joining words and phrases.","Sort conjunctions by what they join.","Write examples at word, phrase and sentence level."],"m"]]);X('en','punctuation','KS2',[["Apostrophe before every final s","Apostrophes mark contraction or possession. Plural s never takes one.","Possession rule over-generalised.","Correct: 'The dogs are playing' or 'The dog's are playing'?","The dogs (plural, no apostrophe)","The dog's (s needs apostrophe)",["Sort: plural, possession, contraction.","Flowchart: belonging? contraction? otherwise no.","Correct deliberate errors."],"h"],["Commas wherever you pause","Commas follow grammar rules: lists, clauses, fronted adverbials. Pausing is unreliable.","'Comma where you breathe' leads to random placement.","Commas in: 'After lunch the children played games ate snacks and read books'?","After lunch, ... games, ate snacks and read books","Random placement at breath points",["Teach one comma rule at a time.","Correct misplaced commas.","Compare rules to pause test."],"h"]]);X('en','spelling','KS2',[["Sound it out always works","English has many irregular spellings. Enough, knight, yacht defy phonics.","Phonics teaches sound-letter links, but English has exceptions.","Spell 'yacht' by sounding out?","No; spelling does not match sounds","Yes; phonics works for all words",["Collect words breaking phonics rules.","Common irregular patterns.","Mnemonics and word origins."],"h"]]);X('en','reading','KS2',[["Good readers never re-read","Skilled readers re-read, adjust speed and monitor comprehension. It is a strategy.","Fluent readers seem to understand instantly.","Good reader hits confusing paragraph. What next?","Re-read carefully","Keep going; good readers never re-read",["Model think-aloud with re-reading.","Teach re-reading as strategy.","Celebrate active monitoring."],"m"],["Fiction is not real so cannot teach anything","Fiction develops empathy, vocabulary, critical thinking and understanding of human nature. Many truths are conveyed through stories.","Learners separate fact from fiction rigidly.","Can a fictional story teach something true about life?","Yes; themes like courage and fairness apply to real life","No; fiction is made up so nothing is real",["Identify life lessons in stories.","Compare fiction themes to real events.","Discuss why authors write fiction."],"m"]]);X('en','writing','KS2',[["Longer sentences are better","Effective writing mixes lengths. Short sentences create impact.","Learners praised for extending sentences.","Better: long description or 'The door opened. Darkness.'?","Both effective; short creates tension","Long; more description",["Analyse published sentence variety.","Rewrite using only long, then mix.","Colour-code sentence lengths."],"m"],["Stories must start with 'Once upon a time'","Stories can start in many ways: dialogue, action, description, question. Varied openings engage readers.","Fairy tale exposure establishes a fixed pattern.","Name three ways to start a story other than 'Once upon a time'.","Dialogue, action, or question","There is only one correct way",["Collect opening sentences from published books.","Write same story with 3 different openings.","Rate which openings hook the reader."],"m"]]);/* ── HISTORY ── */X('hi','chronology','KS1',[["Everything old happened together","The past spans millennia. Egyptians, Romans, Tudors and Victorians lived centuries apart.","'Long ago' covers everything for young children.","Egyptians and Victorians at the same time?","No; thousands of years apart","Yes; both long ago",["Washing line timeline.","Personal timelines first.","Compare ages to historical gaps."],"h"],["Old photos mean a black-and-white world","The world was always in colour. Only photos were monochrome.","All old photos are black and white.","Did Victorians see in colour?","Yes; only cameras lacked colour","No; like the photos",["Modern photo in B&W vs colour.","Why early cameras missed colour.","Colour paintings from same era."],"m"]]);X('hi','chronology','KS2',[["BC dates count upwards","BC counts backwards: 500 BC is earlier than 200 BC.","Number lines usually count up.","Earlier: 500 BC or 200 BC?","500 BC (further back)","200 BC; smaller number",["Timeline crossing zero.","Backwards number line.","Order mixed BC/AD dates."],"m"]]);X('hi','cause-effect','KS2',[["Events have a single cause","Most events have multiple causes: social, economic, political, technological.","Narratives simplify to one cause.","What caused the Great Fire of London?","Multiple: bakery fire, timber, drought, wind","The bakery",["List all factors.","Rank causes and justify.","Diamond nine activity."],"h"],["Past people were less intelligent","Every era shows remarkable problem-solving. Pyramids, aqueducts, navigation.","Old technology looks primitive.","Romans built 50-mile aqueducts. Intelligence?","Highly skilled engineers","Less clever; no modern tools",["Study sophisticated achievements.","Replicate simple historical tech.","What will future people think of us?"],"m"]]);X('hi','evidence','KS2',[["Written sources are always true","Sources can be biased or misleading. Evaluate who, when, why, for whom.","Books carry authority.","King claims a great victory. Trust him?","Not necessarily; kings exaggerate","Yes; he was there",["Compare two accounts of one event.","Source questions: who, when, why?","Write biased classroom accounts."],"h"],["Older sources are less reliable","Age alone does not determine reliability. Context, authorship and purpose matter more.","Learners associate old with outdated.","Is a Roman diary less reliable than a modern textbook about Rome?","Not necessarily; the diary is a primary source","Yes; modern books are more accurate",["Compare primary and secondary sources.","Discuss advantages of eyewitness accounts.","Evaluate sources by purpose, not just age."],"m"],["History is only about kings and battles","History includes everyday life, culture, technology, trade and ordinary people's experiences.","Traditional curricula emphasise rulers and warfare.","Is studying Victorian children's daily life real history?","Yes; social history is as important as political history","No; history is about important events",["Research daily life in a historical period.","Compare a ruler's day to a child's day.","Discuss whose stories get told and why."],"m"]]);X('hi','change','KS2',[["Change always means progress","Change can be positive, negative or mixed.","Progress narratives dominate teaching.","Industrial Revolution: purely good?","Mixed: wealth but also child labour, pollution","Yes; factories better than farming",["List positives and negatives.","Different perspectives: owner vs worker.","Evidence-based debate."],"m"],["Things stayed the same in each period","Every period had ongoing changes: technology, beliefs, laws. Change happens within periods, not just between them.","Periods are taught as static blocks.","Did anything change during the Victorian era?","Yes; massive changes in technology, law, society and medicine","No; the Victorian era was one consistent period",["Create change timelines within a single period.","Compare start and end of a period.","Identify drivers of change within eras."],"m"]]);/* ── GEOGRAPHY ── */X('ge','maps','KS1',[["North is up","North is towards the North Pole. Maps conventionally show it at top.","Maps always have north at top.","Hold map sideways. North changes?","No; north stays toward North Pole","Yes; north is always at top",["Compass outdoors vs map.","Rotate maps; compass stays constant.","Historical maps with south at top."],"h"]]);X('ge','maps','KS2',[["Greenland equals Africa in size","Mercator projection distorts. Africa is 14 times larger.","Most common map type misleads.","Map shows Greenland similar to Africa. Reality?","Africa is 14x larger","About the same size",["Compare map projections.","thetruesize.com.","Why Mercator was created."],"h"],["Maps always shrink things","Scale is a ratio. Diagrams can enlarge (e.g. cells).","Only encounter shrinking maps.","Can a map show something bigger?","Yes; cell diagrams are enlarged","No; maps always reduce",["World maps vs insect diagrams.","Calculate real distances.","Classroom maps at different scales."],"l"]]);X('ge','climate','KS2',[["Weather and climate are identical","Weather is short-term. Climate is 30-year average for a region.","Both involve temperature and rain.","Hot London July day. Hot climate?","No; one day is weather. London is temperate.","Yes; hot day means hot climate",["Track weather one month; compare climate data.","Climate=expect; weather=get.","Compare climate graphs: London, Cairo, Manaus."],"h"],["Deserts are always hot","Deserts are defined by low rainfall (<250mm/year). Antarctica is the largest desert.","Media shows hot sandy deserts.","Is Antarctica a desert?","Yes; very low precipitation","No; deserts are hot and sandy",["Define desert by precipitation.","Compare Sahara, Antarctica, Gobi.","Map and classify deserts."],"h"]]);X('ge','physical','KS2',[["Rivers flow south","Rivers flow downhill regardless of compass direction. The Nile flows north.","Familiar rivers flow roughly south; 'down' on maps is south.","Nile direction?","South to north","North to south",["Trace rivers and note directions.","Tilted tray: gradient not compass.","Find rivers flowing every direction."],"h"],["Earthquakes happen randomly","They cluster along tectonic plate boundaries.","News shows events in many countries.","Plot all earthquakes on a map. Evenly spread?","No; cluster at plate boundaries","Yes; random everywhere",["Plot earthquake data vs plate boundaries.","Identify Ring of Fire.","Compare active vs inactive regions."],"m"]]);X('ge','human','KS2',[["Everyone in developing countries is poor","Developing countries have megacities and wealth alongside poverty.","Media focuses on poverty.","Does Lagos have skyscrapers?","Yes; modern city alongside poverty","No; developing country",["Google Earth cities in developing countries.","Compare inequality within UK.","Discuss uneven development."],"h"],["Every country's population grows","Growth rates vary. Japan's population is declining.","Global total rises, so learners generalise.","Every country growing?","No; Japan and Germany are stable/declining","Yes; world grows so all do",["Compare population pyramids.","Discuss varying birth/death rates.","Graph contrasting country trends."],"m"],["Cities grow because people want to live there","Urbanisation is driven by economic forces: jobs, services, education. Push factors from rural areas also matter.","Learners think of cities as desirable places rather than economic systems.","Why do people move to cities?","For jobs, services and opportunities (economic pull and rural push factors)","Because cities are nicer places to live",["List push and pull factors.","Case study: rural to urban migration.","Map urbanisation rates globally."],"m"]]);/* ── Lookup ── */function LK(s,t,k){return D[s+'|'+t+'|'+k]||null}/* ── Tips ── */var TI={sc:["Use diagnostic questions at the START of topics to reveal misconceptions before they entrench.","Create cognitive conflict through demonstrations contradicting predictions rather than telling correct answers.","Revisit corrected misconceptions after 2-4 weeks; they can bounce back (Nussbaum & Novick, 1982)."],ma:["Use 'always, sometimes, never' tasks to probe over-generalised rules.","Present non-examples alongside examples; showing what something is NOT is equally powerful (Chi, 2005).","Ask learners to explain wrong answers; reasoning reveals the misconception better than the error."],en:["Collect exception words breaking rules. Discuss WHY English has exceptions.","Use editing tasks with deliberate errors to build meta-linguistic awareness.","Model your own writing mistakes. Learners need to see that experts also revise."],hi:["Present contrasting sources about the same event to build evaluation skills.","Use thinking hats for multiple perspectives, preventing single-cause thinking.","Create living timelines; physical positioning helps grasp time scales."],ge:["Use satellite imagery and real data rather than textbook illustrations.","Anchor unfamiliar places to familiar ones for stronger understanding.","Encourage hypothetical thinking: What if it never rained?"]};/* ── DOM ── */var sS=document.getElementById('sl-eef-mm-subject'),tS=document.getElementById('sl-eef-mm-topic'),kS=document.getElementById('sl-eef-mm-ks'),gB=document.getElementById('sl-eef-mm-gen'),rD=document.getElementById('sl-eef-mm-results'),cD=document.getElementById('sl-eef-mm-cards'),rH=document.getElementById('sl-eef-mm-rh'),rSm=document.getElementById('sl-eef-mm-rs'),tL=document.getElementById('sl-eef-mm-tl');sS.addEventListener('change',function(){var v=sS.value;tS.innerHTML='';if(!v){tS.innerHTML='';tS.disabled=true}else{tS.disabled=false;var p=document.createElement('option');p.value='';p.textContent='Choose a topic...';tS.appendChild(p);var ts=TS[v]||[];for(var i=0;iCorrect Understanding

          '+esc(it[1])+'

          ';inn.appendChild(cor);var wy=document.createElement('div');wy.className='sl-eef-mm__wy';wy.innerHTML='Why learners think this

          '+esc(it[2])+'

          ';inn.appendChild(wy);var dg=document.createElement('div');dg.className='sl-eef-mm__dg';dg.innerHTML='Diagnostic Question'+esc(it[3])+'';dg.innerHTML+='
          \u2713'+esc(it[4])+'
          ';dg.innerHTML+='
          \u2717'+esc(it[5])+'
          ';inn.appendChild(dg);var iv=document.createElement('div');iv.className='sl-eef-mm__iv';iv.innerHTML='3-Step Intervention';var sl=document.createElement('ol');sl.className='sl-eef-mm__st';for(var s=0;s'+(s+1)+''+esc(it[6][s])+'';sl.appendChild(st)}iv.appendChild(sl);inn.appendChild(iv);bd.appendChild(inn);cd.appendChild(bd);tg.addEventListener('click',function(){var e=tg.getAttribute('aria-expanded')==='true';tg.setAttribute('aria-expanded',String(!e));bd.classList.toggle('sl-eef-mm__cb--open')});return cd;}function esc(s){return s.replace(/&/g,'&').replace(//g,'>')}function pt(){var sv=sS.value,tv=tS.value,kv=kS.value,sl=SN[sv],tl=tS.options[tS.selectedIndex].textContent;var it=LK(sv,tv,kv);if(!it)return'';var o=['MISCONCEPTION MAPPER','====================',tl+' \u2014 '+sl+', '+kv,it.length+' misconceptions',''];for(var i=0;iSelect a subject first...';tS.disabled=true;kS.value='';gB.disabled=true;rD.classList.remove('active');cD.innerHTML='';S=false;G('reset')});var ab=document.querySelectorAll('.sl-eef-mm__acc-btn');for(var a=0;a

          Further Reading: Key Research Papers

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

          Making formative assessment discernable to pre‐service teachers of science View study ↗ 99 citations

          Gayle A. Buck et al. (2010)

          Buck et al. (date) show ways to train science teachers in formative assessment. This helps UK teachers use techniques, such as hinge questions. They can boost learner progress in science (Buck et al., date).

          Researchers investigated future science teachers' ability to use formative assessment (Black & Wiliam, 1998). They analysed learners' answers to understand teaching skills (Heritage, 2007; Ruiz-Primo & Furtak, 2007). This study builds on previous work by Shavelson, et al. (2001) and Bell & Cowie (2001).

          Mehmet Aydeniz & A. Doğan (2016)

          Aydeniz and Doğan (date not given) show trainee science teachers analysing learner responses. UK teachers can use this to better tailor lessons and use formative assessment. Interpreting learner answers improves teaching (Aydeniz & Doğan).

          Khan et al. (2023) examined removable partial denture education in Pakistan. Their study identified current trends in dental colleges. Researchers aimed to understand the learners' experiences.

          M. A. Lone et al. (2020)

          Lone et al. (date)'s Pakistan dental paper is not for UK teachers using 'Hinge Questions'. Its focus is on dental education, not general formative assessment. It's in Pakistan, so less useful (Lone et al., date).

          Researchers compared GPT-4.0 and teacher feedback (View study ↗). They looked at learner-generated questions in flipped classrooms (5 citations). The analysis reveals differences in question assessment by GPT-4.0 versus teachers.

          Kangkang Li et al. (2025)

          Li et al.'s study compares GPT-4.0 feedback with teacher feedback on student-generated questions in a flipped classroom. This is relevant to UK teachers as it explores the potential and limitations of AI in providing feedback, which can inform how teachers use technology to support formative assessment strategies like hinge questions.

      Cognitive Science Platform

      Make Thinking Visible

      Open a free account and help organise learners' thinking with evidence-based graphic organisers. Reduce cognitive load and guide schema building dynamically.

      Create Free Account No credit card required
      (function() { var VARIANT = 'cta-cogsci-visible-v2'; var widget = document.querySelector('[data-init="' + VARIANT + '"]'); if (!widget) return; // 1. Track Impression (50% visible for 1s) var dwellTimer = null; var observer = new IntersectionObserver(function(entries) { entries.forEach(function(entry) { if (entry.isIntersecting) { if (!dwellTimer) { var target = entry.target; dwellTimer = setTimeout(function() { if (typeof gtag === 'function') { gtag('event', 'cta_impression', { widget_name: VARIANT, article_slug: window.location.pathname, placement: 'in_article' }); } observer.unobserve(target); dwellTimer = null; }, 1000); } } else if (dwellTimer) { clearTimeout(dwellTimer); dwellTimer = null; } }); }, { threshold: 0.5 }); // Fires when 50% of the CTA is visible observer.observe(widget); // 2. Track Click (Intent) var btn = document.getElementById('sl-cta-cogsci-btn-v2'); if (btn) { btn.addEventListener('click', function() { if (typeof gtag === 'function') { gtag('event', 'cta_clicked', { widget_name: VARIANT, article_slug: window.location.pathname, placement: 'in_article' }); } }); } })();
      Paul Main, Founder of Structural Learning
      About the Author
      Paul Main
      Founder, Structural 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 universities, professional bodies, and trusts on metacognitive frameworks for teaching and learning.

      More from Paul →

      Primary Schools

      Back to Blog