Understanding the data flow for multiplayer quizzes in IntelliQ
roomId
is a unique identifier for the multiplayer session.
The response includes:
quizId
: Unique identifier for the quizquestions
: Array of questions with their IDspoints = Math.round((1 - (timeTaken / timeLimit) / 2.2) * 1000)
points = Math.round((1 - (timeTaken / timeLimit) / 2.2) * 1000)