Back to Freecodecamp

Task 104

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/675846ef3e2e50e95e99aded.md

latest1.8 KB
Original Source
<!-- (Audio) Brian: It made me think of how we handled security in our earlier projects. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It made me think of how we BLANK security in our BLANK projects.

--blanks--

handled

--feedback--

This word means to manage or deal with something. It's in its Simple Past form.


earlier

--feedback--

This word means happening or existing before a certain point in time.

--explanation--

Handle means to manage or deal with something, especially a task, problem, or responsibility. For example:

She handled the customer complaints with great professionalism. - This means she was very professional when dealing with customers and their negative comments.

Earlier means happening before a certain point in time. For example:

He referred to an earlier email to clarify the misunderstanding. - This means he mentioned an email that was sent before to help everyone understand the case.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_2-3.mp3",
      "startTime": 1,
      "startTimestamp": 54.1,
      "finishTimestamp": 57.84
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.74,
      "dialogue": {
        "text": "It made me think of how we handled security in our earlier projects.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.24
    }
  ]
}