Back to Freecodecamp

Task 100

curriculum/challenges/english/blocks/learn-how-to-share-feedback/679d426bc2721abe1d7e944e.md

latest2.4 KB
Original Source
<!-- (Audio) Maria: Can you look into it and see what's causing the problem? James: Sure. I'll check it out. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is James probably going to do?

--answers--

He is going to ignore the request.

--feedback--

James agrees to check the problem, so he is not ignoring it.


He is going to fix the issue immediately.

--feedback--

James does not commit to fixing the problem right away.


He is going to report the issue to the client.

--feedback--

James does not mention contacting the client.


He is going to investigate the problem.

--video-solution--

4

--explanation--

Will is used to respond to a request by expressing willingness or intent to do something. For example:

  • Person 1: Can you send me the report?

  • Person 2: Sure, I'll send it right away. - Here, I'll send it shows that the speaker is agreeing to the request.

In this dialogue, James uses I'll check it out to confirm that he will investigate the issue.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      },
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-3.mp3",
      "startTime": 1,
      "startTimestamp": 35.5,
      "finishTimestamp": 39.34
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.06,
      "dialogue": {
        "text": "Can you look into it and see what's causing the problem?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.3
    },
    {
      "character": "James",
      "opacity": 1,
      "startTime": 3.3
    },
    {
      "character": "James",
      "startTime": 3.54,
      "finishTime": 4.84,
      "dialogue": {
        "text": "Sure. I'll check it out.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.34
    }
  ]
}