Back to Freecodecamp

Task 8

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c481f3c9412f65ec644607.md

latest1.5 KB
Original Source
<!-- (Audio) Bob: I know, but I'm wondering if there's anything we could do to speed things up. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I know, but I'm BLANK if there's anything we could do to speed things up.

--blanks--

wondering

--feedback--

This word means thinking about or considering something.

--explanation--

To wonder means to think about something or be curious about it. Bob means he is thinking about possible ways of doing what the client is asking the team to do. Another example:

I'm wondering if we should call the client to clarify the details. - This means you are considering whether calling the client would be helpful.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-1.mp3",
      "startTime": 1,
      "startTimestamp": 11.66,
      "finishTimestamp": 15.44
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.78,
      "dialogue": {
        "text": "I know, but I'm wondering if there's anything we could do to speed things up.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.28
    }
  ]
}