Back to Freecodecamp

Task 6

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657b130a905a6045ebe03214.md

latest1.3 KB
Original Source
<!-- (Audio) Tom: Listen, how about the team-building activities here? -->

--description--

Team-building activities are games or events that are designed to help a group of people work better together. They build trust and good relationships between team members.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Listen, how about the BLANK activities here?

--blanks--

team-building

--feedback--

Think of activities that are meant to improve relationships and cooperation among a group. This is a compound word, remember to use -.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 5.66,
      "finishTimestamp": 8.22
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.56,
      "dialogue": {
        "text": "Listen, how about the team-building activities here?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.06
    }
  ]
}