Back to Freecodecamp

Task 103

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

latest2.0 KB
Original Source
<!-- (Audio) Maria: Yes, but let's make sure we understand the full scope of the issue before making changes. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, but let's make sure we BLANK the full BLANK of the issue before making changes.

--blanks--

understand

--feedback--

This word means to fully grasp or comprehend something.


scope

--feedback--

This word refers to the extent or range of something, such as a problem or project.

--explanation--

A scope refers to the extent, boundaries, or range of something. Full scope emphasizes understanding all aspects of an issue before taking action. For example:

Before launching the new system, we need to analyze the full scope of its impact. - This means considering all potential effects before proceeding.

To make changes means to modify or adjust something. For example:

We decided to make changes to the design after receiving user feedback. - This means adjustments were made based on user feedback.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-3.mp3",
      "startTime": 1,
      "startTimestamp": 42.98,
      "finishTimestamp": 46.94
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.68,
      "dialogue": {
        "text": "Yes, but let's make sure we understand",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 2.68,
      "finishTime": 4.96,
      "dialogue": {
        "text": "the full scope of the issue before making changes.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.46
    }
  ]
}