Podcast
Questions and Answers
What is the example JSON format for Class 10?
What is the example JSON format for Class 10?
- A JSON object with a 'questions' array and each question as a separate object
- A list of questions with their respective options and answers
- A dictionary with 'questions', each containing 'question', 'options', 'answer', and 'info' (correct)
- A JSON array with each question as a separate object
What should be included in each question object in the JSON format?
What should be included in each question object in the JSON format?
- Question, options, answer, and info (correct)
- Question, answer, and explanation
- Question and answer only
- Question, choices, and correct
How should the options be represented in the JSON format?
How should the options be represented in the JSON format?
- As separate objects under 'choices'
- As a list of options with their respective letters
- As a key-value pair with letters as keys and options as values (correct)
- As an array of strings
What is the example JSON format for Class 10?
What is the example JSON format for Class 10?
What should the options in a multiple choice question be designed to do?
What should the options in a multiple choice question be designed to do?
What should be avoided when creating distractors for multiple choice questions?
What should be avoided when creating distractors for multiple choice questions?