Skip to content

Instantly share code, notes, and snippets.

@rnjailamba
Created September 13, 2021 08:34
Show Gist options
  • Save rnjailamba/4736741a859892990c4c9f3a37cc7990 to your computer and use it in GitHub Desktop.
Save rnjailamba/4736741a859892990c4c9f3a37cc7990 to your computer and use it in GitHub Desktop.
Leaving Array
{
"modules": [
{
"type": "leaving",
"name": "leaving",
"screens": [
{
"type": "image_text",
"image": "img.com",
"image_text": "Returning to earth momentarily...",
"carla_speaks_text": "no",
"next_type": "screen_array",
"next_mode": "automatic",
"next": "continue",
"slide_no": 40
},
{
"type": "carla_text_two_levels",
"gray_text_top": "Thanks for visiting!",
"gray_text_below": "A few questions before you go.",
"next_type": "screen_array",
"next_mode": "automatic",
"next": "continue",
"slide_no": 41
},
{
"type": "form",
"link": "typeform.com",
"next_type": "none",
"next_mode": "none",
"next": "end",
"slide_no": 43
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment