Back to Freecodecamp

Task 80

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67b2ffe092d1a263d380dbae.md

latest1.4 KB
Original Source
<!-- (Audio) Mark: Will do. Thanks, Sarah! -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK BLANK. Thanks, Sarah!

--blanks--

Will

--feedback--

It is used here to indicate future action. The first letter is capitalized.


do

--feedback--

It means to carry out or complete a task.

--explanation--

Will do is used to express agreement to complete a task or take action. It is often used to show willingness or readiness to do something. For example:

  • Person 1: I need those reports by 5 PM.

  • Person 2: Will do. - This person will take care of it.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-2.mp3",
      "startTime": 1,
      "startTimestamp": 42.82,
      "finishTimestamp": 44.34
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 2.52,
      "dialogue": {
        "text": "Will do. Thanks, Sarah.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 3.02
    }
  ]
}