What problem does it solve? Running a live audience quiz during a presentation usually requires paid tools like Mentimeter or Slido. This Skill builds a standalone HTML slide for the Mira deck system where the audience answers a multiple-choice question through a Google Forms link (via QR code), and the slide polls the linked Google Sheet to reveal the correct answer, percentages, and a ranking live on stage. ## Core Features & Use Cases - Live polling slide: Reads responses from a public Google Sheet every few seconds using the gviz endpoint with JSONP, so it works when opened directly via file:// without a server. - Presenter-controlled reveal: Three states (voting, revealing, revealed) triggered by a button or the R key; percentages and bars only appear after the reveal, with the correct answer highlighted in green. - Local QR code generation: The voting link is embedded as an inline SVG QR code generated locally with the npm qrcode package, never shown as plain text. - Basic ranking: Pressing K after the reveal shows participants who answered correctly, based on the name column in the sheet. - Use Case: A speaker asks "Which of these is a multimodal model?" on stage; the audience scans the QR code, votes in Google Forms, and the presenter presses R to reveal that GPT-4o was correct with live vote percentages. ## Quick Start Create a live quiz slide for my Mira deck using this Google Forms voting link and this Google Sheets responses link, with the question, four options, and the correct answer I provide.