Skip to main content

User Result Echo

Users Result Echo is a read-only summary step that echoes back key answers/results to the user.

Step Config

KeyDescriptionIs Optional?
typeShould be usersResultEcho to differs from other steps.Required
stepIdUnique step identifier.Required
backgroundImageThe background image of the page.Optional
header[User Result Echo](User Result Echo)Required
card[User Result Echo](User Result Echo)Optional
chart[User Result Echo](User Result Echo)Required
result[User Result Echo](User Result Echo)Required
cta[User Result Echo](User Result Echo)Required

Header Config

KeyDescriptionIs Optional?
titlePage title.Required
titleColorPage title color.Required
subtitlePage subtitle.Required
subtitleColorPage subtitle color.Required
imageMascot image to be added to the cardOptional
imagePositionaccepts the types
'left'
'top-overflow'
'left-overflow'
Optional

Card Config

KeyDescriptionIs Optional?
backgroundColorCard’s background color, defaults to whiteOptional

Chart Config

KeyDescriptionIs Optional?
imageChart image URLRequired
titleChart title.Required
titleColorChart title color.Required

Result Config

Accepts array of the below config, minimum count is 1

KeyDescriptionIs Optional?
questionQuestion textRequired
questionColorQuestion text color.Required
answerAnswer text, accepts JEXLRequired
answerColorAnswer color.Required
backgroundColorBackground color.Required
answerBackgroundColorAnswer background color.Required
answerBorderColorAccepts answer border colorRequired

CTA Config

KeyDescriptionIs Optional?
textCTA text.Required
backgroundColorCTA background color.Required
textColorCTA text color.Required
hideArrowWhether to hide or show CTA arrow, accepts true and false.Required

Example

