Back to Freecodecamp

Task 145

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

latest1.9 KB
Original Source
<!-- (Audio) James: That's a good option. Let's also ensure that any changes in task distribution are communicated clearly. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's BLANK. Let's also ensure that BLANK in task distribution are communicated clearly.

--blanks--

a good option

--feedback--

This phrase suggests one possible choice. Use an indefinite article with a positive adjective and a singular countable noun.


any changes

--feedback--

This phrase refers to possible adjustments. Use a general determiner with a plural noun to talk about unknown or potential differences.

--explanation--

A good option introduces an abstract idea for the first time using the indefinite article a.

Any changes uses any to mean one or more, without specifying which - especially in conditions or general statements.

--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": 57.36,
      "finishTimestamp": 63.78
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 1.98,
      "dialogue": {
        "text": "That's a good option.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 2.16,
      "finishTime": 7.42,
      "dialogue": {
        "text": "Let's also ensure that any changes in task distribution are communicated clearly.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 7.92
    }
  ]
}