Tufty 2350 Quiz & Dice Demo

This sample MicroPython app demonstrates how a lightweight device can integrate directly with the Conducttr API to create an interactive, live-linked experience.
Uses
TEAMS_URL = "https://api.conducttr.com/v1.1/eagle/teams" SMARTWORDS_URL = "https://api.conducttr.com/v1.1/eagle/smartwords" MESSAGES_URL = "https://api.conducttr.com/v1.1/eagle/messages/position" POL_URL = "https://api.conducttr.com/v1.1/eagle/pol"
What the app does
The application runs on a Tufty 2350 device and performs the following:
Connects to WiFi and authenticates with the Conducttr API.
Retrieves team information and SmartWords content from the platform.
Parses SmartWords into:
Quiz questions and answers
Correct answer markers
Persona-driven screen messages
Dice result image URLs
Runs a timed multiple-choice quiz locally on the device.
Publishes dynamic content back into Conducttr using:
/messages/positionfor persona-led screen updates/polto start Pattern of Life stacks
Transitions into a dice-roll phase where:
Roll time is earned based on quiz performance
Dice results are animated locally
Jackpot logic can trigger a second PoL stack
Last updated
Was this helpful?