Generate a quiz that adapts difficulty based on student performance. Outputs 3 tiers of questions with answer keys.
Generate an adaptive quiz for the following:
Subject: {{subject}} Topic: {{topic}} Grade / Level: {{level}} Number of Questions per Tier: {{questions_per_tier}} Question Types: {{question_types}} (e.g., multiple choice, short answer, true/false)
Output questions in three tiers:
Tier 1 — Foundational (recall and basic comprehension) {{questions_per_tier}} questions focusing on definitions, facts, and direct recall.
Tier 2 — Applied (application and analysis) {{questions_per_tier}} questions requiring students to apply concepts to scenarios.
Tier 3 — Extended (synthesis and evaluation) {{questions_per_tier}} questions requiring higher-order thinking, justification, or creative application.
For each question, include:
{{subject}}stringrequiredSubject area{{topic}}stringrequiredTopic being assessed{{level}}stringGrade or proficiency level{{questions_per_tier}}numberQuestions per difficulty tier{{question_types}}stringTypes of questions