Back to Freecodecamp

Task 66

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

latest2.5 KB
Original Source
<!-- (Audio) Sarah: Absolutely. I also like how you tested the code to make sure it doesn't have any errors. It makes our work more reliable. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Absolutely. I also like how you tested the code to BLANK it doesn't have any errors. It makes our work BLANK BLANK.

--blanks--

make sure

--feedback--

This two-word phrase means to check or confirm that something is correct or done properly.


more

--feedback--

This word is used to indicate a greater degree.


reliable

--feedback--

This word means that something can be trusted to work correctly and consistently.

--explanation--

Make sure means to take action to confirm that something is correct or completed. For example:

Please make sure the report is submitted before the deadline. – This means checking and ensuring the report is turned in on time.

Reliable means that something or someone can be trusted to perform well or to be consistent over time. For example:

The server is reliable; it has been running without any issues for months. - This means the server works consistently and doesn't cause problems.

More reliable means that something has become even more trustworthy or dependable. For example:

The new software update makes the app more reliable. - This means the app has become more trustworthy or stable after the update.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-2.mp3",
      "startTime": 1,
      "startTimestamp": 21.42,
      "finishTimestamp": 27
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.3,
      "dialogue": {
        "text": "Absolutely. I also like how you tested the code to make sure it doesn't have any errors.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 5.08,
      "finishTime": 6.58,
      "dialogue": {
        "text": "It makes our work more reliable.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 7.08
    }
  ]
}