Back to Freecodecamp

Task 41

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/6750697ee8b87f5e665c0712.md

latest1.7 KB
Original Source
<!-- (Audio) Lisa: Perfect. Let's make sure we double check credentials after security updates in the future. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Perfect. Let's make sure we BLANK BLANK credentials after security updates in the future.

--blanks--

double

--feedback--

This word means to do something twice or with extra care.


check

--feedback--

This word refers to verifying or confirming something.

--explanation--

Double check means to verify something a second time to ensure it is correct or accurate. It is often used when dealing with important tasks to avoid errors. For example:

We need to double check the calculations before submitting the report. - Meaning you'd like to verify if the calculations are right once more before sending the report to those who will analyze it.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_2-1.mp3",
      "startTime": 1,
      "startTimestamp": 51.92,
      "finishTimestamp": 56
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 5.08,
      "dialogue": {
        "text": "Perfect. Let's make sure we double check credentials after security updates in the future.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 5.58
    }
  ]
}