Back to Freecodecamp

Task 99

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/685667eb67a66e25f8d53897.md

latest2.0 KB
Original Source
<!-- (Audio) Maria: Our project manager, Bob, is on vacation in July. So, we'll need short-term support during that period. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Maria say they will need short-term support?

--answers--

Because the project manager will be away on vacation in July.


Because they plan to start a new long-term project.

--feedback--

She mentions needing temporary help, not beginning a long-term project.


Because testing is delayed until the next quarter.

--feedback--

She does not mention any delays or testing.


Because the team is being downsized permanently.

--feedback--

She talks about short-term needs, not permanent staff changes.

--video-solution--

1

--explanation--

Maria says that Bob, the project manager, will be on vacation in July.

To manage the work while he is away, she suggests bringing in short-term support. This shows the need is temporary and directly related to his absence.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-2.mp3",
      "startTime": 1,
      "startTimestamp": 47.1,
      "finishTimestamp": 53.3
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.24,
      "dialogue": {
        "text": "Our project manager, Bob, is on vacation in July.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 4.26,
      "finishTime": 7.2,
      "dialogue": {
        "text": "So, we'll need short-term support during that period.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 7.7
    }
  ]
}