Back to Freecodecamp

Task 58

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/66db5c0fafea6d794c92ccea.md

latest2.3 KB
Original Source
<!-- AUDIO REFERENCE: Linda: Yes. The navigation bar and footer adjustments have already made a big difference. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How are the updated elements performing?

--answers--

They are not working correctly across all devices, and this has made a big difference.

--feedback--

Linda did not mention any issues with the updates.


They need further adjustments to work properly and this has made no difference.

--feedback--

Linda did not mention the need for further adjustments.


They are causing new problems with the user interface and this has made a big difference.

--feedback--

Linda did not say that the updates caused new problems.


They are performing well and the adjustments have made a big difference.

--video-solution--

4

--explanation--

To know if something is performing well, look for words or phrases that indicate a good result or improvement.

Linda uses the phrase have already made a big difference.

Made a big difference suggests an important or noticeable change. When something has made a big difference in a positive context, it usually means that the change is helpful or effective.

So, Linda's response indicates that the updated elements are working well and have improved the situation.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-2.mp3",
      "startTime": 1,
      "startTimestamp": 15.66,
      "finishTimestamp": 19.46
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.16,
      "dialogue": {
        "text": "Yes, the navigation bar and footer adjustments",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 3.16,
      "finishTime": 4.6,
      "dialogue": {
        "text": "have already made a big difference,",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 5.1
    }
  ]
}