Back to Freecodecamp

Task 28

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

latest1.6 KB
Original Source
<!-- (Audio) Jake: That's a good point. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's BLANK.

--blanks--

a good point

--feedback--

These three words mean a valid idea or opinion.

--explanation--

The article a is used before singular countable nouns when you talk about something in a general or non-specific way.

In That's a good point, point is a singular countable noun. Since it's not a specific point Jake has talked about before, he uses the article a to introduce it.

This rule also applies to similar phrases like:

  • That's a good idea.

  • That's a nice thing to say.

In each case, you are mentioning one general example of an idea, thing, or point - not a specific one, so you use a instead of the.

--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": 43.36,
      "finishTimestamp": 44.56
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 1.30,
      "dialogue": {
        "text": "That's a good point.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 2.70
    }
  ]
}