Back to Freecodecamp

Task 7

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

latest2.0 KB
Original Source
<!-- (audio) Tom: Listen, how about the team-building activities here? Are they cool? -->

--description--

When you hear a question like Are they cool? right after another question or sentence, it's important to use the context to understand what they refers to.

In this dialogue, they refers to the team-building activities that Tom just mentioned. Understanding the reference requires you to listen to the previous sentence or question.

Here, cool is an informal term that Tom uses to ask if the team-building activities are good, interesting, or enjoyable.

--questions--

--text--

Based on the first sentence in the audio, what does Are they cool? refer to?

--answers--

The general atmosphere of the workplace.

--feedback--

They in the question is a pronoun, which replaces the noun mentioned before, which is not the workplace atmosphere.


The temperature in the office.

--feedback--

The conversation between Tom and Sarah is about team-building activities, not the physical temperature.


The team-building activities.


The cool colors of the office decor.

--feedback--

There is no mention of office decor; the dialogue is focused on activities, not decorations.

--video-solution--

3

--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": 9.04
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.38,
      "dialogue": {
        "text": "Listen, how about the team-building activities here? Are they cool?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.88
    }
  ]
}