ai math

How to Build a Percentages Quiz in Minutes With AI

EduGenius Team··17 min read

Watch the EduGenius tutorials playlist

Feature walkthroughs, setup help, and practical learning workflows connected to this article.

Open Tutorials

How to Build a Percentages Quiz in Minutes With AI

Building a percentages quiz with AI takes under ten minutes when you specify the three quiz parameters that prevent the most common generation errors: the percentage skill type (finding a percentage of a quantity, reverse percentage, percentage change, or percentage comparison), the number range that produces clean integer answers, and whether the quiz is formative (show working) or summative (MCQ with diagnostic distractors). With those three constraints, you get a usable quiz on the first attempt.

Quick Answer: Specify the percentage skill type, the number range (percentages between 5% and 75%; base quantities between 20 and 200 for integer answers), and the quiz structure (formative: short answer with working column; summative: MCQ with diagnostic wrong-answer options). Include "all answers must be integers — no rounding required" to prevent answers that require decimal management, which complicates the assessment of percentage skill itself.


Why Percentages Quizzes Need More Precision Than Other AI-Generated Assessments

Percentages is the mathematics topic most likely to produce technically correct but pedagogically useless AI quiz output without precise prompting. The reason: "percentages" covers at least six distinct skills that are typically taught across three or four grade levels and require different prerequisite knowledge:

  1. Finding a percentage of a quantity (25% of 80 = 20) — Grade 5–6
  2. Expressing one quantity as a percentage of another (what percentage is 20 of 80?) — Grade 6
  3. Finding the original value given a percentage (reverse percentage: if 25% = 20, what is the whole?) — Grade 7
  4. Percentage increase and decrease (a price increases by 15% from £40) — Grade 6–7
  5. Repeated percentage change (compound interest or successive discounts) — Grade 8–9
  6. Comparing percentages across different base quantities (Is 30% of 200 more or less than 40% of 140?) — Grade 7–8

A generic "write a percentages quiz" prompt may produce any combination of these skills. For students who are still learning Skill 1, a quiz that includes Skill 3 or 5 is not a percentages quiz — it is a badly targeted assessment that produces data about nothing useful.

According to NCTM (2025), percentage errors in Grades 6–8 assessments most commonly arise not from arithmetic mistakes but from students applying the wrong percentage skill type — finding the percentage of a quantity when a reverse percentage was needed, or applying a percentage increase to the wrong base. A quiz that distinguishes which skill a student is applying correctly versus incorrectly is far more valuable than one that simply marks answers right or wrong.


The Six Percentage Skill Types and How to Prompt for Each

Skill Type 1: Finding a Percentage of a Quantity

This is the foundational percentage skill, formally introduced in Grade 5–6. "What is 35% of 120?" Students apply the method: multiply the quantity by the percentage expressed as a decimal (120 × 0.35 = 42), or by fraction (120 × 35/100 = 42).

AI prompt for Skill Type 1 quiz:

"Write a 10-question quiz for Grade 6 students on finding a percentage of a quantity. Question format: 'What is ___% of ___?' All percentages: multiples of 5 between 5% and 75%. All quantities: even numbers between 20 and 200. All answers must be integers — choose percentage/quantity combinations that produce exact integer answers (e.g., 25% of 80 = 20, not 25% of 83). Short answer format with a 'show method' column. Answer key with the calculation shown (quantity × percentage/100)."

Skill Type 2: Expressing One Quantity as a Percentage of Another

This skill asks: "What percentage is part X of whole Y?" It requires students to divide and then multiply by 100 — a different procedure from Skill Type 1 and one that students frequently confuse with it.

AI prompt for Skill Type 2 quiz:

"Write 8 questions for Grade 6 students asking what percentage one number is of another. Format: 'What percentage of ___ is ___?' Ensure the smaller number is always the 'part' and the larger is the 'whole.' Answers: whole-number percentages only (no decimals). Choose pairs where the division produces a clean percentage (e.g., 30 of 120 = 25%; not 43 of 97 which requires rounding). Include 2 word problem versions of the same skill. Answer key showing the division and ×100 steps."

Skill Type 3: Reverse Percentage (Finding the Original Value)

