Back to Freecodecamp

Task 112

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/685696260b57994fa2fd5055.md

latest1.8 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 BLANK everything is BLANK so we can meet our project milestones without any delays.

--blanks--

make sure

--feedback--

This two-word phrase means to check or confirm that something is correct or ready.


in place

--feedback--

This two-word phrase means properly arranged or prepared.

--explanation--

Make sure means to confirm or ensure that something is correct, ready, or happening. For example:

Please make sure the files are uploaded before the meeting. – This means check and confirm it is done.

In place means something is ready or correctly arranged. For example:

All safety measures are in place. – This means everything is set up and ready to go.

--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
    }
  ]
}