Back to Freecodecamp

Task 113

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/6856b40935b88c5827c24dde.md

latest2.1 KB
Original Source
<!-- (Audio) David: Perfect, Maria. Let's make sure everything is in place so we can meet our project milestones without any delays. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Perfect, Maria. Let's make sure everything is in place so we can BLANK our project BLANK without any BLANK.

--blanks--

meet

--feedback--

This verb means to achieve or reach a planned goal or deadline.


milestones

--feedback--

This noun in the plural form refers to important checkpoints or goals in a project timeline.


delays

--feedback--

This noun in the plural form means something that causes tasks or plans to be late or slowed down.

--explanation--

Meet means to successfully reach or achieve a goal or requirement. For example:

We need to meet the deadline by Friday. – This means finish everything by then.

Milestones are key goals or stages in a project. For example:

Finishing the first prototype was an important milestone. – This marks great progress in the project.

Delays refer to events that make something late. For example:

A delay in delivery slowed the whole process. – This means something arrived later than planned.

--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": 71.28,
      "finishTimestamp": 78.02
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 7.74,
      "dialogue": {
        "text": "Perfect, Maria. Let's make sure everything is in place so we can meet our project milestones without any delays.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 8.24
    }
  ]
}