Back to Freecodecamp

Task 52

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

latest1.7 KB
Original Source
<!-- (audio) Tom: Those are great traits for someone in her position, I think. What does she do as the team lead? -->

--description--

Imagine you're pointing to something that is not right next to you but a little far away; you use those. If something is very close to you, like books in your hands, you use these.

In the dialogue, Tom says Those are great traits... because he's talking about the traits Sophie mentioned just a moment ago. He's not talking about traits that are being shown to him right this second.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK are great traits for someone in her position, I think. What does she do as the team lead?

--blanks--

Those

--feedback--

This word is used when the things you're talking about are close to you or are the main topic of the current conversation. The first letter is capitalized.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 12.30,
      "finishTimestamp": 16.88
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.58,
      "dialogue": {
        "text": "Those are great traits for someone in her position, I think. What does she do as the team lead?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 6.08
    }
  ]
}