Gamification
Gamification is designed to drive on-site engagement with a points leaderboard and a moderated attendee photo wall, both of which can carry a sponsor.
Status — Planned (Phase 5). This page describes the intended capability of this module on our roadmap. It is not yet available in your workspace, and details may change before release.
Leaderboard (designed capability)
Attendees will earn points for actions during an event — checking in, attending sessions, scanning a booth QR, uploading a photo, or completing a survey.
Organizers will configure, per event:
- Whether gamification is on for the event.
- The point value of each action.
- Whether the leaderboard is public.
- An optional sponsor (“leaderboard sponsored by”).
A live leaderboard is designed to rank attendees by total points. A kiosk / big-screen mode is designed for on-site display, with the sponsor logo prominent. Point awards are designed to be idempotent, so a re-scanned QR can’t farm points.
Photo wall (designed capability)
Attendees will submit event photos with an optional caption. Submissions go through moderation before appearing on a public or kiosk wall:
- Pre-moderation (default) — each photo is held until an organizer approves it.
- Post-moderation — photos appear immediately and can be removed after the fact.
Organizers will get a moderation queue to approve or reject submissions.
How attendees take part
Attendee access is designed to work from the badge / check-in QR. From there an attendee can see your points / rank and upload a photo. Public endpoints are designed with rate limiting to prevent abuse.
Configuration summary (designed)
| Setting | Scope | Notes |
|---|---|---|
| Gamification on/off | Per event | Master switch |
| Point values | Per action | Check-in, session, booth scan, photo, survey |
| Leaderboard public | Per event | Controls the public/kiosk view |
| Leaderboard sponsor | Per event | ”Sponsored by” + logo on kiosk |
| Photo moderation mode | Per event | Pre-moderation (default) or post-moderation |
Permissions (planned)
| Action | Permission |
|---|---|
| Configure gamification and moderate the photo wall | events.write |
| Earn points / submit photos | Attendees act via their event QR |