Back to Freecodecamp

Task 123

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

latest2.3 KB
Original Source
<!-- (Audio) Bob: Good idea. 4 p.m. is perfect. It gives us enough time to prepare and wrap up other tasks beforehand. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Good idea. 4 p.m. is perfect. It gives us enough time to BLANK and wrap up other tasks BLANK.

--blanks--

prepare

--feedback--

This means to get ready for something.


beforehand

--feedback--

This means earlier than a particular time or event.

--explanation--

To prepare means to make yourself or something ready for an activity or event. For example:

We need to prepare the slides before the presentation. – This means getting everything ready in advance.

Beforehand means earlier than a particular event or time. It's used more formally than before. While beforehand is used as an adverb to describe time in advance of something, before can be a preposition or conjunction. For example:

  • Please review the agenda beforehand. – This means the person should check the agenda before the meeting starts.

  • I arrived before the meeting. – This means the arrival happened earlier. You don't use beforehand in this case. When you want to talk about something that happened earlier and say what came after, use before instead.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-3.mp3",
      "startTime": 1,
      "startTimestamp": 20.06,
      "finishTimestamp": 26.54
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.32,
      "dialogue": {
        "text": "Good idea. 4 p.m. is perfect. It gives us enough time",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 4.32,
      "finishTime": 7.48,
      "dialogue": {
        "text": "to prepare and wrap up other tasks beforehand.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 7.98
    }
  ]
}