Back to Freecodecamp

Task 68

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67b1eb878cc95b69e05822b6.md

latest1.8 KB
Original Source
<!-- (Audio) Mark: Thanks. Testing is important to catch problems early. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Thanks. Testing is important to BLANK BLANK early.

--blanks--

catch

--feedback--

This word means to find or notice something, often before it becomes a bigger issue.


problems

--feedback--

This word refers to issues or difficulties that need to be addressed or solved.

--explanation--

Catch in this context means to discover or identify something, especially before it becomes too serious. For example:

The manager was quick to catch the mistakes in the report. - This means that the manager noticed the mistakes early before they could cause more issues.

Catch problems means to find problems or issues, often early enough to fix them before they get worse. For example:

Testing the system helps to catch problems before they affect users. - This means that the testing process allows them to discover problems before they cause harm to users or the system.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-2.mp3",
      "startTime": 1,
      "startTimestamp": 27,
      "finishTimestamp": 30.2
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 4.2,
      "dialogue": {
        "text": "Thanks. Testing is important to catch problems early.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 4.7
    }
  ]
}