Back to Freecodecamp

Task 142

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/685aad6aaa42c50f4dc61898.md

latest1.6 KB
Original Source
<!-- (Audio) Sophie: Great, I'll make sure to set that up. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sophie intend to do?

--answers--

She plans to cancel the webinar.

--feedback--

She's not planning to cancel anything.


She plans to send a reminder to Bob.

--feedback--

She doesn't mention any reminders.


She plans to organize the registration process or tools.


She plans to check the presentation slides.

--feedback--

She doesn't mention slides or reviewing content.

--video-solution--

3

--explanation--

To make sure to do something means to take care to do something so it definitely happens. For example:

Make sure to lock the door before leaving. – This means don't forget to do it, since it's important to complete that action.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-3.mp3",
      "startTime": 1,
      "startTimestamp": 61.56,
      "finishTimestamp": 63.36
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.8,
      "dialogue": {
        "text": "Great, I'll make sure to set that up.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.3
    }
  ]
}