Back to Freecodecamp

Task 34

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

latest1.6 KB
Original Source
<!-- (Audio) Maria: Can we try out the European provider? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which provider is Maria talking about?

--answers--

The specific European provider they discussed.


Any provider in Europe.

--feedback--

She uses the, meaning a specific one they already know.


A new provider from the U.S.

--feedback--

She mentions the European one, not a U.S. provider.


A provider she just found online.

--feedback--

There's no mention of a new discovery - they have already discussed it.

--video-solution--

1

--explanation--

Maria uses the European provider, with the article the, to show she is talking about a specific provider they already discussed - not just any provider from Europe.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-1.mp3",
      "startTime": 1,
      "startTimestamp": 53.32,
      "finishTimestamp": 55.72
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.7,
      "dialogue": {
        "text": "Can we try out the European provider?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.2
    }
  ]
}