Back to Freecodecamp

Task 80

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/68124c2010c4e9299993cea1.md

latest1.6 KB
Original Source
<!-- (Audio) Alice: That makes sense. Do we have any plans for how often we'll check their progress? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That makes sense. Do we have BLANK plans for how often we'll check BLANK progress?

--blanks--

any

--feedback--

This determiner is used when asking about the existence of plans, often in questions or negatives.


their

--feedback--

This possessive determiner shows that the progress belongs to the new developers.

--explanation--

Any plans uses any because Alice is asking if plans exist - any amount, not specific plans.

Their progress uses their to show ownership - the progress belongs to the new developers they are discussing.

--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": 37.08,
      "finishTimestamp": 40.8
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.72,
      "dialogue": {
        "text": "That makes sense. Do we have any plans for how often we'll check their progress?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.22
    }
  ]
}