Back to Freecodecamp

Task 149

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/6814e5c27956d728585e5d47.md

latest1.8 KB
Original Source
<!-- (Audio) Maria: Exactly, James. I'll make a plan for resource allocation and share it with you tomorrow. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Did Maria use the correct article to talk about her plan?

--answers--

Yes, she used a because it's the first time the plan is mentioned.


No, she should have said the because everyone knows the plan already.

--feedback--

The is for something already known. This is the first mention of the plan.


No, she shouldn't have used any article at all.

--feedback--

An article is needed here because it introduces a singular countable noun.


Yes, but only because the sentence includes resource.

--feedback--

Focus on plan, not resource.

--video-solution--

1

--explanation--

Maria says a plan for resource allocation - the article a is correct because she's introducing a single, new idea that hasn't been mentioned before.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-3.mp3",
      "startTime": 1,
      "startTimestamp": 67.88,
      "finishTimestamp": 72.92
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 6.04,
      "dialogue": {
        "text": "Exactly, James. I'll make a plan for resource allocation and share it with you tomorrow.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 6.54
    }
  ]
}