Back to Freecodecamp

Task 74

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/681246638d222225e399fc26.md

latest1.6 KB
Original Source
<!-- (Audio) Alice: What about those new developers we started onboarding a few weeks ago? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

What about BLANK new developers we started onboarding BLANK weeks ago?

--blanks--

those

--feedback--

This demonstrative determiner points to specific developers known to both the speaker and listener.


a few

--feedback--

It's a quantifier used to talk about a small number of things (more than one, but not many). Use two words.

--explanation--

Those new developers uses those because Alice is talking about specific developers they already know and have discussed.

A few weeks uses a few to describe a small number of weeks - typically 2-4 weeks.

--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": 25.04,
      "finishTimestamp": 28.6
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.56,
      "dialogue": {
        "text": "What about those new developers we started onboarding a few weeks ago?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.06
    }
  ]
}