Back to Freecodecamp

Task 94

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/6856461bac2bd2038d27a044.md

latest1.4 KB
Original Source
<!-- (Audio) David: That makes sense. How about project management? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That makes sense. How about BLANK?

--blanks--

project management

--feedback--

This two-word phrase refers to organizing and overseeing the work of a project.

--explanation--

Project management means planning, organizing, and guiding a team to complete a project successfully. For example:

She's in charge of project management for the new app launch. – This means she is responsible for overseeing the tasks and timeline.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "David",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-2.mp3",
      "startTime": 1,
      "startTimestamp": 44.08,
      "finishTimestamp": 46.86
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 3.78,
      "dialogue": {
        "text": "That makes sense. How about project management?",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 4.28
    }
  ]
}