Skip to content

Instantly share code, notes, and snippets.

@rnjailamba
Created September 13, 2021 08:33
Show Gist options
  • Save rnjailamba/0106548be19d27ec73f88a00ddaa9722 to your computer and use it in GitHub Desktop.
Save rnjailamba/0106548be19d27ec73f88a00ddaa9722 to your computer and use it in GitHub Desktop.
Room Array
{
"modules": [
{
"type": "room",
"name": "room_welcome",
"screens": [
{
"type": "carla_text_two_levels",
"gray_text_top": "{{session_id.round_id.room_id.user_id.name}}, meet {{session_id.round_id.room_id.other_user_id.name}}.",
"gray_text_below": "{{session_id.round_id.room_id.other_user_id.name}}, meet {{session_id.round_id.room_id.user_id.name}}.",
"next_type": "module_array",
"next_mode": "automatic",
"next": "continue",
"slide_no": 25
},
]
},
{
"type": "room",
"name": "question_discussion",
"screens": [
{
"type": "carla_text_two_levels",
"gray_text_top": "Here are the selections you each made for your animal, role model, and image of success.",
"gray_text_below": "I invite you to discuss these during the next 6 minutes.",
"next_type": "screen_array",
"next_mode": "automatic",
"next": "continue",
"slide_no": 26
},
{
"type": "carla_display_answers",
"duration": "360 seconds",
"image_user": [
"{{img1.com}}",
"{{img2.com}}",
"{{img3.com}}"
],
"image_other_user": [
"{{img1.com}}",
"{{img2.com}}",
"{{img3.com}}"
],
"next_type": "module_array_after_transitional_screen",
"next_mode": "automatic_after_duration",
"next": "continue",
"slide_no": 27
},
]
},
{
"type": "room",
"name": "transitional_screen",
"screens": [
{
"type": "carla_transition_text_options",
"gray_text_option_1": "Cool. Thanks for sharing! Let’s move on to our next activity.",
"gray_text_option_2": "That was fun! Let’s keep it moving, moving. ",
"gray_text_option_3": "Interesting. Thanks for being open to this. Let’s transition to the next activity. ",
"gray_text_option_4": "I appreciate you two! I have another activity for you. ",
"gray_text_option_5": "Great. You two really are stars. Let’s move to the next activity. ",
"next_type": "module_array",
"next_mode": "automatic",
"next": "continue",
"slide_no": 28
},
]
},
{
"type": "room",
"name": "bad_startup_ideas",
"screens": [
{
"type": "carla_text",
"gray_text": "In this activity, let’s come up with some bad startup ideas. And I mean, flush down the toilet bad. Why bad? Because it lowers the pressure and creates space for the good ideas.",
"next_type": "screen_array",
"next_mode": "automatic",
"next": "continue",
"slide_no": 29,
},
{
"type": "carla_text",
"gray_text": "I’ll present an everyday problem – then you come up with the bad ideas.",
"next_type": "screen_array",
"next_mode": "automatic",
"next": "continue",
"slide_no": 30,
},
{
"type": "carla_text",
"duration": "600 seconds",
"gray_text": "Here’s the problem: I’m out with my friends and I can’t find a restroom.",
"next_type": "module_array_after_transitional_screen",
"next_mode": "automatic_after_duration",
"next": "continue",
"slide_no": 31,
},
]
},
{
"type": "room",
"name": "role_playing",
"screens": [
{
"type": "carla_text",
"gray_text": "Let’s do a role playing activity! To role play, each of you will pretend to be someone else. Each of you will be characters in a scenario that I will provide. In a moment, I will share the briefs for your character. We will do this activity for 8 minutes.",
"next_type": "screen_array",
"next_mode": "automatic",
"next": "continue",
"slide_no": 33,
},
{
"type": "carla_different_text_per_user_and_two_levels_split",
"duration": "480 seconds",
"gray_text": "Your character brief: You will be a mutant (with a power of your choosing) that likes to dance to hip hop and works in the city council.",
"next_type": "module_array_after_transitional_screen",
"next_mode": "automatic_after_duration",
"next": "continue",
"slide_no": 34,
}
]
},
{
"type": "room",
"name": "experience",
"screens": [
{
"type": "carla_text",
"gray_text": "I’m going to ask you a question from the deep end – a question that will invite both of you to deeply reflect on what matters to you.",
"next_type": "screen_array",
"next_mode": "automatic",
"next": "continue",
"slide_no": 37,
},
{
"type": "carla_text",
"duration": "300 seconds",
"gray_text": "When you look back at your life, what is the story you want to be able to tell? Try to tell that story in the third person.",
"next_type": "screen_array",
"next_mode": "automatic_after_duration",
"next": "continue",
"slide_no": 38,
},
{
"type": "carla_text",
"duration": "60 seconds",
"gray_text": "Great! That concludes our final activity for this round. Before we leave, share with your partner something you like about them. Then say, 'I wish you well on your journey.'",
"next_type": "leaving_array",
"next_mode": "automatic_after_duration",
"next": "continue",
"slide_no": 39,
},
]
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment