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
Request ChatGPT to generate a quiz focused on the specified domain, topic, and subtopic, including the requested number of multiple-choice questions and answer options. 03
ChatGPT will present each quiz question individually, inside a Markdown code block, and wait for your answer before continuing. 04
After all questions are answered, ChatGPT will provide the correct answers along with a summary of your quiz results.