Back to Freecodecamp

Task 109

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

latest2.1 KB
Original Source
<!-- (Audio) James: You're right. I'll take a closer look and let you know what I find. If there's anything critical, I'll update you immediately. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What will James do if he finds anything worth mentioning?

--answers--

He will update Maria immediately.


He will ignore the issue.

--feedback--

James does not say he will ignore it.


He will fix the issue right away.

--feedback--

James does not mention fixing the issue immediately.


He will ask Maria to update the software.

--feedback--

James does not say he will ask her to update the software.

--video-solution--

1

--explanation--

To let someone know means to inform someone about something. For example:

I'll let you know when the report is ready. - This means the person will provide an update when the report is finished.

To update someone means to provide new or important information. For example:

Can you update me on the status of the project? - This means the speaker is asking for the latest information about the project.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-3.mp3",
      "startTime": 1,
      "startTimestamp": 49.28,
      "finishTimestamp": 56.02
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.74,
      "dialogue": {
        "text": "You're right. I'll take a closer look and let you know what I find.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 4.74,
      "finishTime": 7.74,
      "dialogue": {
        "text": "If there's anything critical, I'll update you immediately.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 8.24
    }
  ]
}