Back to Freecodecamp

Task 8

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

latest1.5 KB
Original Source
<!-- (audio) Sarah: Yes, we go out with the team sometimes. -->

--description--

Go out with the team refers to leaving the usual place of work to spend time together, usually for social activities or team bonding.

--questions--

--text--

What does Sarah mean in her sentence?

--answers--

They often have to leave the office for work reasons.

--feedback--

Go out in this context is not about leaving for work tasks.


They leave the team permanently.

--feedback--

Going out with the team has nothing to do with leaving the team, it's about spending time together.


They go outside for breaks frequently.

--feedback--

The phrase implies more than just taking breaks.


They participate in social activities as a group sometimes.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 9.96,
      "finishTimestamp": 11.75
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.79,
      "dialogue": {
        "text": "Yes, we go out with the team sometimes.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.29
    }
  ]
}