Podcast
Questions and Answers
Which of the following is the correct format for writing a multiple choice question in JSON?
Which of the following is the correct format for writing a multiple choice question in JSON?
- {"Question": "What is your name?"}
- {"Question": "What is your name?", "Options": ["Option 1", "Option 2"], "Answer": 0, "Info": "Additional info about the answer."} (correct)
- {"Question": "What is your name?", "Options": ["Option 1", "Option 2"]}
- {"Question": "What is your name?", "Options": ["Option 1", "Option 2"], "Answer": 0}
Which of the following is NOT a good practice when writing multiple choice questions?
Which of the following is NOT a good practice when writing multiple choice questions?
- Using ambiguous language
- Including irrelevant information
- Providing only one plausible distractor (correct)
- Using double negatives
What is the purpose of using distractors in a multiple choice question?
What is the purpose of using distractors in a multiple choice question?
- To provide incorrect answers
- To increase the length of the question
- To make the question more challenging (correct)
- To confuse the reader
Flashcards are hidden until you start studying