Back to Freecodecamp

Task 111

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/6859409c4367eaacda6bb706.md

latest1.9 KB
Original Source
<!-- (Audio) Sophie: Hey Bob, I saw your email about the upcoming webinar on new technology trends. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hey Bob, I saw your email about the BLANK webinar on new technology BLANK.

--blanks--

upcoming

--feedback--

This means something that is going to happen soon.


trends

--feedback--

This refers to popular directions or changes that are happening in a certain field. Use the plural form.

--explanation--

Something upcoming is going to happen in the near future. For example:

Don't forget about the upcoming team meeting this Friday. – This means the meeting is scheduled soon.

A trend is a general direction in which something is developing or changing, often popular at the moment. For example:

Dark mode is a popular trend in app design. – This means it is currently a common and liked design choice.

--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": 0.2,
      "finishTimestamp": 4.58
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.7,
      "dialogue": {
        "text": "Hey Bob, I saw your email",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 2.7,
      "finishTime": 5.38,
      "dialogue": {
        "text": "about the upcoming webinar on new technology trends.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.88
    }
  ]
}