Podcast
Questions and Answers
What is the example JSON format for this task?
What is the example JSON format for this task?
- An array containing a list of questions and their options
- A nested array with question, options, answer, and info fields
- A JSON object with 'question' and 'answer' fields
- A dictionary with 'questions' as the key and a list of question objects as the value (correct)
What is the purpose of the 'info' field in the JSON format?
What is the purpose of the 'info' field in the JSON format?
- To provide additional context or information about the correct answer (correct)
- To list the sources of the question and answer
- To store metadata about the question
- To link to related questions
Which data structure is used to represent the options for each question in the JSON format?
Which data structure is used to represent the options for each question in the JSON format?
- An object (dictionary) (correct)
- A string
- A number
- An array (list)
What is the sum of the interior angles of a triangle?
What is the sum of the interior angles of a triangle?
In a right-angled triangle, which side is the longest?
In a right-angled triangle, which side is the longest?
What is the term for a triangle with all sides of different lengths?
What is the term for a triangle with all sides of different lengths?