Back to Freecodecamp

Task 144

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

latest1.7 KB
Original Source
<!-- (Audio) Sophie: I'll send you the draft for approval before we send it out. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sophie need to do before inviting participants for the webinar?

--answers--

Prepare the final schedule.

--feedback--

She's not focused on the full schedule.


Review the presentation slides.

--feedback--

Slides aren't mentioned here.


Add more speakers to the session.

--feedback--

The number of speakers is not part of the conversation.


Get Bob's confirmation on the invitation content.

--video-solution--

4

--explanation--

Sentences with before are used to show the order of actions. The action after before happens later. For example:

I'll check my calendar before I confirm the meeting. – This means the person will first check the calendar and then confirm.

--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": 63.4,
      "finishTimestamp": 66.02
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.62,
      "dialogue": {
        "text": "I'll send you the draft for approval before we send it out.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.12
    }
  ]
}