const {Card,Icon,Button,Badge,GradientRule}=window.KinroAcademyDesignSystem_f0472d; const OXFORD=[ ["Prepared work comes to the table","Nothing is taught cold. Students arrive having attempted the problem set, so the session is spent on the reasoning rather than the reading."], ["A small, deliberately matched group","Students are grouped by grade and by the specific gaps in their papers, not by age or by who signed up that month."], ["You defend your reasoning out loud","The tutorial is an argument, not a lecture. Saying the method aloud is where the misconception surfaces."], ["Corrected on the spot, in writing","Feedback lands in the same hour, against the mark scheme, on the student’s own working."]]; const RESEARCH=[ ["Mastery learning","Bloom, 1984 · Educational Researcher", "Students required to reach a threshold on each topic before moving on substantially outperformed students taught the same content on a fixed timetable.", "No student leaves a topic until they can produce full-mark answers on it. The group follows a sequence; individuals move on evidence."], ["Spaced practice","Cepeda et al., 2006 · Psychological Bulletin", "A meta-analysis of 254 studies found the same total study time spread across sessions produced markedly better retention than the same time massed together.", "Topics return on a deliberate schedule: week 1, week 4, week 10, instead of being taught once and abandoned."], ["Deliberate practice","Ericsson, Krampe & Tesch-Römer, 1993", "Improvement comes from sustained work at the edge of current ability with immediate, specific feedback, not from volume of practice alone.", "Homework is set at the grade above, marked against real boundaries, returned inside 48 hours with the mark codes attached."], ["Feedback quality","Hattie & Timperley, 2007 · Review of Educational Research", "Feedback ranks among the highest-impact influences on achievement, but only when it tells the student what to do differently rather than how they scored.", "Every annotation names the habit, not the mark. “Round on the answer line only” beats “minus one” every time."]]; function Method({onBook}){ const {i:open,setI:setOpen,ref:cref,bind}=useAutoCycle(RESEARCH.length,4600); return <>
GCSE maths specialists, all day, every day
{OXFORD.map(([t,d],i)=>
{"0"+(i+1)}

{t}

{d}

)}
{RESEARCH.map(([t,src,finding,us],k)=>{ const on=open===k; return
setOpen(k)} style={{cursor:"pointer",height:"100%", padding:"var(--space-7)",borderRadius:"var(--radius-lg)",background:"var(--white)", border:on?"1px solid var(--violet-400)":"1px solid var(--border-subtle)", boxShadow:on?"var(--shadow-md)":"var(--shadow-sm)", transition:"all .3s",display:"flex",flexDirection:"column",gap:"var(--space-5)"}}>

{t}

{src}

{finding}

In a Kinro session

{us}

; })}

We run our own numbers too. Every marked paper across every cohort goes into one place, which is how we know which topics move a grade fastest and in what order to teach them.

; } function Anatomy(){ const steps=[["timer","0–8 min","Recall starter","Six questions on older topics, on the timer, marked live. We see what has decayed since last week."], ["pencil","8–25 min","New method, then immediate attempt","Short teach, then every student works the example on their own board before anyone speaks."], ["users","25–45 min","Reasoning out loud","Commit to an answer, compare it, defend it, answer again. Disagreement is the point."], ["mic","45–55 min","A student explains","One student narrates the full working. The teacher corrects the mathematical language, not just the answer."], ["clipboard-check","55–60 min","Exit check + workbook set","Two exam-standard questions. The result decides which workbook pages each student is set that night."]]; return
Live now

Thursday grade-push cohort.

{steps.map(([ic,time,t,d],i)=>
{time}

{t}

{d}

)}
; } Object.assign(window,{Method,Anatomy,RESEARCH,OXFORD});