Back to Freecodecamp

Task 22

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/6810c5a568811a1be53348af.md

latest2.1 KB
Original Source
<!-- (Audio) Jake: One has data centers mostly in the U.S., offering strong security features at a lower cost. The other provider has data centers in Europe, giving better data privacy but at a higher price. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which statement about the providers is correct?

--answers--

One provider is cheaper, and the other is more private.


Both providers are based in Europe.

--feedback--

Only one is based in Europe - the other is in the U.S.


The second provider offers lower cost and better security.

--feedback--

It offers better privacy, not lower cost or stronger security.


Both providers give the same services at the same cost.

--feedback--

Jake explains they are different in price and features.

--video-solution--

1

--explanation--

Jake compares two providers:

  • One is cheaper and focused on security in the U.S.

  • The other is more expensive and focused on privacy in Europe.

The correct answer shows this contrast.

--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": 22.18,
      "finishTimestamp": 33.1
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 6.48,
      "dialogue": {
        "text": "One has data centers mostly in the U.S., offering strong security features at a lower cost.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 6.48,
      "finishTime": 11.92,
      "dialogue": {
        "text": "The other provider has data centers in Europe, giving better privacy but at a higher price.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 12.42
    }
  ]
}