Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/681086fcbfecf108337b8087.md

latest1.8 KB
Original Source
<!-- (audio) Jake: Maria, as we expand globally, we need to ensure our cloud storage meets our capacity and security needs. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Jake planning to do with the company?

--answers--

Change the name of the company.

--feedback--

There is no mention of a name change.


Grow the company into other countries.


Build a new office in the same city.

--feedback--

He is not talking about staying in the same place.


Stop offering services in other countries.

--feedback--

He wants to do the opposite.

--video-solution--

2

--explanation--

Expand means to grow or make something larger. For example:

The startup expanded quickly into European markets. - It started offering services in new countries.

Jake wants the company to grow internationally - this is called expanding globally.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 6.66
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 7.66,
      "dialogue": {
        "text": "Maria, as we expand globally, we need to ensure our cloud storage meets our capacity and security needs.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 8.16
    }
  ]
}