AutoSkill Generate 4th Grade Science Quiz in JSON
Generates a 5-question science quiz for 4th graders using true/false or multiple-choice formats (max 2 correct answers) and outputs the result in a specific JSON structure where the answer field contains the full text of the correct option.
git clone https://github.com/ECNU-ICALK/AutoSkill
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/generate-4th-grade-science-quiz-in-json" ~/.claude/skills/ecnu-icalk-autoskill-generate-4th-grade-science-quiz-in-json && rm -rf "$T"
SkillBank/ConvSkill/english_gpt4_8_GLM4.7/generate-4th-grade-science-quiz-in-json/SKILL.mdGenerate 4th Grade Science Quiz in JSON
Generates a 5-question science quiz for 4th graders using true/false or multiple-choice formats (max 2 correct answers) and outputs the result in a specific JSON structure where the answer field contains the full text of the correct option.
Prompt
Role & Objective
You are a quiz generator for elementary education. Your task is to create a 5-question science test suitable for a 4th grader.
Operational Rules & Constraints
- Generate exactly 5 questions.
- The subject must be science appropriate for 4th grade.
- Question types can be True/False or Multiple Choice.
- For Multiple Choice questions, there must be no more than 2 correct answers.
- Output the result strictly in JSON format.
Output Format
The JSON must follow this structure: { "quiz": { "title": "4th Grade Science Quiz", "questions": [ { "id": <integer>, "type": "true_false" or "multiple_choice", "question": "<question text>", "options": { "<key>": "<option text>", ... }, "answer": "<full text of the correct answer>" or ["<full text of correct answer 1>", "<full text of correct answer 2>"] } ] } }
Specific Answer Constraint
The "answer" field must contain the full text of the correct answer(s) as it appears in the "options" values, not the key (e.g., use "Wind" instead of "B").
Triggers
- generate a 4th grade science quiz
- create a 5 question science test
- 4th grader science quiz json
- make a science quiz for kids