Aap kya seekhenge
What this course delivers
Teach the Classes 11–12 AI curriculum accurately and responsibly
This Practitioner course prepares teachers to teach, assess and mentor the Classes 11–12 AI curriculum — Python, data science, machine learning, computer vision, NLP, big data, neural networks, generative AI and ethics — and to graduate with a complete Teacher Practitioner Portfolio.
Mapped to the current Classes XI–XII AI curriculum and adaptable to other boards — with a curriculum-alignment matrix, not vague claims of approval.
The full stack done accurately: Python, data science, model evaluation, machine learning, no-code AI, computer vision, NLP, big data, neural networks and generative AI — every code example runnable and validated.
Responsible AI is a continuous layer: verification and hallucination, no real student data in public tools, no product taught as "the technology", and a human accountable for every AI use.
Every module produces a classroom artefact, and the course ends in a complete, rubric-scored Teacher Practitioner Portfolio and a capstone-mentoring toolkit you can supervise your own students through.
What you'll build
You graduate with a reviewed Teacher Practitioner Portfolio — fourteen components evidencing practitioner-level readiness across the course — scored on a fourteen-criterion analytic rubric.
Course Syllabus
Orient to this Practitioner certification, map it to the Classes XI–XII AI curriculum, understand the theory / practical file / laboratory / capstone expectations, set up your Python and Orange environment, take the diagnostic, and plan your professional portfolio and certification route.
Learning Outcomes
- Navigate the course and describe how the twelve modules, diagnostic, assessments, practicals and capstone lead to certification.
- Map the course to the Classes XI–XII AI curriculum and distinguish theory, practical file, laboratory and capstone expectations.
- Set up the required Python and Orange environment and produce a personal course-and-classroom implementation plan.
Lessons
Welcome and Course Navigation
Objective: Navigate the course confidently and describe how its parts lead from diagnosis to a certified teacher portfolio.
Classes XI and XII AI Curriculum Overview
Objective: Describe the scope of the Classes XI–XII AI curriculum and how this course maps to its main units.
Theory, Practical File, Laboratory and Capstone Expectations
Objective: Distinguish the theory, practical file, laboratory and capstone components of senior-secondary AI and what each requires of a teacher.
Required Hardware, Software and Account Setup
Objective: Set up a working Python environment and Orange Data Mining, with accessible and low-bandwidth alternatives for real classrooms.
Diagnostic, Professional Portfolio and Certification Roadmap
Objective: Use the diagnostic to plan your pathway and set up the professional portfolio that leads to certification.
Module Assessment
Personal course-and-classroom implementation plan + portfolio setup · 8 Questions
Visual Concepts
Timeline Visual
Course journey map
Flowchart
Class XI–XII curriculum map
Flowchart
Assessment and certification flowchart
Flowchart
Software and laboratory setup diagram
Resources
Course handbook + navigation guide (Teacher-facing)
How the course, diagnostic, assessments, practicals and capstone connect.
Class XI–XII curriculum map + alignment matrix
Units mapped to modules, lessons, activities and assessments.
Assessment & certification flowchart
Diagnostic → modules → practicals → final → portfolio → certificate.
Python + Orange setup guide (with low-bandwidth alternatives)
Environment setup and offline/accessible options.
Professional portfolio & responsible-use acknowledgement template
Portfolio placeholders for all artefacts, plus the responsible-use agreement.
Build an accurate foundation for teaching senior-secondary AI: what AI is and is not, how AI/ML/DL/generative AI relate, the major domains and real applications across sectors, capabilities and limitations, and AI careers and skill pathways.
Learning Outcomes
- Define AI accurately, distinguish rule-based from learned systems, and place AI, ML, deep learning and generative AI in their nested relationship.
- Describe the major AI domains and real applications across Indian and global sectors, and separate capabilities from limitations and misconceptions.
- Explain AI careers, roles and skill pathways relevant to senior-secondary students.
Lessons
What Artificial Intelligence Is and Is Not
Objective: Define AI accurately, distinguish rule-based from learned systems, and state its core limitations without anthropomorphising it.
AI, Machine Learning, Deep Learning and Generative AI
Objective: Place AI, machine learning, deep learning and generative AI in their nested relationship and outline AI's major milestones.
Major AI Domains and Real-World Applications
Objective: Describe the major AI domains and real applications across sectors, from education and healthcare to agriculture and public services.
Capabilities, Limitations and Common Misconceptions
Objective: Separate AI's real capabilities from its real limitations and correct the misconceptions senior-secondary students commonly hold.
AI Careers, Job Roles, Tools and Skill Pathways
Objective: Explain AI careers, roles and skill pathways so teachers can guide senior-secondary students toward realistic next steps.
Module Assessment
Teacher-ready "Introduction to AI" lesson pack · 8 Questions
Visual Concepts
Comparison Chart
AI–ML–DL–GenAI relationship diagram
Timeline Visual
AI history timeline
Flowchart
AI domain map
Flowchart
AI career pathway map
Comparison Chart
Capability-versus-limitation comparison
Resources
AI/ML/DL/GenAI reference card
PDF classroom resource
AI history timeline poster
PDF classroom resource
AI domain map
PDF classroom resource
AI career pathway map
PDF classroom resource
Capability vs limitation cards
PDF classroom resource
Prepare teachers to teach and enforce responsible AI: human agency and accountability, fairness and bias, student privacy and safe data, IP and academic integrity, explainability, and a classroom AI policy — using anonymised scenarios and never real student data.
Learning Outcomes
- Apply human agency, accountability, fairness and privacy principles to classroom AI use, and detect sources of bias.
- Set academic-integrity and AI-use disclosure norms, and apply intellectual-property and copyright rules.
- Draft a classroom responsible-AI policy and student AI-use agreement, and respond to AI incidents responsibly.
Lessons
Human Agency and Teacher Accountability
Objective: Apply the principle that a human, not an AI, stays in control of and accountable for classroom decisions.
Fairness, Bias and Sources of Bias
Objective: Identify where bias enters the AI lifecycle and use a checklist to detect biased or unfair outputs.
Student Privacy and Safe Data Practices
Objective: Apply privacy, consent, data-minimisation and anonymisation rules, and never enter real student data into public AI tools.
Intellectual Property, Academic Integrity and AI-Use Disclosure
Objective: Apply intellectual-property and copyright rules and set clear academic-integrity and AI-use disclosure norms.
Explainability, Classroom AI Policy and Responsible Generative-AI Use
Objective: Explain model limits and transparency, and draft a classroom responsible-AI policy and student AI-use agreement.
Module Assessment
Classroom responsible-AI policy + student AI-use agreement · 8 Questions
Visual Concepts
Flowchart
Responsible AI decision tree
Comparison Chart
Data privacy traffic-light model
Cycle Diagram
Bias lifecycle diagram
Flowchart
Human-in-the-loop workflow
Flowchart
AI-use disclosure flowchart
Resources
Responsible AI decision tree
PDF classroom resource
Data privacy traffic-light guide
PDF classroom resource
Bias detection checklist
PDF classroom resource
Academic-integrity & AI-use continuum
PDF classroom resource
Classroom AI policy template
PDF classroom resource
Teach the Python the senior-secondary AI curriculum expects — the environment, variables/types/operators/I/O, control flow and functions, lists/dictionaries and NumPy, Pandas Series/DataFrames with CSV and missing values, and a first scikit-learn workflow with linear regression — using runnable, validated examples with teacher-demonstration and student-practice versions.
Learning Outcomes
- Set up the environment and use Python basics — variables, types, operators, I/O, conditionals, loops and functions — with validated examples.
- Work with lists, dictionaries, NumPy arrays and Pandas Series/DataFrames, including reading CSVs and handling missing values.
- Run a first scikit-learn workflow with a linear regression demonstration, and debug and explain code to students.
Lessons
Setup, Variables, Data Types, Operators and Input/Output
Objective: Set up the Python environment and use variables, core data types, operators and input/output with validated examples.
Conditional Statements, Loops and Functions
Objective: Use if–else conditions, for/while loops and functions to write correct, reusable programs.
Lists, Dictionaries and NumPy Foundations
Objective: Use lists and dictionaries for structured data and NumPy arrays for efficient numeric computation.
Pandas Series and DataFrames, CSV Data and Missing Values
Objective: Use Pandas Series and DataFrames to read CSV data, inspect it, and detect and treat missing values.
scikit-learn Workflow and a Linear Regression Demonstration
Objective: Run a first scikit-learn workflow — split data, fit a linear regression, predict and inspect — and debug and explain code to students.
Module Assessment
Python demonstration notebook + classroom worksheet (teacher & student versions) · 8 Questions
Visual Concepts
Flowchart
Code execution flow
Comparison Chart
Variable and data-type map
Flowchart
Loop trace diagram
Comparison Chart
DataFrame anatomy diagram
Flowchart
CSV-to-DataFrame workflow
Flowchart
Machine-learning code pipeline
Resources
Python demonstration notebook
PDF classroom resource
Student practice notebook
PDF classroom resource
Common errors & debugging guide
PDF classroom resource
NumPy & Pandas cheat sheet
PDF classroom resource
CSV datasets + data dictionary
PDF classroom resource
Teach the data literacy AI rests on — data types and sources, collection, sampling, consent and quality, cleaning, descriptive statistics (mean to standard deviation), correlation, choosing the right chart, and spotting misleading charts — through a data-literacy activity pack.
Learning Outcomes
- Explain data types, formats, sources and collection methods, and apply sampling, consent and data-quality checks.
- Compute and interpret descriptive statistics — mean, median, mode, range, variance and standard deviation — and correlation.
- Choose appropriate visualisations, identify misleading charts, and lead data interpretation with classroom questioning.
Lessons
Why Data Literacy Matters; Data Types, Formats and Sources
Objective: Explain why data literacy underpins AI, and distinguish data types (structured/unstructured, qualitative/quantitative) and sources.
Data Collection Methods and Sources
Objective: Identify appropriate data-collection methods and sources, preferring approved open datasets and synthetic data for the classroom.
Collection, Sampling, Consent, Quality and Cleaning
Objective: Apply sound data-collection, sampling, consent and quality checks, and clean a dataset for analysis.
Descriptive Statistics and Correlation
Objective: Compute and interpret mean, median, mode, range, variance and standard deviation, and read correlation correctly.
Choosing Visualisations and Identifying Misleading Charts
Objective: Choose the correct chart for the data and question, and identify how charts mislead.
Module Assessment
Data-literacy activity pack (dataset + answer key + chart rubric) · 8 Questions
Visual Concepts
Cycle Diagram
Data lifecycle
Comparison Chart
Data-type classification
Checklist
Data-quality checklist
Flowchart
Chart-selection decision tree
Comparison Chart
Statistical concept diagrams
Comparison Chart
Good-versus-misleading chart comparison
Resources
Data-type classification reference
PDF classroom resource
Data-quality checklist
PDF classroom resource
Descriptive-statistics worksheet
PDF classroom resource
Chart-selection guide
PDF classroom resource
Datasets + answer key + chart rubric
PDF classroom resource
Teach the data-science method and rigorous model evaluation — problem definition, EDA, features and target, the train/validation/test split, overfitting and underfitting, regression metrics (MAE, MSE, RMSE) and classification metrics (confusion matrix, accuracy, precision, recall, F1) — and how to choose a metric and communicate limitations.
Learning Outcomes
- Apply the data-science methodology — problem definition, EDA, features/target and the train/validation/test split.
- Explain overfitting and underfitting, and evaluate regression models with MAE, MSE and RMSE.
- Read a confusion matrix and compute accuracy, precision, recall and F1, select the right metric and communicate limitations.
Lessons
Data Science Methodology, EDA, Features and Target
Objective: Follow the data-science methodology from problem definition through EDA, and identify features and the target in a task.
Train, Validation and Test Data; Overfitting and Underfitting
Objective: Explain the train/validation/test split and distinguish overfitting from underfitting.
Regression Evaluation: MAE, MSE and RMSE
Objective: Compute and interpret MAE, MSE and RMSE to evaluate a regression model's error.
Classification Evaluation: Confusion Matrix, Accuracy, Precision, Recall and F1
Objective: Read a confusion matrix and compute accuracy, precision, recall and F1 for a classifier.
Selecting Meaningful Metrics and Communicating Model Limitations
Objective: Choose the right evaluation metric for a context and communicate a model's limitations honestly.
Module Assessment
Model-evaluation worksheet + teacher explanation guide · 8 Questions
Visual Concepts
Cycle Diagram
Data science lifecycle
Flowchart
Train-validation-test split diagram
Comparison Chart
Overfitting-versus-underfitting curves
Comparison Chart
Interactive confusion matrix
Flowchart
Metric-selection guide
Comparison Chart
Model evaluation dashboard
Resources
Data-science lifecycle poster
PDF classroom resource
Train/validation/test guide
PDF classroom resource
Regression metrics reference (MAE/MSE/RMSE)
PDF classroom resource
Confusion matrix worksheet
PDF classroom resource
Metric-selection guide
PDF classroom resource
Teach machine-learning concepts and the core algorithms visually and conceptually before any heavy mathematics — how machines learn from examples, supervised/unsupervised/reinforcement learning, regression, classification and clustering, K-nearest neighbours, decision trees, K-means, algorithm selection, and limitations and failure.
Learning Outcomes
- Explain how machines learn from examples and distinguish supervised, unsupervised and reinforcement learning.
- Describe regression, classification, clustering, K-nearest neighbours, decision trees and K-means conceptually and visually.
- Select an appropriate algorithm for a task and explain limitations, bias and model failure with classroom demonstrations.
Lessons
How Machines Learn from Examples; Learning Types
Objective: Explain how machines learn patterns from labelled or unlabelled examples, and distinguish supervised, unsupervised and reinforcement learning.
Regression, Classification and Clustering
Objective: Distinguish the three core ML tasks — regression, classification and clustering — and recognise which fits a problem.
K-Nearest Neighbours (KNN)
Objective: Explain how the K-nearest neighbours algorithm classifies a new point by the majority vote of its nearest neighbours.
Decision Trees and K-Means Clustering
Objective: Explain how a decision tree makes a prediction and how K-means groups data into k clusters.
Algorithm Selection, Limitations, Bias and Model Failure
Objective: Select an appropriate algorithm for a task and explain the limitations, bias and failure modes of machine-learning models.
Module Assessment
Machine-learning classroom demonstration pack · 8 Questions
Visual Concepts
Flowchart
Machine-learning taxonomy
Comparison Chart
Regression line visualisation
Comparison Chart
Classification boundary
Comparison Chart
KNN neighbour selection
Flowchart
Decision-tree diagram
Cycle Diagram
K-means clustering progression
Resources
ML taxonomy poster
PDF classroom resource
KNN worked example
PDF classroom resource
Decision-tree template
PDF classroom resource
K-means step-by-step guide
PDF classroom resource
Algorithm-selection matrix
PDF classroom resource
Teach the complete no-code AI workflow in Orange Data Mining — installing and navigating, understanding widgets and workflows, loading and exploring data, classification and model comparison, clustering, text and image analytics, and exporting, documenting and troubleshooting — so every teacher can run real AI without programming.
Learning Outcomes
- Install and navigate Orange, and build a workflow by connecting widgets to load and explore a dataset.
- Build classification and clustering workflows in Orange and compare and evaluate models without code.
- Run text and image analytics workflows, and export, document, assess and troubleshoot Orange work.
Lessons
Introduction to Data Mining; Installing and Navigating Orange
Objective: Explain data mining and install and navigate the Orange Data Mining environment.
Widgets, Workflows, and Loading and Exploring Data
Objective: Build a basic Orange workflow by connecting widgets to load a dataset and explore it with data-table and visualisation widgets.
Classification Workflow, Model Comparison and Evaluation
Objective: Build a classification workflow in Orange, train and compare models, and evaluate them with the confusion matrix and metrics.
Clustering, Text and Image Analytics Workflows
Objective: Build clustering, text (word-cloud) and image analytics workflows in Orange without code.
Exporting, Documenting, Assessing and Troubleshooting Orange Work
Objective: Export and document an Orange workflow, assess student Orange work, and troubleshoot common errors.
Module Assessment
Completed Orange workflow + teacher assessment checklist · 8 Questions
Visual Concepts
Flowchart
Orange widget map
Flowchart
End-to-end classification workflow
Flowchart
Model evaluation workflow
Flowchart
NLP workflow
Flowchart
Image analytics workflow
Flowchart
Troubleshooting decision tree
Resources
Orange widget map
PDF classroom resource
Classification workflow guide
PDF classroom resource
Model evaluation workflow guide
PDF classroom resource
Clustering & text/image workflow guides
PDF classroom resource
Troubleshooting decision tree
PDF classroom resource
Teach computer vision and NLP together — how digital images are represented, the computer-vision pipeline, classification/detection/segmentation, an introduction to OpenCV with load/display/resize, CV limits and privacy, then language and tokens, an NLP introduction, text classification/sentiment/chatbots, and bias and cultural context in language systems.
Learning Outcomes
- Explain how digital images are represented and the computer-vision pipeline, and distinguish classification, detection and segmentation.
- Use OpenCV to load, display and resize an image, and explain computer-vision limitations and privacy.
- Explain NLP, tokens and text representation, text classification/sentiment/chatbots, and bias and cultural context in language systems.
Lessons
How Digital Images Are Represented; the Computer-Vision Pipeline
Objective: Explain that images are grids of pixels (greyscale/RGB) and describe the computer-vision pipeline from acquisition to output.
Preprocessing, Features, and Classification, Detection and Segmentation
Objective: Explain image preprocessing and feature extraction and distinguish classification, detection and segmentation with real applications.
Introduction to OpenCV, and Computer-Vision Limitations and Privacy
Objective: Use OpenCV to load, display and resize an image with validated code, and explain computer-vision limitations and privacy.
Language, Tokens and Text Representation; Introduction to NLP
Objective: Explain how machines represent text through tokens and simple numeric methods, and introduce NLP and its applications.
Text Classification, Sentiment, Chatbots, and Bias in Language Systems
Objective: Explain text classification, sentiment analysis and chatbots, design a simple classroom chatbot flow, and recognise bias and cultural context in language systems.
Module Assessment
Computer-vision or NLP classroom demonstration · 8 Questions
Visual Concepts
Comparison Chart
Pixel and colour-channel explorer
Flowchart
Computer-vision pipeline
Comparison Chart
Classification-detection-segmentation comparison
Flowchart
OpenCV processing sequence
Flowchart
NLP pipeline
Flowchart
Chatbot conversation flow
Resources
Pixel & colour-channel reference
PDF classroom resource
CV pipeline poster
PDF classroom resource
OpenCV load/display/resize guide
PDF classroom resource
NLP pipeline poster
PDF classroom resource
Chatbot flow template
PDF classroom resource
Teach what makes data "big" (the 5 Vs), structured/semi-structured/unstructured data, batch versus stream analytics, and neural networks conceptually — the artificial neuron (inputs, weights, bias, activation, output), layers and forward propagation, training and error reduction, common network types and their societal impact and limitations.
Learning Outcomes
- Explain what makes data "big" (the 5 Vs), distinguish structured/semi-structured/unstructured data, and compare batch and stream analytics.
- Explain an artificial neuron (inputs, weights, bias, activation, output), layers and forward propagation, and training as error reduction.
- Describe common neural-network types, demonstrate the idea interactively, and discuss societal impact and limitations.
Lessons
What Makes Data "Big"; the 5 Vs
Objective: Explain what makes data "big" using the 5 Vs and distinguish structured, semi-structured and unstructured data.
Data Types and Batch versus Stream Analytics; Benefits, Risks and Limitations
Objective: Distinguish batch from stream analytics and weigh the benefits, risks and limitations of big data.
The Artificial Neuron: Inputs, Weights, Bias, Activation and Output
Objective: Explain an artificial neuron: it multiplies inputs by weights, adds a bias, and applies an activation function to produce an output.
Layers, Forward Propagation and Training as Error Reduction
Objective: Explain how neurons form layers, how forward propagation produces an output, and how training reduces error conceptually.
Common Network Types, an Interactive Demonstration, and Societal Impact
Objective: Describe common neural-network types, plan an interactive demonstration, and discuss neural networks' societal impact and limitations.
Module Assessment
Neural-network concept lesson + interactive demonstration plan · 8 Questions
Visual Concepts
Flowchart
Big-data characteristics map
Comparison Chart
Batch-versus-stream diagram
Flowchart
Artificial-neuron animation
Flowchart
Layered neural-network visualisation
Comparison Chart
Activation-function comparison
Timeline Visual
Training-loss progression
Resources
Big-data 5 Vs poster
PDF classroom resource
Batch vs stream reference
PDF classroom resource
Artificial-neuron diagram
PDF classroom resource
Neural-network layers poster
PDF classroom resource
TensorFlow Playground demonstration guide
PDF classroom resource
Teach generative AI responsibly and vendor-neutrally — what it is, generative versus discriminative models, how large language models work conceptually (tokens, context, probability), multimodal generation, prompt structure, retrieval-grounded generation, hallucinations and verification, bias and safety, classroom use and student boundaries, and evaluating generative-AI outputs.
Learning Outcomes
- Explain generative AI, generative versus discriminative models, and how LLMs work conceptually (tokens, context, probability).
- Write and iterate prompts, use retrieval-grounded generation, and verify outputs for accuracy, bias and safety.
- Set student-use boundaries and disclosure, design a simple chatbot, and evaluate generative-AI outputs with a rubric.
Lessons
What Generative AI Is; Generative versus Discriminative Models
Objective: Explain what generative AI is and distinguish generative from discriminative models.
How Large Language Models Work; Tokens, Context and Probability
Objective: Explain, conceptually, how a large language model predicts the next token from context using probability.
Prompt Structure, Iterative Prompting and Multimodal Generation
Objective: Write a structured prompt, improve it through iteration, and describe how generative AI creates text, images, audio, video and code.
Retrieval-Grounded Generation, Hallucinations and Factual Verification
Objective: Explain retrieval-grounded generation, why hallucinations occur, and verify generative-AI outputs against reliable sources.
Bias, Safety, Classroom Use, Student Boundaries and Output Evaluation
Objective: Set classroom use cases and student-use boundaries for generative AI, and evaluate generative-AI outputs with a rubric.
Module Assessment
Teacher-reviewed generative-AI activity + output-evaluation rubric · 8 Questions
Visual Concepts
Comparison Chart
Generative-versus-discriminative comparison
Flowchart
Simplified LLM workflow
Comparison Chart
Token and context visualisation
Flowchart
Prompt anatomy
Flowchart
Retrieval-grounded generation workflow
Checklist
AI-output verification checklist
Resources
Generative vs discriminative reference
PDF classroom resource
Prompt-design template
PDF classroom resource
Retrieval-grounded generation guide
PDF classroom resource
AI-output verification checklist
PDF classroom resource
Generative-AI output-evaluation rubric
PDF classroom resource
Bring the course together into capstone mentoring and classroom implementation — identifying authentic problems, 5W1H and design thinking, SDG alignment, project abstracts and planning, documentation and evidence, data storytelling and ethical chart choice, and preparing students for presentation, viva and peer review — culminating in a capstone mentoring toolkit and final teacher portfolio.
Learning Outcomes
- Mentor students to identify authentic problems using 5W1H, design thinking and empathy mapping, and align projects to the SDGs.
- Guide project abstracts, planning, documentation and evidence collection, and teach effective, ethical data storytelling.
- Prepare students for a three-minute presentation, viva and peer review, and produce a capstone mentoring toolkit and classroom implementation plan.
Lessons
Identifying Authentic Problems: 5W1H, Design Thinking and Empathy Mapping
Objective: Mentor students to identify authentic, well-scoped problems using 5W1H, design thinking and empathy mapping.
SDG Alignment, Project Abstract and Planning
Objective: Align a capstone to the SDGs and guide a project abstract that defines users, data, success criteria and a model-and-evaluation plan.
Project Documentation, Evidence Collection and Practical Files
Objective: Guide students to document a project properly and collect the evidence a practical file and viva require.
Data Storytelling: Choosing Charts, Combining Data and Visuals, and Ethics
Objective: Teach effective, ethical data storytelling — a clear narrative, the right charts, and honest presentation.
Presentation, Viva, Peer Review and the Classroom Implementation Plan
Objective: Prepare students for a three-minute presentation, viva and peer review, and produce a capstone mentoring toolkit and classroom implementation plan.
Module Assessment
Capstone mentoring toolkit + final teacher portfolio · 8 Questions
Visual Concepts
Cycle Diagram
Capstone lifecycle
Cycle Diagram
Design-thinking cycle
Flowchart
SDG alignment map
Timeline Visual
Data-story arc
Timeline Visual
Three-minute presentation storyboard
Flowchart
Viva preparation map
Resources
5W1H & design-thinking templates
PDF classroom resource
SDG alignment map
PDF classroom resource
Project abstract & documentation templates
PDF classroom resource
Data-storytelling & chart-choice guide
PDF classroom resource
Viva question bank + presentation storyboard
PDF classroom resource
Classroom implementation plan template
PDF classroom resource
AI can draft, but it does not understand or verify. You remain responsible for the accuracy, fairness, privacy and classroom-appropriateness of anything you use.