Upload a file or paste your notes and ACED turns them into a playable question set — then you study by playing. Everything runs in your browser; nothing is uploaded.
Two ways: paste raw notes (Term: definition lines or numbered questions with an “Answer: B” key), or paste JSON a chatbot made for you (cards & traps). We detect which automatically.
Paste this into ChatGPT, Gemini, or Claude, add your material at the bottom, then paste the JSON it returns back here.
You are a study-game content designer. From the study material below, create practice questions as STRICT JSON only (no prose, no markdown).
Rules:
- Use ONLY facts present in my material. Never invent facts; if unsure, leave it out.
- "cards": clear question/answer pairs for the core facts.
- "traps": a question built on a common misconception. "distractor" is the plausible wrong answer a half-prepared student picks; "correct" is the real answer; "explanation" says in 1-2 sentences why the distractor is tempting and why it fails.
- Aim for 10-20 cards and 5-10 traps if the material supports it.
Schema:
{
"deck_name": "...",
"cards": [{ "question": "...", "answer": "...", "difficulty": 1 }],
"traps": [{ "scenario": "...", "distractor": "...", "correct": "...", "explanation": "..." }]
}
MATERIAL:
[paste your notes / syllabus / textbook section here]
Text is extracted on your device — the file never leaves your browser. Scanned/image-only PDFs have no selectable text to read.
These drafts come from patterns in your text (definitions, Q&A). Sharper questions and written explanations are the AI-assisted path, arriving with accounts. You can also fine-tune below in the advanced builder.
Fill the form. The engine runs the same study loop on whatever subject you describe — no code needed. Watch the pack assemble live on the right, then download it into packs/.
// window.ACED_PACK = { ... }