A round-the-room check-in
A round where each person takes a turn through the prompts, one at a time.
The pattern
---
weave-script-version: 3
title: A round-the-room check-in
description: A round where each person takes a turn through the prompts, one at a time.
---
# Check-in
> round-robin: true
We'll go around the room, inviting each person to share.
## How are you arriving today?
> duration: 30s
## One hope for our time together
> duration: 30s
What Weave sees
When Weave reads this file, it pulls out the information below. You don't need to write any of this yourself.
{
"schemaVersion": 2,
"meta": {
"sourceSpecVersion": 3,
"title": "A round-the-room check-in",
"description": "A round where each person takes a turn through the prompts, one at a time.",
"attributes": {}
},
"phases": [
{
"id": "1-check-in",
"index": 0,
"name": "Check-in",
"durationSeconds": 0,
"perParticipant": false,
"body": "We'll go around the room, inviting each person to share.",
"breakouts": null,
"attributes": {},
"segmentId": "s1-check-in",
"segmentRole": "preface"
},
{
"id": "2-how-are-you-arriving-today",
"index": 1,
"name": "How are you arriving today?",
"durationSeconds": 30,
"perParticipant": true,
"body": "",
"breakouts": null,
"attributes": {},
"segmentId": "s1-check-in",
"segmentRole": "prompt"
},
{
"id": "3-one-hope-for-our-time-together",
"index": 2,
"name": "One hope for our time together",
"durationSeconds": 30,
"perParticipant": true,
"body": "",
"breakouts": null,
"attributes": {},
"segmentId": "s1-check-in",
"segmentRole": "prompt"
}
],
"segments": [
{
"id": "s1-check-in",
"index": 0,
"name": "Check-in",
"mode": "single",
"roundRobin": true,
"breakouts": null,
"prefacePhaseIndex": 0,
"promptPhaseIndexes": [
1,
2
]
}
]
}