Back to Freecodecamp

Task 66

curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67e698b3f1611a15a0b3af3a.md

latest1.9 KB
Original Source
<!-- (Audio) Tom: I understand. Do we need to inform the rest of the team, or can we handle it here? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Tom ask Jessica about?

--answers--

If she thinks the issue is too serious to fix.

--feedback--

Tom is not asking whether Jessica thinks the bug is serious. She already expressed that.


If she wants to delay the update.

--feedback--

Tom doesn't mention delaying anything.


If she already fixed the bug.

--feedback--

Tom is not asking about Jessica fixing the bug herself.


If they should tell the rest of the team or manage the issue themselves.

--video-solution--

4

--explanation--

To inform means to tell someone about something officially or clearly, especially important or useful information. For example:

Please inform the manager if there are any delays. – This means to let the manager know about the delays.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-2.mp3",
      "startTime": 1,
      "startTimestamp": 29.38,
      "finishTimestamp": 33.92
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 1.44,
      "dialogue": {
        "text": "I understand.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 2.4,
      "finishTime": 5.54,
      "dialogue": {
        "text": "Do we need to inform the rest of the team, or can we handle it here?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 6.04
    }
  ]
}