Run a live quiz session: one host screen, many players on phones.
Prerequisites
- A published Quiz Builder quiz
- Firebase configured for the environment (same stack as Quiz Builder groups)
- Host authenticated so session REST calls can send
X-PRC-User-Token
Host a session
- Open
/quiz/{slug}/cast/for the quiz (research-team prefixes apply when configured). - Create a session: choose pace mode (
hostorself), optional session name, avatar pack, timer seconds/action, and whether to save results. - Share the join code or QR with players.
- Advance through lobby → questions → results on the host UI.
Players join
- Open
/quiz/{slug}/play/(or the join flow the host shares). - Enter the join code and pick an avatar.
- Follow host pacing, or self-pace when the session uses
selfmode. - View results when the host finalizes (optional group name when saving results).