Back to Freecodecamp

Task 101

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/675fee8f5d64f2b504e91281.md

latest1.7 KB
Original Source
<!-- (Audio) Anna: Got it. We have our summit coming next week, and many team members are coming from other countries. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why will people travel from other countries?

--answers--

To attend training sessions for a new project.

--feedback--

Anna does not mention training sessions as the reason for travel.


To visit the company headquarters.

--feedback--

Anna does not mention visits to the headquarters as the reason for travel.


To participate in the upcoming summit.


To finalize a new business deal.

--feedback--

Anna does not mention anything about a business deal.

--video-solution--

3

--explanation--

Anna's statement indicates that people will travel to participate in the summit. The other options are unrelated to the reason given in the audio.

--scene--

json
{
  "setup": {
    "background": "interview-room1.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-3.mp3",
      "startTime": 1,
      "startTimestamp": 40.64,
      "finishTimestamp": 45
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 5.36,
      "dialogue": {
        "text": "Got it. We have our summit coming next week and many team members are coming from other countries.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 5.86
    }
  ]
}