Podcast
Questions and Answers
What is the example JSON format structure for the questions?
What is the example JSON format structure for the questions?
- An array of objects with question, options, answer, and info keys (correct)
- An array of arrays with question, options, answer, and info
- An object with question, options, answer, and info keys
- An array of strings with question, options, answer, and info
Where should additional context or information about the correct answer be provided in the JSON format?
Where should additional context or information about the correct answer be provided in the JSON format?
- In the answer key
- In the info key (correct)
- In the question key
- In the options key
What should be the content of the options key in the JSON format?
What should be the content of the options key in the JSON format?
- An object with keys as options and values as descriptions (correct)
- An array of strings
- An array of objects
- A single string