Back to Freecodecamp

Task 71

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/681241908299252279c98bf3.md

latest1.8 KB
Original Source
<!-- (Audio) Bob: Sarah will take care of user authentication because she has the most experience there. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Sarah will BLANK user authentication because she has BLANK experience there.

--blanks--

take care of

--feedback--

This three-word phrase means to handle or be responsible for something.


the most

--feedback--

These two words are used before a noun to show the highest amount or degree.

--explanation--

Take care of is a phrasal verb that means to handle or be responsible for something. For example:

He'll take care of the emails while you're away. - He will handle the emails for you.

The most is used before nouns like experience to show the greatest amount compared to others. For example:

She has the most experience in project management. - She has worked with projects longer than anyone else.

--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": 17.82,
      "finishTimestamp": 22.34
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.52,
      "dialogue": {
        "text": "Sarah will take care of user authentication because she has the most experience there.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.02
    }
  ]
}