Back to Freecodecamp

Task 154

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/6814eb513461c12cccc72022.md

latest1.5 KB
Original Source
<!-- (Audio) James: Perfect, Maria. Thanks for leading this. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is James doing in this sentence?

--answers--

He is thanking Maria for taking the lead on the plan.


He is asking Maria to lead the next meeting.

--feedback--

He's not asking her to do something new.


He is explaining how to lead a project.

--feedback--

James is not giving instructions.


He is asking Maria for a summary.

--feedback--

There is no request here.

--video-solution--

1

--explanation--

James says Thanks for leading this, which shows he is grateful to Maria for guiding the resource planning process or meeting.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-3.mp3",
      "startTime": 1,
      "startTimestamp": 76.64,
      "finishTimestamp": 79.18
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.54,
      "dialogue": {
        "text": "Perfect, Maria. Thanks for leading this.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.04
    }
  ]
}