Back to Freecodecamp

Task 151

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

latest1.7 KB
Original Source
<!-- (Audio) Maria: I'll make a plan for resource allocation and share it with you tomorrow. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Maria say she will do?

--answers--

Schedule new meetings for every team.

--feedback--

She doesn't talk about scheduling meetings.


Start the project herself without a plan.

--feedback--

She says she will make a plan, not skip it.


Create a plan for how resources will be used and share it with James.


Send the resource report next year.

--feedback--

Maria says she'll send it tomorrow, not next year.

--video-solution--

3

--explanation--

Maria says she will make a plan for resource allocation and share it tomorrow, meaning she plans to prepare how resources will be used and send it to James very soon.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-3.mp3",
      "startTime": 1,
      "startTimestamp": 69,
      "finishTimestamp": 72.9
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.92,
      "dialogue": {
        "text": "I'll make a plan for resource allocation and share it with you tomorrow.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.42
    }
  ]
}