Back to Freecodecamp

Task 64

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/6853c936940ffe72ef05e67a.md

latest2.5 KB
Original Source
<!-- (Audio) Maria: Good morning, David. Thank you for meeting with me today. I'd like to go over the resource needs for the next phase of our app development to make sure everything lined up on time. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Good morning, David. Thank you for meeting with me today. I'd like to BLANK the resource needs BLANK the BLANK of our app development to make sure everything lined up on time.

--blanks--

go over

--feedback--

This two-word phrase means to review or check something carefully.


for

--feedback--

This preposition specifies the target phase (the next app development phase) that the resource planning applies to.


next phase

--feedback--

This two-word phrase refers to the upcoming step in a project.

--explanation--

Go over means to review, examine, or check something carefully. For example:

Let's go over the presentation one more time. – This means to review it again before the meeting.

For is used to show which part or stage something relates to. For example:

We created a schedule for the implementation stage. – This means the schedule is made for that specific stage.

Next phase refers to the upcoming stage of a process or project. For example:

In the next phase, we will begin testing the software. – This means testing is the next step.

--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": 0,
      "finishTimestamp": 8.36
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.72,
      "dialogue": {
        "text": "Good morning, David. Thank you for meeting with me today.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 3.72,
      "finishTime": 9.36,
      "dialogue": {
        "text": "I'd like to go over the resource needs for the next phase of our app development to make sure everything lined up on time.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 9.86
    }
  ]
}