Reverse percentage is a Grade 7 skill: "After a 20% discount, a coat costs £48. What was the original price?" This requires students to identify that £48 represents 80% of the original, then divide: £48 ÷ 0.8 = £60. It is systematically confused with Skill Type 1 because students apply "find 20% of £48" instead.

AI prompt for Skill Type 3 quiz:

"Write a 6-question reverse percentage quiz for Grade 7 students. Each question gives a result after a known percentage change and asks for the original value. Format: 'After a [discount/increase] of [%], the [price/value] is [amount]. What was the original [price/value]?' Contexts: shopping discounts, sale prices, tax added to original cost. Percentages: 10%, 15%, 20%, 25%, 40%. All original values between £20 and £200 and all answers integers. Answer key showing: (1) what percentage of the original the given amount represents, (2) the division to find the original."

Skill Type 4: Percentage Increase and Decrease

"A jacket originally costs £80. It increases in price by 15%. What is the new price?" requires students to calculate the percentage change and add (or subtract) it to the original. The most common error is finding 15% of 80 and stopping, without adding it to the original.

AI prompt for Skill Type 4 quiz:

"Write 10 percentage change problems for Grade 6–7 students: 5 percentage increases, 5 percentage decreases. Give the original quantity and the percentage change; ask for the new value. Include the method: 'you may use the multiplier method (× 1.15 for a 15% increase) or the two-step method (find 15%, then add to original).' Answer key shows both methods for the first 3 problems, then the final answer only for problems 4–10."


Quiz Structures for Different Percentages Assessment Purposes

The structure of the quiz determines what information you get from the results. Three quiz structures serve three distinct assessment purposes:

Quiz StructureBest ForKey Design FeatureTime to Complete
Short answer with working columnFormative — identifying which step students are missingSplit column: "My method" + "My answer"12–18 min
MCQ with diagnostic distractorsFormative — identifying which skill type confusion a student hasWrong options = specific procedural errors8–12 min
Exit ticket (3 questions)Lesson check — was today's skill understood?One of each difficulty level per skill type4–6 min
Summative structured responseEnd-of-unit — full percentage skill assessmentFull working required; all 4–5 skill types30–40 min

For percentages specifically, the MCQ format with diagnostic distractors is particularly powerful. A well-designed distractor set for "find 30% of £60" reveals which error pattern a student is making:

  • Correct: £18 (60 × 0.3 = 18)
  • Distractor 1: £30 (found 50% of 60 — confused the percentage with 50%)
  • Distractor 2: £2 (divided 60 by 30 — performed 60 ÷ 30 = 2 instead of 60 × 30/100)
  • Distractor 3: £180 (multiplied 60 × 30 = 1800, forgot to divide by 100)

When a student selects Distractor 3, the teacher knows the student is not dividing by 100. When they select Distractor 2, the teacher knows they are applying the wrong operation. These two errors require different corrections, and only the MCQ distractor data reveals which the student is making.

EduGenius generates MCQ assessments with Bloom's Taxonomy aligned question progression — starting with recall (what does 25% mean?), moving through application (find 25% of 80), and extending to analysis (which is greater: 30% of 200 or 40% of 150?). The structured progression makes the quiz useful across a range of student readiness levels within the same class.


Classroom Scenario: A Grade 7 Percentages Unit

Say you teach Grade 7 mathematics following a national curriculum, and your percentages unit runs for five weeks, covering Skill Types 1–4 across the first four weeks and a combined review in Week 5.

A possible quiz generation workflow:

At the end of each week, you can generate a six-question formative quiz on that week's skill type. Each quiz can take seven to ten minutes to generate and review.

Week 2 (Skill Type 2 — expressing as a percentage):

Your prompt could be:

"Write a 6-question formative quiz for Grade 7 students on expressing one quantity as a percentage of another. Contexts: school-related (test scores, attendance, survey results). Format: word problems with 'show your method' instruction. Question 1: 'A student scored 42 out of 60 on a test. What percentage did they score?' Questions 2–4: similar contexts, varying difficulty. Question 5: include an instance where the 'part' is larger than the 'whole' (e.g., a class collected 110% of their target — is this possible?). Question 6: 'Two classes each did the same quiz. Class A had 18 out of 30 students pass. Class B had 25 out of 40 students pass. Which class had the higher pass rate?' Answer key with full working."

You review the output in under five minutes (checking that all answers are clean integers and that the word problem contexts are realistic), then print.

