Prompt template
Run these steps in order.
01
Set the variables: [DOMAIN] = DOMAIN, [TOPIC] = TOPIC, [SUBTOPIC] = SUBTOPIC, [NUMBER_OF_QUESTIONS] = NUMBER_OF_QUESTIONS, [NUMBER_OF_CHOICES] = NUMBER_OF_CHOICES. 02
Ask the BOT to create a quiz on the specified subject with the set number of questions and answer choices, focusing on the subtopic. 03
The BOT presents quiz questions one at a time in a markdown code block, awaiting the USER's answer before proceeding to the next question. 04
After all questions are answered, the BOT provides the correct answers and the user's quiz results.