Podcast
Questions and Answers
What is the purpose of the 'info' field in the JSON example?
What is the purpose of the 'info' field in the JSON example?
- To specify question difficulty level
- To indicate the correct answer
- To provide additional context about the question (correct)
- To list alternative answers
In the JSON example, what is used as the key for the options?
In the JSON example, what is used as the key for the options?
- alternatives
- options (correct)
- choices
- answers
What is the recommended format for representing the questions in the JSON example?
What is the recommended format for representing the questions in the JSON example?
- Object (correct)
- Array
- Text
- String