Back to Freecodecamp

Task 81

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/6830a71aa92fa19294b5da6b.md

latest1.8 KB
Original Source
<!-- (Audio) Linda: The faster response times were also acknowledged. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What else did users see as an improvement to the contact page?

--answers--

That replies came more quickly.


That the design matched the homepage.

--feedback--

Linda doesn't mention the visual style or homepage.


That there were fewer questions in the form.

--feedback--

There's no mention of the number of form fields.


That the email address was removed.

--feedback--

Linda says nothing about removing contact details.

--video-solution--

1

--explanation--

To acknowledge means to recognize or show that you've noticed or appreciated something. It's often used when people agree that something is good or important. For example:

The manager acknowledged the team's effort during the launch. – This means the manager recognized and appreciated what the team did.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-2.mp3",
      "startTime": 1,
      "startTimestamp": 42.06,
      "finishTimestamp": 44.38
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.32,
      "dialogue": {
        "text": "The faster response times were also acknowledged.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 3.82
    }
  ]
}