NueForm

Fuse Activities Overview

An overview of Fuse, NueForm's real-time collaborative activity system with 20+ activity types across polls, lists, and interactive categories.

Overview

Fuse is NueForm's real-time collaborative activity platform. Unlike standard forms where each respondent fills out the form independently, Fuse activities are live, shared experiences where multiple participants interact simultaneously and see results update in real-time.

Fuse activities are perfect for:

  • Live presentations and meetings
  • Classroom engagement
  • Team brainstorming sessions
  • Event audience participation
  • Real-time polling during webinars
  • Group decision-making

How Fuse Works

Creating a Fuse Activity

  1. From the dashboard, click New Form.
  2. Select Fuse as the form type.
  3. Choose an activity type from the activity picker.
  4. Configure the activity (title, options, settings).
  5. Publish and share the link.

Participant Flow

  1. Participants open the Fuse activity URL.
  2. If Ask for Name is enabled, they enter their display name.
  3. If Allow Anonymous is enabled, they can skip the name step.
  4. They participate in the activity (vote, add items, rank, etc.).
  5. Results update in real-time for all participants.

Real-Time Updates

Fuse activities use a polling-based state system where participants' actions are sent to the server, aggregated, and the updated state is broadcast back to all connected participants. Every vote, submission, or interaction appears live.

Activity Categories

Fuse activities are organized into three categories:

Polls (8 types)

Poll activities present options and collect votes. Results are displayed as live-updating charts, bars, or percentages.

ActivityDescription
Classic PollPick one option. See live percentages.
Multi-Vote PollVote for multiple options at once.
Image PollVote on images instead of text.
This or ThatBinary choice between two options with live split.
Ranked PollDrag to rank options. See consensus ranking.
Elimination PollMulti-round voting. Lowest gets eliminated each round.
Sliding ScalePlace yourself on a spectrum. See the distribution.
Would You RatherChoose between two dilemmas. See the live split.

Lists (5 types)

List activities let participants collaboratively create, rank, and curate content.

ActivityDescription
Collaborative ListEveryone adds items to a shared list.
Ranked ListAdd items and upvote/downvote. Community leaderboard.
Pros & ConsTwo-column debate board.
Top NSubmit personal top picks. Aggregated master ranking.
Rate & RevealRate 1-10. See the live histogram.

Interactive (8 types)

Interactive activities provide unique engagement experiences.

ActivityDescription
Word CloudSubmit words. Watch an animated cloud form.
Hot TakesAgree/disagree with a bold statement. Live tug-of-war.
Q&A BoardSubmit and upvote questions.
PredictionsMake predictions. See crowd consensus.
Tier ListDrag items into S-F tiers. See community rankings.
Map PinsPin locations on a map. See where everyone is.
Caption ThisSubmit captions for an image. Upvote the best.
BracketTournament-style bracket with crowd voting.

Fuse Settings

All Fuse activities share a common set of settings:

SettingTypeDescriptionDefault
askForNamebooleanRequire participants to enter their display name before joining.false
allowAnonymousbooleanAllow participants to skip the name entry step.true
displayModestringHow poll results are shown: inline_bars (horizontal bars within options) or bar_chart (separate bar chart).inline_bars
showParticipantAvatarsbooleanShow avatar icons for connected participants.true
showActivityIndicatorsbooleanShow real-time activity indicators (floating notifications when someone interacts).true
activityIndicatorStylestringStyle of activity indicators: pill, float_up, spark, or none.pill
indicatorRandomColorsbooleanUse random colors for activity indicators instead of the theme accent color.false
descriptionPositionstringWhere the description text is positioned: top or center.top
questionFontSizestringFont size for the activity title: small, medium, or large.medium
descriptionFontSizestringFont size for the description: small, medium, or large.medium
widgetScalestringScale of the activity widget: compact or large.large

Participant Model

Each participant in a Fuse activity is tracked with:

FieldDescription
sessionIdA unique identifier for the participant's browser session.
displayNameThe name entered by the participant (or null for anonymous).
joinOrderThe order in which the participant joined.
joinedAtTimestamp when the participant joined.
lastSeenAtTimestamp of the participant's last interaction.

Action Model

Every interaction in a Fuse activity is recorded as an action:

FieldDescription
actionTypeThe type of action: vote, add_item, upvote, downvote, rank, rate, pin, submit_text.
payloadActivity-specific data for the action (e.g., which option was voted for, what text was submitted).
createdAtTimestamp of the action.

Single-Action vs. Multi-Action Activities

Some activities are single-action -- the participant performs one action and their participation is complete. Others allow multiple actions over time.

Single-action activities (enter read-only mode after the first action):

  • Classic Poll, Image Poll, Hot Takes, Sliding Scale, Predictions, Map Pins, Ranked Poll, Top N, Tier List

Multi-action activities (allow ongoing interaction):

  • Multi-Vote Poll, This or That, Would You Rather, Collaborative List, Ranked List, Pros & Cons, Q&A Board, Word Cloud, Caption This, Rate & Reveal

Multi-round activities (span multiple phases):

  • Elimination Poll, Bracket

Theming Fuse Activities

Fuse activities inherit the same theming system as standard NueForm forms. All theme properties (colors, fonts, branding) apply to Fuse activities. Additionally, Fuse activities support their own set of CSS selectors for custom styling. See the Custom CSS guide for details.

Custom CSS for Fuse

Each Fuse activity type has its own CSS selectors in addition to the shared general and activity selectors. The CSS editor in the Fuse builder automatically shows the relevant selectors for the selected activity type. See the Custom CSS guide for the complete reference.

Dernière mise à jour : 6 avril 2026