Back to Freecodecamp

Task 108

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

latest2.0 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 complete the sentence below.

--fillInTheBlank--

--sentence--

You're right. I'll take a BLANK look and let you know what I find. If there's anything BLANK, I'll update you immediately.

--blanks--

closer

--feedback--

This word means examining something in more detail.


critical

--feedback--

This word means very important or urgent.

--explanation--

A closer look means to examine something more carefully or in greater detail. For example:

Let's take a closer look at the error logs before making any changes. - This means reviewing the logs in more detail before taking action.

Critical means extremely important or requiring urgent attention. For example:

Fixing security vulnerabilities is a critical task for the development team. - This means addressing security issues is highly important.

--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
    }
  ]
}