Docs Open app →

One breakout, two questions

A breakout round whose rooms stay open across both prompts — the groups never reshuffle between questions, then everyone comes back together.

ready to use download the file

The pattern

---
weave-script-version: 3
title: One breakout, two questions
description: A breakout round whose rooms stay open across both prompts — the groups don't reshuffle between questions.
---

# Opening

> duration: 2m

A quick frame before we split up.

# Deep dive

> breakouts: 3 rooms

We'll work in small groups. You'll stay with the same group for both questions.

## What excites you about this?

> duration: 8m

## What worries you?

> duration: 7m

# Back together

## What did your group notice?

> duration: 5m

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": "One breakout, two questions",
    "description": "A breakout round whose rooms stay open across both prompts — the groups don't reshuffle between questions.",
    "attributes": {}
  },
  "phases": [
    {
      "id": "1-opening",
      "index": 0,
      "name": "Opening",
      "durationSeconds": 120,
      "perParticipant": false,
      "body": "A quick frame before we split up.",
      "breakouts": null,
      "attributes": {},
      "segmentId": "s1-opening",
      "segmentRole": "preface"
    },
    {
      "id": "2-deep-dive",
      "index": 1,
      "name": "Deep dive",
      "durationSeconds": 0,
      "perParticipant": false,
      "body": "We'll work in small groups. You'll stay with the same group for both questions.",
      "breakouts": null,
      "attributes": {},
      "segmentId": "s2-deep-dive",
      "segmentRole": "preface"
    },
    {
      "id": "3-what-excites-you-about-this",
      "index": 2,
      "name": "What excites you about this?",
      "durationSeconds": 480,
      "perParticipant": false,
      "body": "",
      "breakouts": {
        "kind": "rooms",
        "count": 3
      },
      "attributes": {},
      "segmentId": "s2-deep-dive",
      "segmentRole": "prompt"
    },
    {
      "id": "4-what-worries-you",
      "index": 3,
      "name": "What worries you?",
      "durationSeconds": 420,
      "perParticipant": false,
      "body": "",
      "breakouts": {
        "kind": "rooms",
        "count": 3
      },
      "attributes": {},
      "segmentId": "s2-deep-dive",
      "segmentRole": "prompt"
    },
    {
      "id": "5-what-did-your-group-notice",
      "index": 4,
      "name": "What did your group notice?",
      "durationSeconds": 300,
      "perParticipant": false,
      "body": "",
      "breakouts": null,
      "attributes": {},
      "segmentId": "s3-back-together",
      "segmentRole": "prompt"
    }
  ],
  "segments": [
    {
      "id": "s1-opening",
      "index": 0,
      "name": "Opening",
      "mode": "single",
      "roundRobin": false,
      "breakouts": null,
      "prefacePhaseIndex": 0,
      "promptPhaseIndexes": []
    },
    {
      "id": "s2-deep-dive",
      "index": 1,
      "name": "Deep dive",
      "mode": "breakout",
      "roundRobin": false,
      "breakouts": {
        "kind": "rooms",
        "count": 3
      },
      "prefacePhaseIndex": 1,
      "promptPhaseIndexes": [
        2,
        3
      ]
    },
    {
      "id": "s3-back-together",
      "index": 2,
      "name": "Back together",
      "mode": "single",
      "roundRobin": false,
      "breakouts": null,
      "prefacePhaseIndex": null,
      "promptPhaseIndexes": [
        4
      ]
    }
  ]
}