Back to Freecodecamp

Task 150

curriculum/challenges/english/blocks/learn-how-to-use-modal-verbs/67d845505a9f42a284b1313e.md

latest1.6 KB
Original Source
<!-- (audio) Lisa: Absolutely. I'll work on isolating the systems and keep you updated. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Absolutely. I'll BLANK BLANK the systems and keep you updated.

--blanks--

work on

--feedback--

This phrase means to focus on or put effort into a task. Use two words.


isolating

--feedback--

This verb means separating something from others to keep it alone or apart. It ends in -ing.

--explanation--

Work on means to dedicate time or effort to a task. It is followed by a noun or a verb in the -ing form (gerund). For example:

  • She is working on a new project at the moment. - Right now, she is doing tasks for a new project.

  • We need to work on improving our website. - You should make the website better.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-3.mp3",
      "startTime": 1,
      "startTimestamp": 64.58,
      "finishTimestamp": 67.92
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 4.44,
      "dialogue": {
        "text": "Absolutely. I'll work on isolating the systems and keep you updated.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 5.04
    }
  ]
}