Back to Freecodecamp

Task 15

curriculum/challenges/english/blocks/learn-how-to-share-feedback/679760bb084c83d92cb341f8.md

latest2.6 KB
Original Source
<!-- (Audio) Jessica: I'll work on it. Bob: Sounds good. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How does Bob react to Jessica's promise of working on the documentation?

--answers--

He approves of it.


He disagrees with her.

--feedback--

Bob's response indicates approval, not disagreement.


He asks her to reconsider.

--feedback--

Bob doesn't ask her to reconsider. His response shows he is happy with her decision.


He doubts her promise.

--feedback--

Bob's response suggests he trusts Jessica's promise rather than doubting it.

--video-solution--

1

--explanation--

Sounds good is used to express approval or agreement with what someone else has said or suggested. For example:

  • We'll meet at 10 a.m. tomorrow. Sounds good. - This shows the speaker agrees with the proposed time.

Will is often used to make a promise to someone else. For example:

  • I will call you tomorrow to update you on the project. - This shows a promise to contact someone.

  • Don't worry, I will handle the presentation for the meeting. - This shows a promise to take responsibility for something.

In this case, Jessica uses the contraction for I will, I'll work on it, to promise that she will improve the documentation.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-1.mp3",
      "startTime": 1,
      "startTimestamp": 25.08,
      "finishTimestamp": 26.82
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 1.64,
      "dialogue": {
        "text": "I'll work on it.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 1.75
    },
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 1.75
    },
    {
      "character": "Bob",
      "startTime": 1.86,
      "finishTime": 2.74,
      "dialogue": {
        "text": "Sounds good.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.24
    }
  ]
}