Back to Freecodecamp

Task 19

curriculum/challenges/english/blocks/learn-how-to-share-feedback/67978748bd30142bb87842b2.md

latest2.4 KB
Original Source
<!-- (Audio) Bob: If you need any support with this, let me know. Jessica: Thanks, Bob. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What can we conclude based on Jessica's answer?

--answers--

She appreciates Bob's offer of support.


She is unsure about needing help.

--feedback--

Jessica doesn't express any uncertainty. Her response shows she is simply grateful for the offer.


She doesn't want Bob's help.

--feedback--

Jessica's response is polite and does not indicate rejection of the offer.


She feels upset about the offer.

--feedback--

Jessica's response does not suggest any negative feelings. She expresses gratitude instead.

--video-solution--

1

--explanation--

Support means help or assistance that someone can provide to make a task easier. For example:

The team offered their support to complete the project on time. - This means the team provided help to ensure the project was finished on time.

Jessica's response indicates her appreciation for the offer of assistance, even if she doesn't explicitly say whether she'll need it.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-1.mp3",
      "startTime": 1,
      "startTimestamp": 31.26,
      "finishTimestamp": 35.16
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.68,
      "dialogue": {
        "text": "If you need any support with this, let me know.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.86
    },
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 3.86
    },
    {
      "character": "Jessica",
      "startTime": 4.04,
      "finishTime": 4.9,
      "dialogue": {
        "text": "Thanks, Bob.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 5.4
    }
  ]
}