UsersResultEcho
{
"id": "fabulous_app_id",
"appId": "co.thefabulous.app",
"language": "en",
"seo": {
"title": "Fabulous",
"favicon": "https://www.thefabulous.co/images/favicon.png",
"description": "Track Your Way to Better Mental Health with A Top-Ranked App. Say Goodbye to uncertainty with Fabulous, Kickstart your day with a productive and healthy routine."
},
"managerConfig": {
"type": "energy",
"properties": {
"onboarding_in_app_message_sequence_enabled": false,
"onboarding_play_alternate_pings": true,
"onboarding_play_background_music": true
}
},
"steps": [
{
"type": "goalChoice",
"stepId": "gender",

"title": "What is your gender?",
"subtitle": "We will use this to personalize your plan",
"textColor": "#343134",
"backgroundColor": "#ECEAFF",
"innerBackgroundColor": "#F6F5FF",
"showInnerProgressBar": true,
"hoverBackgroundColor": "#D6E0FF",
"choiceBackgroundColor": "#FFFFFF",
"choiceTextColor": "#343134",
"key": "gender",
"hideIcons": true,
"choices": [
{
"name": "Female",
"value": "female",
"nameColor": "#343134",
"backgroundColor": "#FFFFFF",
"hoverBackgroundColor": "#E5E2FF"
},
{
"name": "Male",
"value": "male",
"nameColor": "#343134",
"backgroundColor": "#FFFFFF",
"hoverBackgroundColor": "#E5E2FF"
},
{
"name": "Non-binary",
"value": "other",
"nameColor": "#343134",
"backgroundColor": "#FFFFFF",
"hoverBackgroundColor": "#E5E2FF"
}
]
},
{
"type": "goalChoice",
"stepId": "gave_up_habits",
"title": "Do you tend to lose motivation easily?",
"textColor": "#343134",
"backgroundColor": "#ECEAFF",
"innerBackgroundColor": "#F6F5FF",
"showInnerProgressBar": true,
"hoverBackgroundColor": "#D6E0FF",
"choiceBackgroundColor": "#FFFFFF",
"choiceTextColor": "#343134",
"key": "gave_up_habits",
"hideIcons": true,
"choices": [
{
"name": "Yes",
"value": "yes",
"nameColor": "#343134",
"backgroundColor": "#FFFFFF",
"hoverBackgroundColor": "#E5E2FF"
},
{
"name": "No",
"value": "no",
"nameColor": "#343134",
"backgroundColor": "#FFFFFF",
"hoverBackgroundColor": "#E5E2FF"
},
{
"name": "I haven’t tried yet",
"value": "not tried",
"nameColor": "#343134",
"backgroundColor": "#FFFFFF",
"hoverBackgroundColor": "#E5E2FF"
}
]
},
{
"type": "goalChoice",
"stepId": "experts_hear",
"title": "Did you hear about Fabulous from an expert?",
"textColor": "#343134",
"backgroundColor": "#ECEAFF",
"innerBackgroundColor": "#F6F5FF",
"showInnerProgressBar": true,
"hoverBackgroundColor": "#D6E0FF",
"choiceBackgroundColor": "#FFFFFF",
"choiceTextColor": "#343134",
"key": "experts_hear",
"hideIcons": true,
"choices": [
{
"name": "Yes",
"value": "yes",
"nameColor": "#343134",
"backgroundColor": "#FFFFFF",
"hoverBackgroundColor": "#E5E2FF"
},
{
"name": "No",
"value": "no",
"nameColor": "#343134",
"backgroundColor": "#FFFFFF",
"hoverBackgroundColor": "#E5E2FF"
}
]
},
{
"type": "interstitial",
"stepId": "about_fabulous",
"useHTML": true,
"config": {
"id": "about_fabulous",
"title": "The Science of a Better You",
"subtitle": "<span style='color: #6455FE; font-weight: bold; font-size: 1.3em;'>Join over 30 million {{getOnboardingAnswer('gender') == 'Male'?'men' : 'women'}} </span><br><br> Who transformed their lives using science-backed behaviour change techniques.",
"image": "https://c.thefab.co/test/mobile_inter_social_notext2.jpg",
"color_cta": "#ffffff",
"color_cta_button": "#3425B8",
"hide_close_icon": true,
"mode": "BOLD",
"color_background": "#F6F5FF",
"autoNext": false,
"textColor": "#3425B8",
"cta": "Continue"
}
},
{
"type": "interstitial",
"stepId": "gentle_accountability",
"config": {
"id": "gentle_accountability",
"title": "You are not alone",
"subtitle": "Fabulous has guided more than {{getUserGeolocation() == 'US'?'20 million': '500 000'}} {{getOnboardingAnswer('gender') == 'Male'?'men' : 'women'}} {{getUserGeolocation() == 'US' ? 'in the USA' : getUserGeolocation() == 'GB' ? 'in the UK' : getUserGeolocation() == 'AU' ? 'in Australia' : getUserGeolocation() == 'CA' ? 'in Canada' : getUserGeolocation() == 'DE' ? 'in Germany' : ''}} towards a happier healthier life using simple behavioral science techniques.",
"image": "https://c.thefab.co/web-onboarding/fabulous/mobile_inter_faces.jpg",
"color_cta": "#ffffff",
"color_cta_button": "#3425B8",
"hide_close_icon": true,
"mode": "BOLD",
"color_background": "#F6F5FF",
"autoNext": false,
"textColor": "#3425B8",
"cta": "Continue"
}
},
{
"stepId": "user_result_echo",
"type": "usersResultEcho",
"backgroundImage": "https://c.thefab.co/web-onboarding/fabulous/background_fabulous_answertemplate_desktop_opt.svg",
"header": {
"title": "See your results",
"titleColor": "#000",
"subtitle": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor",
"subtitleColor": "#4F6171",
"image": "https://c.thefab.co/web-onboarding/fabulous/img_ghost_fabulous_answertemplate_desktop_opt.png",
"imagePosition": "left"
},
"card": {
"backgroundColor": "#FFF"
},
"chart": {
"image": "https://c.thefab.co/web-onboarding/fabulous/img_graph_desktop_opt.png",
"title": "Your well-being level",
"titleColor": "#000"
},
"results": [
{
"question": "You mentioned that:",
"questionColor": "#7A90A3",
"answer": "{{(getOnboardingAnswer('gave_up_habits') == 'Yes' && getOnboardingAnswer('experts_hear') == 'Yes')? 'Give up easily but highly motivated' : getOnboardingAnswer('gave_up_habits') == 'Yes' ? 'Give up easily' : 'Needs a push'}}",
"answerColor": "#4F6171",
"backgroundColor": "#F8FAFC",
"answerBackgroundColor": "#FFF",
"answerBorderColor": "#E8EAED"
},
{
"question": "You feel that:",
"questionColor": "#7A90A3",
"answer": "{{getUserGeolocation()}}",
"answerColor": "#4F6171",
"backgroundColor": "#F8FAFC",
"answerBackgroundColor": "#FFF",
"answerBorderColor": "#E8EAED"
}
],
"cta": {
"text": "Continue",
"backgroundColor": "linear-gradient(99deg, #00BAAF 6.57%, #00CC9F 93.43%)",
"textColor": "#FFF",
"hideArrow": true
}
}
],
"logic": []
}