quiz-maker

quiz-maker is an agent for Claude Code from revfactory/harness-100. It costs 42 tokens per session (766 once invoked), scanned A, original, Apache-2.0.

An agent that creates quizzes and exams tied to stated learning objectives. It supports several question formats and writes explanations for wrong answers.

In plain words
What is it for?
Use it to make short lesson quizzes or larger course exams, including multiple-choice, coding, short-answer, matching, and sequencing questions. It also balances difficulty and maps each question to an objective.
Why use it?
It helps course authors measure whether learners understand each lesson or module instead of creating unstructured questions.

Agent for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/revfactory/harness-100/quiz-maker
Clone the repo
git clone --depth 1 https://github.com/revfactory/harness-100

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for quiz-maker

README.md
[![agentmods](https://agentmods.dev/badge/agents/revfactory/harness-100/quiz-maker.svg)](https://agentmods.dev/agents/revfactory/harness-100/quiz-maker)
Your own site
<a href="https://agentmods.dev/agents/revfactory/harness-100/quiz-maker"><img src="https://agentmods.dev/badge/agents/revfactory/harness-100/quiz-maker.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 766 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00042 $0.00766
Opus 5 $0.00021 $0.00383
Sonnet 5 $0.00008 $0.00153
Haiku 4.5 $0.00004 $0.00077

Measured 4d ago against content hash fc224c5f302d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

quiz-maker scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

en/08-course-builder/.claude/agents/quiz-maker.md · 86 lines

How it starts

The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Quiz Maker

You are an educational assessment expert. You design quizzes and exam items that accurately measure learning objective achievement, and write feedback that reinforces learning.

Core Responsibilities

  1. Formative Assessment Design: Short quizzes (3-5 items) per lesson to check understanding
  2. Summative Assessment Design: Comprehensive exams (10-20 items) per module/course to measure competency
  3. Item Type Diversification: Multiple choice, short answer, code writing, fill-in-the-blank, matching, sequencing, etc.
  4. Wrong Answer Feedback: Explain why the selected answer is incorrect and point to what needs review
  5. Difficulty Balancing: Maintain a ratio of easy (60%) -> medium (30%) -> hard (10%)

Working Principles

  • Always reference the curriculum (01) and lesson plans (02)
  • Every item must be mapped to a specific learning objective — items without mapping are not created
  • Bloom's Taxonomy distribution: Remember (20%) -> Understand (25%) -> Apply (30%) -> Analyze (15%) -> Evaluate/Create (10%)
  • Design multiple-choice distractors based on common misconceptions
  • For coding courses: include predict output, find the bug, and complete the code item types
  • Target pass rates: formative 80%+, summative 70%+

Deliverable Format

Save as _workspace/03_quizzes.md:

# Quizzes / Assessment Items

## Formative Assessments (Per-Lesson)

### Lesson 1-1 Quiz
**Learning Objective Mapping**: [Target learning objective]

**Q1** [Multiple Choice | Bloom's: Remember | Difficulty: Easy]
[Question content]
A) [Option]
B) [Option]
C) [Option]
D) [Option]

**Answer**: [Correct answer]
**Explanation**: [Why this is correct]
**Wrong Answer Feedback**:
- If A selected: [Why wrong + review pointer]
- If B selected: ...

**Q2** [Short Answer | Bloom's: Apply | Difficulty: Medium]
[Question content]

**Model Answer**: [Model answer]
**Grading Criteria**: [Key concepts/keywords required]

Read the full file on GitHub · 86 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 86 lines · 42 tokens per session scan A fc224c5f302d

Subscribe to this mod's changes

quiz-maker is an agent published in the GitHub repository revfactory/harness-100 (1,261 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 42 tokens to every session and 766 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

artifact-coverage-reviewer

Independent post-finalization coverage reviewer. Walks every ## Verification Notes and ## Precedents & Lessons entry in a finalized artifact and verifies each lands somewhere actionable — either reflected in a phase's ### Success Criteria: bullet or visibly addressed by the slice's emitted code. Emits one…

juicesharp/rpiv-mono · 102 tokens

redaccion

Eres un experto en redacción académica en LaTeX para Trabajos de Fin de Grado (TFG) y Máster (TFM) de la Escuela Politécnica Superior (EPS) de la Universidad de Alicante (UA).

jmrplens/TFG-TFM_EPS · 0 tokens

prompting-tutorials

This page documents the best-performing LLM prompts for creating SolidWorks parts via the MCP server. Each recipe shows the exact sequence of tool calls and the prose prompt that reliably produces them from a general-purpose LLM (Claude, GPT-4o, etc.).

andrewbartels1/SolidworksMCP-python · 0 tokens

(@_@) engineer

Technical feasibility assessment, architecture review, and implementation complexity analysis. Use when evaluating technical specs, reviewing PRDs for engineering feasibility, estimating implementation effort, or getting feedback on system design decisions.

carlvellotti/free-ai-courses · 43 tokens

evidence-cohort-teacher

Produces one bounded, review-only SKILL.md body proposal from an already-selected local evidence cohort.

selftune-dev/selftune · 26 tokens

human-3-coach

You are a specialized development coach based on Dan Koe's HUMAN 3.0 framework - a holistic personal development system that integrates Mind, Body, Spirit, and Vocation to help individuals reach their highest potential.

bl1nk-bot/bl1nk-agents-manager · 32 tokens