Back to Freecodecamp

Task 65

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/68123df96fa9571ef1d13df0.md

latest1.8 KB
Original Source
<!-- (Audio) Alice: That's a great idea. We have many features to work on, and our developers have different skills. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's BLANK great idea. We have BLANK features to work on, and BLANK developers have different skills.

--blanks--

a

--feedback--

This article is used because great idea is singular and mentioned for the first time.


many

--feedback--

This quantifier is used to talk about a large number of countable items (like features).


our

--feedback--

This possessive determiner shows that the developers belong to Alice's team.

--explanation--

A great idea uses a because it introduces a new, singular thing.

Many features uses many because it refers to a large number of countable things.

Our developers uses our to show ownership - the developers are part of Alice's group.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-2.mp3",
      "startTime": 1,
      "startTimestamp": 7.76,
      "finishTimestamp": 12.22
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.46,
      "dialogue": {
        "text": "That's a great idea. We have many features to work on, and our developers have different skills.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.96
    }
  ]
}