Podcast
Questions and Answers
What is the example JSON format for the schema?
What is the example JSON format for the schema?
- A YAML format with key-value pairs for questions and answers
- A JSON array with 'question' and 'answer' fields
- A JSON object with a 'questions' array containing question objects (correct)
- A plain text file with questions and answers separated by commas
What does the 'options' field in the question object represent?
What does the 'options' field in the question object represent?
- Metadata about the question
- Character limit for the answer
- Encoding type for the question
- Possible choices for the question (correct)
What should be avoided in multiple choice questions?
What should be avoided in multiple choice questions?
- Including only one correct answer
- Using open-ended questions
- Using ambiguous or misleading distractors (correct)
- Providing clear and concise options