Created
September 13, 2021 08:33
-
-
Save rnjailamba/dc6e5816dafc1a655dd536d318365df0 to your computer and use it in GitHub Desktop.
Welcome Array
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"modules": [ | |
{ | |
"type": "welcome", | |
"name": "welcome", | |
"screens": [ | |
{ | |
"type": "image_text", | |
"image": "img.com", | |
"image_text": "Traveling to the Multiverse, one moment please...", | |
"carla_speaks_text": "no", | |
"next_type": "screen_array", | |
"next_mode": "late_logic", | |
"next": "continue", | |
"slide_no": 7 | |
}, | |
{ | |
"type": "carla_optional_welcome_text", | |
"gray_heading_first": "Welcome to the Multiverse!", | |
"gray_heading_non_first": "Welcome Back, nice to see you again.", | |
"gray_text": "My name is Carla and I’ll be your host for today.", | |
"next_type": "prejoin_array", | |
"next_mode": "automatic", | |
"next": "continue", | |
"slide_no": 8 | |
}, | |
{ | |
{ | |
"type": "carla_text_two_levels", | |
"gray_text_top": "Sorry, but the portals to the Multiverse closed at 9:05!", | |
"gray_text_below": "Check Slack for updates on all upcoming sessions", | |
"next_type": "none", | |
"next_mode": "none", | |
"next": "end", | |
"slide_no": 2 | |
} | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment