Podcast
Questions and Answers
What is the name of the class for which the example JSON format is provided?
What is the name of the class for which the example JSON format is provided?
- Barahmasa class 10
- Barahmasa class 12 (correct)
- Barahmasa class 11
- Barahmasa class 9
In the example JSON format, what is the purpose of the 'questions' array?
In the example JSON format, what is the purpose of the 'questions' array?
- To list the answers to the questions
- To provide examples of JSON usage
- To store information about the text
- To contain the multiple choice questions (correct)
What is the recommended format for representing the options in the example JSON format?
What is the recommended format for representing the options in the example JSON format?
- As key-value pairs within an 'options' object (correct)
- As separate JSON objects
- As a single string
- As an array of strings