Back to Freecodecamp

Task 149

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67f66c570a22cc1feb87cf30.md

latest1.9 KB
Original Source
<!-- (audio) Alice: Will do. Thanks, Brian. I think this new approach could be a game-changer for our training sessions. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK. Thanks, Brian. BLANK this new approach could be a game-changer for our training sessions.

--blanks--

Will do

--feedback--

This two-word phrase means you will take care of it. The first letter is capitalized.


I think

--feedback--

This two-word phrase is used to express an opinion or belief. The first letter is capitalized.

--explanation--

Alice agrees with Brian's plan and thinks it will have a big impact.

Will do is a casual way to say I will do it, and I think is used before sharing an opinion or idea. For example:

  • Person 1: Can you update the software before the meeting?

  • Person 2: Will do. I think it will only take a couple of hours. - This person responds with Will do., meaning they'll do it, and then adds I think... to give their estimate of how long it might take.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-3.mp3",
      "startTime": 1,
      "startTimestamp": 74.1,
      "finishTimestamp": 78.36
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.26,
      "dialogue": {
        "text": "Will do. Thanks, Brian. I think this new approach could be a game-changer for our training sessions.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.76
    }
  ]
}