Back to Freecodecamp

Task 112

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/67325bae5d23157c74091944.md

latest2.0 KB
Original Source
<!-- (audio) Linda: That's true! You've been integrating UX into your work more than ever before. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's true! You've been integrating UX into your work BLANK BLANK BLANK before.

--blanks--

more

--feedback--

This word indicates an increase in quantity or intensity.


than

--feedback--

This word is used to compare two different levels or amounts.


ever

--feedback--

This word suggests any time in the past, emphasizing a long or indefinite period.

--explanation--

More than ever before means that something is happening now at a higher level or frequency than at any previous time. It emphasizes that there has been an increase or improvement over what happened in the past. For example:

She practices coding more than ever before. - This means that she is practicing coding now more frequently or intensely than she did in the past.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-3.mp3",
      "startTime": 1,
      "startTimestamp": 24.3,
      "finishTimestamp": 28.28
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 1.74,
      "dialogue": {
        "text": "That's true.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 2.02,
      "finishTime": 4.98,
      "dialogue": {
        "text": "You've been integrating UX into your work more than ever before.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 5.48
    }
  ]
}