Podcast
Questions and Answers
Which of the following is the correct JSON format for creating a quiz for general awareness questions and answers?
Which of the following is the correct JSON format for creating a quiz for general awareness questions and answers?
- { "Question": "What is the capital of France?", "options": ["Paris", "London", "Rome", "Berlin"], "answer": 3, "info": "Paris is the capital of France." }
- { "Question": "What is the capital of France?", "options": ["Paris", "London", "Rome", "Berlin"], "answer": 1, "info": "Paris is the capital of France." }
- { "Question": "What is the capital of France?", "options": ["Paris", "London", "Rome", "Berlin"], "answer": 2, "info": "Paris is the capital of France." }
- { "Question": "What is the capital of France?", "options": ["Paris", "London", "Rome", "Berlin"], "answer": 0, "info": "Paris is the capital of France." } (correct)
Which of the following is an example of a difficult distractor in a multiple-choice question?
Which of the following is an example of a difficult distractor in a multiple-choice question?
- An answer that is grammatically incorrect
- The correct answer
- An answer that is completely unrelated to the question
- An answer that is similar to the correct answer but slightly incorrect (correct)
What is the purpose of including additional context in the 'info' key of a multiple-choice question?
What is the purpose of including additional context in the 'info' key of a multiple-choice question?
- To make the question more interesting
- To make the question longer
- To provide hints to the test taker (correct)
- To confuse the test taker