Back to Freecodecamp

Task 9

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

latest2.5 KB
Original Source
<!-- (audio) Tom: Yes, it's great. Everyone is friendly. Listen, how about the team-building activities here? Are they cool? Sarah: Yes, we go out with the team sometimes. Are you into these activities? -->

--description--

To be into... means to be interested in something or to enjoy it.

These is a demonstrative pronoun that refers to specific items or ideas mentioned previously in the conversation.

When Sarah asks, Are you into these activities?, she uses these to refer back to something Tom just mentioned. It's a way to specify exactly what activities she's talking about without repeating the whole phrase.

--questions--

--text--

What part of Tom's talk is Sarah referring to when she says these activities?

--answers--

Yes, it's great.

--feedback--

Sarah is asking about something else.


Everyone is friendly.

--feedback--

Sarah's question is about something else Tom mentioned.


Team-building activities.


Listen, how about...?

--feedback--

It is not what Sarah is asking about.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": 50, "y": 15, "z": 1.2 },
        "opacity": 0
      },
      {
        "character": "Sarah",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 3.32,
      "finishTimestamp": 13.12
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.24,
      "dialogue": {
        "text": "Yes, it's great. Everyone is friendly.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 3.34,
      "finishTime": 7,
      "dialogue": {
        "text": "Listen, how about the team-building activities here? Are they cool?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7
    },
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 7.2
    },
    {
      "character": "Sarah",
      "startTime": 7.2,
      "finishTime": 10.8,
      "dialogue": {
        "text": "Yes, we go out with the team sometimes. Are you into these activities?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 11.3
    }
  ]
}