Recipes
Survey recipes for Discord communities
Each recipe is a complete build: the scenario, the flow, the script payload, and the scoring or skip logic that makes it work. They are written for the person authoring the survey, so they say what to click and what each field does, not only what the feature is called.
Want the outcome without authoring the script? Start from a template. Wiring this up programmatically? See the API quickstart.
Connect
Quizzes, predictions and events that give members a reason to come back.
- Discord Event RSVP with Attendance Streak Rewards Collect RSVPs for recurring events and turn repeat attendance into a streak that unlocks tier achievements, without tracking by hand who showed up to what. ~10 minutes per event project + one-time setup of tier achievements
- Discord Prediction Poll with Dynamic XP Rewards Run prediction contests where XP scales with how bold the call was. Set the correct answer after the event resolves and Subo awards the right amount to every member automatically. ~15 minutes to author; correct answer set after the event resolves
- Discord Study Quiz for Education and Exam-Prep Servers A low-stakes practice quiz that explains each answer as it goes, allows unlimited retakes, and awards XP proportional to the score so members can watch themselves improve. ~25 minutes
- Discord Trivia Quiz with Right or Wrong Grading and XP Run a graded trivia quiz where Subo marks each answer right or wrong, explains the correct one immediately, and awards XP equal to the score with no per-question logic. ~20 minutes
- Sorting Hat Personality Quiz for Discord Build a house-sorting personality quiz where five questions distribute points across four houses, a calculated block picks the winner, and each member gets their own reveal. ~30 minutes (most of which is tuning score weights to taste)
Discover
Onboarding and research surveys that turn answers into structured data about your community.
- Discord Welcome Quiz: Auto-Assign Roles and Regions on Join Onboard new members with a short welcome quiz that records their region and language as achievements, grants notification roles automatically, and awards XP for finishing. ~15 minutes (most of which is creating achievements and roles in your community settings, not authoring the survey)
- Member Segmentation Survey for Discord Communities Sort your members into meaningful segments with a scored onboarding survey, assign a segment role automatically, and keep the raw scores as an exportable dataset. ~30 minutes (most of which is deciding your segments)
- Pre and Post Survey: Measuring Program Impact in a Community Measure whether an event, course or campaign actually changed anything. Two identical survey waves, scored the same way, give you a before and after you can compare per member. ~20 minutes per wave (identical questions; second project is a clone with the dates changed)
Organize
Applications and intake funnels that route people to the right role automatically.
- Discord Moderator Application Form with Automatic Role Assignment Replace ad-hoc DM recruiting with a moderator application: one gating question decides who lands in the trial pool, everyone else gets a waitlist role, and you keep the answers for review. ~10 minutes
- Playtester Recruitment Survey for Indie Game Devs Pick playtesters who will actually show up. A single availability gate splits applicants into a beta cohort and a waitlist, and a required open-text answer filters out low-effort signups. ~15 minutes
Build one
Every recipe here runs on the free tier. Author it in the web app or send the script to the public API.