Back to Freecodecamp

Task 111

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

latest1.8 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 BLANK UX BLANK your work more than ever before.

--blanks--

integrating

--feedback--

This word means combining or including something as part of a larger whole.


into

--feedback--

This is a preposition that shows movement or direction toward something.

--explanation--

Integrating into means bringing something new into an existing structure or combining it with current practices.

Integrating refers to adding or combining parts to form a more complete system.

Into is a preposition indicating direction, showing that UX is being added as part of James's ongoing work.

--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
    }
  ]
}