Podcast
Questions and Answers
In JSON format, what is an example of a key-value pair for 'options'?
In JSON format, what is an example of a key-value pair for 'options'?
- "1": "First option"
- "a": "This one" (correct)
- "choiceA": "This one"
- "opt_a": "This one"
Which of the following is a valid use of JSON format?
Which of the following is a valid use of JSON format?
- Creating graphical elements
- Defining website layouts
- Executing server-side scripts
- Storing and exchanging data (correct)
What is the purpose of 'info' in the JSON format for a question?
What is the purpose of 'info' in the JSON format for a question?
- Defining the question category
- Storing user feedback
- Providing additional context or information about the correct answer (correct)
- Specifying the question difficulty level