Week 4 (Skill Type 4 — percentage increase and decrease):

Suppose your Week 4 quiz data shows that several students correctly find the percentage change but forget to add or subtract it from the original value. You could then generate a targeted corrective practice set:

"Write 6 percentage increase/decrease practice problems specifically targeting the error of finding the percentage change correctly but not adding/subtracting it to the original. Include a worked example at the top showing: (1) find 20% of £50 = £10; (2) the new price after a 20% increase = £50 + £10 = £60. The six problems should all require a final add/subtract step that students may skip. Contexts: prices, scores, populations. Answer key showing all three steps."

This targeted generation — prompted by real assessment data — can take just a few minutes and produces a correction activity precisely matched to the identified error pattern.


Step-by-Step: Building Your Percentages Quiz

  1. Choose the skill type — one per quiz; do not mix skill types unless the quiz is a review assessment.
  2. Set the number constraints to ensure integer answers. For Skill Type 1: percentages as multiples of 5 between 5% and 75%; base quantities as even numbers between 20 and 200. For Skill Type 4: original values between 20 and 200; percentage changes as multiples of 5.
  3. Choose the quiz format — short answer with working, MCQ with distractors, or exit ticket.
  4. Write the prompt, including: grade level, skill type, number constraints, format, and answer key depth.
  5. Review the output for correct answers (all should be integers), realistic context values, and no skill type contamination (all questions test only the specified skill).
  6. Distribute. For MCQ format, use the distractor pattern data from marked papers to plan the following lesson's targeted review.

Pro Tips for Percentages Quiz Generation

  • Generate a "percentage sense" warm-up set alongside every quiz. Percentage benchmarks (50% = half, 25% = quarter, 10% = one tenth, 1% = one hundredth) are the foundation of percentage mental arithmetic and estimation. A five-question warm-up at the start of each percentage lesson — "what is 10% of 350? what is 50% of 34? what is 1% of 700?" — builds this fluency. Ask AI for "5 mental percentage benchmark problems at Grade 6–7 level — answers should be derivable without pen and paper using the benchmarks 50%, 25%, 10%, and 1%."
  • Ask for problems where the percentage is greater than 100%. A 150% increase, a quantity that represents 120% of a target — these scenarios arise in real life (company growth, overfunded campaigns) and require students to understand that percentages can exceed 100. Textbooks often avoid these cases; AI generates them easily when asked. Add "include one problem where the percentage exceeds 100%" to any Skill Type 1 or Skill Type 4 prompt from Grade 7 upwards.
  • Use paired problems to reveal method confusions explicitly. Generate adjacent problem pairs where the same numbers appear but the skill type changes: Problem 3: "What is 25% of 80?" Problem 4: "80 is 25% of what number?" Students who answer both correctly have separated the two skills. Students who apply the same method to both have revealed a method-confusion that targeted teaching can address. Prompt: "Write 4 pairs of adjacent problems where each pair uses the same numbers but tests Skill Type 1 in the first problem and Skill Type 3 (reverse percentage) in the second."
  • Add a 'explain your method' question to every summative quiz. A short-answer question at the end — "Explain in words how you would find 35% of any number. Use one example to show your method." — reveals whether students understand the procedure or are executing a memorised sequence without comprehension. AI generates good "explain your method" prompts efficiently.

For the vocabulary around percentage terminology (increase, decrease, percentage point vs. percentage, original value, new value) that some students lack even when the calculation is secure, Generating Differentiated Math Vocabulary Problems With AI covers the vocabulary differentiation approach that complements percentages quiz assessment.


