Back to Freecodecamp

Task 128

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

latest1.7 KB
Original Source
<!-- (Audio) Sophie: Sounds good. Should we include a registration link in the invite? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sophie suggest they do?

--answers--

Remove the registration link from the invite.

--feedback--

Sophie's not asking if they should take out the registration link.


Add a way for people to sign up to attend.


Make the invite shorter and more casual.

--feedback--

Sophie doesn't mention anything about tone or length.


Send the invite only to team members.

--feedback--

She doesn't talk about who will receive the invite.

--video-solution--

2

--explanation--

To include means to add something as part of a larger whole. For example:

Make sure to include your contact number on the form. – This means you should write your number on the form so it is part of the information given.

--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": 30.2,
      "finishTimestamp": 33.3
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 34.1,
      "dialogue": {
        "text": "Sounds good. Should we include a registration link in the invite?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.6
    }
  ]
}