Back to Freecodecamp

Task 112

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/685942bee2f568d862f2035b.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 answer the question below.

--questions--

--text--

What future event did Bob write an email about?

--answers--

A conference taking place next year.

--feedback--

Sophie mentions something that's happening soon, not next year.


A team-building event happening this weekend.

--feedback--

Sophie doesn't mention a social event.


An online session about recent developments in technology.


A product launch that will take place in the office.

--feedback--

There's no mention of a product or an in-person office event.

--video-solution--

3

--explanation--

A webinar is a seminar or presentation conducted over the internet. For example:

He attended a webinar on improving remote teamwork. – This means he joined an online session focused on better ways to work remotely.

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