What to Avoid

  • Avoid quizzes that require decimal answers when percentage skill is the assessment target. A percentages quiz question that produces a decimal answer (e.g., "what is 33% of 70?" — answer: 23.1) is testing decimal rounding alongside percentage calculation. The result is an assessment that cannot distinguish a percentage skill gap from a decimal rounding gap. Specify "all answers must be whole numbers" for any percentages quiz where percentage is the sole assessment target.
  • Avoid mixing multiple percentage skill types on a formative quiz. A quiz that asks Skill Type 1 in Question 1, Skill Type 2 in Question 2, Skill Type 3 in Question 3, and Skill Type 4 in Question 4 does not tell you which skill each student is secure in. If a student gets three of four questions wrong, you do not know whether they have a Skill Type 2 problem, a Skill Type 3 problem, or all three. Formative quizzes should target one skill type per quiz.
  • Avoid "what percentage is X of Y?" problems where X is larger than Y without explicitly noting that this is possible. Students frequently answer "that is not possible" or simply skip problems where the part is larger than the whole. At Grade 6–7, this is worth addressing explicitly — "120 students attended an event when only 100 were expected. What percentage of the expected number attended?" Prepare students for this case by generating one or two examples per unit, and add context that explains why 120% is a valid and meaningful answer.
  • Avoid percentage change quizzes without context. "Increase 60 by 15%" is a calculation. "A school increased its library books from 60 to 69 — what percentage increase is this?" is a percentage problem. The context is what makes percentage change meaningful. Always include real-world contexts in percentage change quizzes; AI generates them reliably when asked.

Key Takeaways

  • Percentages quizzes require specifying the skill type in the prompt — "percentages" covers six distinct skills taught across Grades 5–9, and a generic prompt may produce a quiz mixing skills at different levels.
  • Integer-answer constraints ("all answers must be whole numbers") are non-negotiable for formative percentage assessments — decimal answers conflate percentage skill with decimal rounding skill and produce uninterpretable diagnostic data.
  • The MCQ format with diagnostic distractors is the most powerful formative structure for percentages — wrong options that represent specific procedural errors (multiplying instead of dividing by 100; finding the change but not applying it to the original) produce actionable data about what to teach next.
  • Paired adjacent problems (same numbers, different skill type — e.g., "find 25% of 80" adjacent to "80 is 25% of what?") are the most efficient way to reveal skill-type confusion in a short quiz.
  • Percentage sense benchmarks (50%, 25%, 10%, 1%) should be practised through brief warm-up activities alongside every full percentages quiz session — mental arithmetic fluency and formal calculation skill develop in parallel.
  • Percentage change quizzes work best with real-world contexts; abstract "increase X by Y%" questions are appropriate for the most capable students as proof-of-concept practice, not for the class majority.
  • Every end-of-unit summative percentage quiz should include at least one "explain your method" question to reveal whether students understand the procedure or are executing a memorised sequence without comprehension.

Frequently Asked Questions

At what grade should students be able to complete a reverse percentage quiz?

Reverse percentage (finding the original value after a known percentage change) is formally introduced in Grade 7 in most curricula. Students need to be secure with Skill Type 1 (finding a percentage of a quantity) and comfortable with division before reverse percentage makes sense. A readiness check: can the student answer "if 25% of a number is 15, what is the number?" using reasoning (15 ÷ 0.25 or 15 × 4)? If not, additional Skill Type 1 practice precedes reverse percentage work.

How do I generate a percentages quiz that covers all skill types for a Grade 7 review?

For a review assessment covering Skill Types 1–4, structure the quiz in four labelled sections (one per skill type) with two to three questions per section. This structure allows you to analyse results by skill type — if a student gets Skill Type 1 correct and Skill Type 3 incorrect, you know the gap is specifically in reverse percentage.

"Write a 10-question Grade 7 percentages review quiz in four labelled sections: Section A (2 questions: find percentage of quantity); Section B (2 questions: express as percentage); Section C (3 questions: reverse percentage); Section D (3 questions: percentage change). All answers integers."

How long should a percentages quiz take for Grade 6 students?

For a six-to-eight question formative quiz on a single skill type, Grade 6 students typically need twelve to eighteen minutes. Exit tickets (three questions) take four to six minutes. End-of-unit summative quizzes covering all five skill types and requiring full working take thirty to forty minutes. Adjust timing based on whether the quiz is short answer (longer) or MCQ (shorter).

Can I use AI to generate percentages problems in both fraction and decimal forms?

Yes, and this is valuable practice for Grade 6–7 students. Specify "include both the fraction form and the decimal form of the percentage in at least half the problems (e.g., write 35% as 35/100 and 0.35 — the student should be able to work with either form)."

This reinforces the equivalence between percentage, fraction, and decimal — a key Grade 6 conceptual goal — without reducing the percentage focus of the quiz. For the Grade 6 AI toolkit context, AI Math Tools for Grade 6 Teachers covers the full range of assessment and practice tools appropriate for this grade level.


Connected reading:

#teachers#math#ai-tools#quiz