Back to Freecodecamp

Task 141

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Great, I'll make sure to BLANK that up.

--blanks--

set

--feedback--

Followed by up, this means to arrange or organize something.

--explanation--

To set something up means to arrange, organize, or prepare something so it's ready to be used. For example:

We need to set up the room before the meeting starts. – This means making the room ready with what's needed for the meeting.

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