4.2 Module 4 · Homework, Creativity & AI Ethics

Teaching Verification Habits

AI can sound confident and still be completely wrong. Help your child build the habit of checking every claim — because trust without verification is the #1 mistake students make with AI.

Verification Practice Lab Three-Step Trust Checker

Verification Practice Lab

Below are six AI-generated answers across different school subjects. Each contains a mix of correct facts, plausible-sounding errors, and vague claims. Work through each with your child — select the claims you think need checking, then reveal the truth.

Subject 1 of 6
Score: 0 / 0

Three-Step Trust Checker

A simple framework your child can use every time they get information from AI. Practice with four real scenarios, then print the card for their desk.

Practice Scenarios

Key insight: Verification is not about distrusting AI — it is about building a healthy habit of critical thinking. Children who learn to check AI output do not just avoid errors; they develop stronger research skills, deeper understanding, and greater confidence in their own knowledge. Make verification a game, not a chore.

`); w.document.close(); } // ── INIT ── renderSubjectTabs(); renderLabContent(); updateLabProgress(); renderFrameworkSteps(); renderScenarioSelector(); renderTrustChecker(); // Nav & Mobile const nav = document.getElementById('main-nav'); window.addEventListener('scroll', () => { nav.classList.toggle('nav-scrolled', window.scrollY > 50) }); document.getElementById('mobile-toggle').addEventListener('click', () => { document.getElementById('mobile-menu').classList.toggle('hidden') });