Back to Freecodecamp

Task 127

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Sounds good. Should we include a BLANK link in the invite?

--blanks--

registration

--feedback--

This refers to the process of signing up for something officially.

--explanation--

Registration is the act of signing up or enrolling to take part in an event or service. For example:

Online registration is required to attend the conference. – This means people must fill out a form or give their details to join the event.

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