Back to Freecodecamp

Task 134

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

latest1.7 KB
Original Source
<!-- (Audio) Sophie: Sure, I'll get that drafted. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sophie say she will do?

--answers--

She will review the event recording.

--feedback--

She's not talking about reviewing the event.


She will cancel the webinar.

--feedback--

Sophie agrees with the plan, not with canceling the webinar.


She will contact the attendees.

--feedback--

She doesn't mention emailing anyone directly.


She will prepare the invitation.

--video-solution--

4

--explanation--

To get something done means to arrange for something to be completed, either by yourself or someone else. For example:

I'll get the report done by Friday. – This means the person will make sure the report is ready by that time, either by finishing it themselves or having someone else finish it.

--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": 45.94,
      "finishTimestamp": 47.48
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.54,
      "dialogue": {
        "text": "Sure, I'll get that drafted.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.04
    }
  ]
}