Podcast
Questions and Answers
Which of the following is a valid format for the example JSON provided?
Which of the following is a valid format for the example JSON provided?
- {'question': 'What is your favorite food?', 'options': ['Pizza', 'Burger', 'Taco'], 'answer': 3}
- {'question': 'What is your favorite color?', 'options': ['Red', 'Green', 'Blue'], 'answer': 2}
- {'question': 'What is your age?', 'options': ['20', '30', '40'], 'answer': 1}
- {'question': 'What is your name?', 'options': ['John', 'Jane', 'Jim'], 'answer': 0} (correct)
Which of the following is a good rule to follow when creating multiple choice questions?
Which of the following is a good rule to follow when creating multiple choice questions?
- Make the distractors completely unrelated to the question
- Make the distractors plausible but incorrect (correct)
- Use 'all of the above' or 'none of the above' as options
- Make the correct answer the longest option
What should be avoided when creating multiple choice questions?
What should be avoided when creating multiple choice questions?
- Providing too much context or irrelevant information
- Using simple language that everyone can understand
- Using technical jargon that the intended audience may not know (correct)
- Using only one type of question format