Either-Or

A fast-paced game where users make quick decisions between two options.

A game where users make quick decisions between two options.

📘

Authentication Support: When the game's auth requirement is set to "REGISTERED" in the Management Portal, unauthenticated users will see a customizable sign-in CTA instead of the start button.

<div
	data-component="fu-widget"
	data-content-type="either-or"
	data-content-id="your-game-id"
	data-lead-fields="fullName,email"
	data-lead-position="after"
	data-lead-sync-with-profile="true"
	data-campaign-id="campaign-1"
	data-campaign-name="Summer Campaign"
	data-signin-cta-label="Join the Game!"
	data-signin-cta-onclick="showSignInModal()"
	data-layout-template="STANDARD"
	data-image-position="left"
	data-either-or-show-standings="true"
	data-additional-cta-label="View Leaderboard"
	data-additional-cta-url="https://yourdomain.com/leaderboard"
	data-additional-cta-target="_blank"
	data-rules-display-type="modal"
	data-rules-display-url="https://yourdomain.com/rules"
	data-rules-display-target="_blank"
></div>

Configuration Attributes

AttributeDescriptionOptionsDefault
data-layout-templateVisual layout of the game"STANDARD", "OVERLAY""STANDARD"
data-image-positionPosition of images in the game"left", "right"Config default
data-either-or-show-standingsShow standings/leaderboard at the end of the game"true", "false"Config default
data-lead-sync-with-profileSync anonymous profiles to database after lead submission"true", "false"Config default
📘

You can also set eitherOr.showStandings globally in FuWidget.init().

Features

  • Quick decision gameplay
  • 3 lives system
  • Streak tracking
  • Leaderboard
  • Timer-based rounds
  • Personal best tracking
  • Lead collection integration
  • Customizable sign-in CTA
  • Additional CTA support
  • Rules display (modal or link)
  • Prize support
  • Responsive design
📘

Related (see the Features page): Lead Collection · Sign-in & Additional CTA · Rules Display · Authentication Requirements.