Back to Freecodecamp

Task 69

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/681240b41da77a217683ab17.md

latest1.5 KB
Original Source
<!-- (Audio) Bob: We'll match tasks to each developer's skills. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We'll BLANK tasks to BLANK developer's skills.

--blanks--

match

--feedback--

This verb means to connect or pair two things correctly.


each

--feedback--

This determiner refers to individual people separately.

--explanation--

Match means to connect or pair things together in a logical way. You can say: match tasks to skills, match colors with designs, and match students with tutors.

Each is a determiner used when talking about one by one - focusing on every single developer separately.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-2.mp3",
      "startTime": 1,
      "startTimestamp": 14.72,
      "finishTimestamp": 17.92
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.6,
      "dialogue": {
        "text": "We'll match tasks to each developer's skills.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.4
    }
  ]
}