Back to Freecodecamp

Task 116

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/6732620bf06cf321860ce9a3.md

latest1.8 KB
Original Source
<!-- (audio) James: But now, ensuring a positive user experience has become a central part of my development process. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

But now, BLANK a positive user experience BLANK a central part of my development process.

--blanks--

ensuring

--feedback--

Making sure something will happen. This word ends in -ing.


has become

--feedback--

These two words together indicate a change that has happened and continues to be true. The first is an auxiliary verb, the second is the main verb.

--explanation--

Ensuring means making certain that something happens or is maintained.

Has become is in the Present Perfect tense, showing a change that started in the past and is now part of the present.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-3.mp3",
      "startTime": 1,
      "startTimestamp": 34.32,
      "finishTimestamp": 39.9
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.0,
      "dialogue": {
        "text": "But now ensuring a positive user experience",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 4.0,
      "finishTime": 6.58,
      "dialogue": {
        "text": "has become a central part of my development process.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 6.68
    }
  ]
}