Back to Freecodecamp

Task 51

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/6807f5e2596dbae75b6ebb95.md

latest2.0 KB
Original Source
<!-- (Audio) Sophie: We should definitely test it in different places to make sure it works well globally. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sophie want to make sure?

--answers--

That it works perfectly in one place.

--feedback--

Sophie does not suggest seeing if it works well in just one location.


That it works only in the home country.

--feedback--

Sophie wants to ensure it works well, but not in just one country.


That it works better than expected.

--feedback--

Sophie does not mention working better than expected.


That it works well in all locations.

--video-solution--

4

--explanation--

Globally means relating to or involving the whole world. It is often used to describe things that apply to many countries or regions, not just one. For example:

The company is expanding its operations globally. – This means the company is extending its operations worldwide.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-2.mp3",
      "startTime": 1,
      "startTimestamp": 10.62,
      "finishTimestamp": 14.24
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.98,
      "dialogue": {
        "text": "We should definitely test it in different places",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 2.98,
      "finishTime": 4.62,
      "dialogue": {
        "text": "to make sure it works well globally.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.12
    }
  ]
}