Podcast
Questions and Answers
What is the format for the example JSON given?
What is the format for the example JSON given?
- It is a string of key-value pairs
- It is a nested array
- It is a single object
- It is an array of objects (correct)
What is the purpose of the 'options' key in the example JSON format?
What is the purpose of the 'options' key in the example JSON format?
- To define the question itself
- To specify the data type of the answer
- To provide the choices for the multiple choice question (correct)
- To link to external resources
How are the questions organized in the example JSON format?
How are the questions organized in the example JSON format?
- As a single string
- As separate key-value pairs
- As an array of objects (correct)
- As a nested array
What is the purpose of the 'info' key in the example JSON format?
What is the purpose of the 'info' key in the example JSON format?
What is the purpose of the 'options' key in the example JSON format?
What is the purpose of the 'options' key in the example JSON format?
How are the questions organized in the example JSON format?
How are the questions organized in the example JSON format?