Back to Freecodecamp

Task 8

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

latest1.9 KB
Original Source
<!-- (audio) Jake: I've checked out a few options focusing on data centers in Europe and North America. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Is Jake correct to leave out an article before Europe and North America?

--answers--

No, he should say the Europe and the North America.

--feedback--

This is incorrect - continent names don't take the.


Yes, because names of continents don't need articles.


No, he should say some Europe and some North America.

--feedback--

This is not natural English for continents or regions.


Yes, but only because they are both in the same sentence.

--feedback--

The sentence structure doesn't affect the article use. It's about the type of noun.

--video-solution--

2

--explanation--

Zero article is used with most continent and country names: Europe, Asia, North America, Germany, etc.

The is used with groups or plural names, like: the Netherlands, the United States, or the Philippines.

--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": 6.68,
      "finishTimestamp": 11.29
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 5.61,
      "dialogue": {
        "text": "I've checked out a few options focusing on data centers in Europe and North America.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 6.11
    }
  ]
}