Back to Freecodecamp

Task 57

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

latest1.8 KB
Original Source
<!-- (Audio) Mark: Thanks, Sarah. I made sure to keep the code clean and easy to read. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Thanks, Sarah. I BLANK BLANK BLANK keep the code clean and easy to read.

--blanks--

made

--feedback--

This is the past tense of the verb make, indicating that the action was completed.


sure

--feedback--

This word refers to being confident or certain about something. It often follows make to express effort or intention.


to

--feedback--

This is an infinitive marker used before a verb to indicate purpose or intention.

--explanation--

Make sure to means to ensure or take action to do something carefully or correctly. It's used to express the idea that someone is taking steps to guarantee something happens. For example:

I made sure to finish the project on time. - This means you took actions to ensure that the project was completed on time.

--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": 6.18,
      "finishTimestamp": 10.12
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 4.94,
      "dialogue": {
        "text": "Thanks, Sarah. I made sure to keep the code clean and easy to read.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 5.44
    }
  ]
}