Please enable JavaScript.
Coggle requires JavaScript to display documents.
Onboarding + Survey - Coggle Diagram
Onboarding + Survey
"answer_option_text": "🔄 Big Process",
will submit on firebase or mixpanel with icons also in alphabetical orders
All answer will shuffle on answer list
"is_show_input_box": false
True
Input box is shown
Will allow upto 18 characters only
will not allow to add only white space
will not allow multiple tapping
False
Input box is not shown
Survey Onboarding
Splash screen
Welcome Screen
Intro Screen - 1
Survey
Onboarding - 1
Survey Onboarding - 2
Survey Onboarding - 3
Trust screen
Paywall screen
1 more item...
"app_id": 2
:-> Depends on app or app's platform
"is_compulsory_answer":
:->
true - Have to gave answer & false - not need to compalsary answers,
"is_answer_type_long": false,
:-> have to choose answer or add short (18 character) answer only & true allow to add long answer (firebase event or mixpanel event only shows up to ~36 character only)
"is_multi_select_enable": true,
:-> able to choose multiple answer of listed question
Note: Long must be false for above choice
"dependent_phase_id":
1 : means we next
phase question should be depends on listed answer or 0 means not dependant
dependent_question_id = 1
means we next question should be depends on listed answer or 0 means not dependant
"dependent_option_list": [1,5,3]:
means listed answer will redirected to another dependant question phase
Json
ios_is_onboarding_enable : enaled only shown onboarding else not
"app_id": 2,
Onboarding survey app id
"survey_id": 1,
Survey ID =1 which indicate how many survey shows
"phase_list": [
phase array will of phase questions which indicate how many survey shows
"phase_id": 1,
show phase no#
"phase_tag": "user_problem",
shows phase tag will shown on Mixpanel
"question_list": [
will shows question array
"question_id": 1,
question heading shows here
"question_text": "What bothers you most when it comes to invitations or greetings?",
question heading will be added here
"question_description": "",
will shows question description
"is_compulsory_answer": true,
will not allow without any answers
"is_answer_type_long": false,
If the answer type long: True -> means allow to add long answers
"is_multi_select_enable": true,
will allow to choose multiple selection
"dependent_phase_id": 0,
mention phase ID which are dependent
"dependent_question_id": 0,
mention phase question ID which are dependant
"dependent_option_list": [],
we can add listed of answer which are depends on other phase questions
"options_list":
will shows all answer array
"answer_id": 1,
answer Id should be unique for every phase option list
"is_show_input_box": false
will not shows Other option box