Back to Freecodecamp

Task 57

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

latest1.6 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--

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

--instructions--

Listen to the audio and 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 in this question to inquire about Maria's job activities.

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