Back to Freecodecamp

Task 129

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

latest1.6 KB
Original Source
<!-- (Audio) James: I see your point, but we have no extra developers available until next month. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I see BLANK, but we have BLANK available until next month.

--blanks--

your point

--feedback--

This phrase refers to someone's opinion or idea. Use a possessive adjective followed by a singular countable noun.


no extra developers

--feedback--

These three words show a total lack of available people.

--explanation--

Your point uses your to show ownership - it's the point Maria made.

No extra developers uses no to express a complete lack of available people for the task. Another example:

No extra designers are available this week. - No other designers can help right now.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-3.mp3",
      "startTime": 1,
      "startTimestamp": 30.94,
      "finishTimestamp": 35.1
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 5.16,
      "dialogue": {
        "text": "I see your point, but we have no extra developers available until next month.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.66
    }
  ]
}