quiz is the shared display app for a room-based RCWeb quiz.


questions-001.json to questions-010.json at random when it starts.questions-001.json after questions-010.json.quiz-control in the same room.Each numbered question file can define a quiz title, a description, and the question list:
{
"title": "Quiz title shown on the display",
"description": "Optional subtitle shown under the title",
"questions": [
{
"id": "optional-stable-id",
"question": "Question text",
"options": ["Option A", "Option B", "Option C", "Option D"],
"answer": 1
}
]
}
answer is the zero-based index of the correct option.