Generate 4th grade science quiz in json
AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution
npx -y skills add ECNU-ICALK/AutoSkill --skill generate-4th-grade-science-quiz-in-jsonAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
What its author says it does
Copied from the file, not written here
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.
SKILL.md
2.1 KB, as published. Nobody here has run it
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.
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