Back to Freecodecamp

Task 21

curriculum/challenges/english/blocks/learn-how-to-discuss-tech-trends-and-updates/66362350df72dc37d8c9ca40.md

latest1.4 KB
Original Source
<!-- (Audio) Brian: I'm on it. -->

--description--

The phrase I'm on it is a common informal expression used to assure someone that you are actively working on a task or issue that has been addressed or requested. It's a casual way of saying that one is taking responsibility or action.

For example, if someone asks, Can you please send me the report? and you respond with I'm on it, it means you are either starting or already in the process of doing it.

--fillInTheBlank--

--sentence--

I'm BLANK it.

--blanks--

on

--feedback--

This word completes the phrase indicating active engagement or immediate action on the task mentioned.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 34.86,
      "finishTimestamp": 35.5
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 1.64,
      "dialogue": {
        "text": "I'm on it.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 2.14
    }
  ]
}