Podcast
Questions and Answers
Which of the following is the correct format for the JSON response?
Which of the following is the correct format for the JSON response?
- {"question": "What is the capital of France?", "answer": "Paris"} (correct)
- {"question": "What is the capital of Spain?", "answer": "Madrid"}
- {"question": "What is the capital of Germany?", "answer": "Berlin"}
- {"question": "What is the capital of Italy?", "answer": "Rome"}
What should be avoided when creating multiple choice questions?
What should be avoided when creating multiple choice questions?
- Including all of the above as an option
- Including none of the above as an option
- Including difficult distractors
- Including clear and concise answer choices (correct)
Which of the following is an example of a distractor?
Which of the following is an example of a distractor?
- This is a random answer
- This is an unrelated answer (correct)
- This is the correct answer
- This is a plausible but incorrect answer