Back to Freecodecamp

Task 53

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657cc2b9cc9e97c7bd862273.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--

Great traits are very good qualities or characteristics. When you talk about someone's position, you mean the job or role they have.

By saying great traits for someone in her position, Tom is saying that the qualities Sophie described are very good for the job that Maria has as a team lead.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

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

--blanks--

great traits

--feedback--

Think of two words that mean very good qualities. Tom uses these words to say that Maria's qualities are very suitable for her role or job.


position

--feedback--

This noun means a specific role or type of work someone does in a company.

--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
    }
  ]
}