questionnaire docs
User Flows

Guide Theme

User flow for the guide theme with content blur and rewarded popup.

Guide Theme

Component: components/guide/GuideTheme.js Activated when: category.questionnaireType is guide or guide2

User flow

What the user sees

  1. Question modal — clean step-based questions (no CTA during questions)
  2. Loading spinner — brief transition between questions and content
  3. Blurred content — category sections visible but unreadable
  4. Rewarded popup — overlay with CTA button appears when ad is ready
  5. "Show me how" button — user must click to watch the ad
  6. Content unlock — blur removed, full content accessible

Guide vs Guide2

DifferenceGuideGuide2
Display ads during themeStart at theme visibleWait until theme closed
Interstitial during themeStart at theme visibleWait until theme closed
User experienceSameSame
Content blurYesYes

Component architecture

Key difference from Questionnaire

  • No CTA during questions — the rewarded ad prompt comes AFTER questions via a separate popup
  • Content blur — creates urgency; user can see content exists but cannot read it
  • Auto-triggerREWARDED_TRIGGER.PAGE_MOUNT loads the ad after questions complete

On this page