Podcast
Questions and Answers
What is the example JSON format for this text?
What is the example JSON format for this text?
- A dictionary with 'questions' key containing a list of question objects (correct)
- A single string containing all the questions and answers
- A list of questions with answer choices
- A JSON object with only the answer key
Which part of the JSON format contains the answer to each question?
Which part of the JSON format contains the answer to each question?
- The 'options' key within each question object
- The 'answer' key within each question object (correct)
- The 'question' key within each question object
- The 'info' key within each question object
What is the purpose of providing additional context in the 'info' field of each question object?
What is the purpose of providing additional context in the 'info' field of each question object?
- To confuse the reader
- To hide the correct answer
- To make the JSON format longer
- To provide hints for the correct answer (correct)
Flashcards are hidden until you start studying