Files
freeCodeCamp/curriculum/challenges/english/21-a2-english-for-developers/learn-conversation-starters-in-the-break-room/657cd2dce697d2feacf7620d.md
T
2025-03-17 18:57:18 +00:00

1.6 KiB

id, title, challengeType, dashedName
id title challengeType dashedName
657cd2dce697d2feacf7620d Task 57 22 task-57

--description--

Now you will practice listening for the correct form of do. Listen carefully to how Tom asks about Maria's job as a team lead.

--instructions--

Listen to the audio to complete the sentence below.

--fillInTheBlank--

--sentence--

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

--blanks--

does

--feedback--

You're looking for the correct auxiliary verb that goes with she when asking a question. Remember, she requires a different form of do than I or you.


do

--feedback--

You're looking for the main verb do to inquire about her job activities

--scene--

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