Back to Freecodecamp

Task 51

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/6830694e5738ae96391e598c.md

latest1.9 KB
Original Source
<!-- (Audio) Linda: Hey, Tom. I've compiled the user feedback on our latest website redesign. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is the user feedback about, according to Linda?

--answers--

The mobile app's new features.

--feedback--

Linda doesn't mention a mobile application.


The way the website looks after the changes they made to it.


An issue with the login system.

--feedback--

She doesn't mention any technical problems.


The company's future product launch.

--feedback--

There is no mention of any new product or launch.

--video-solution--

2

--explanation--

Latest means the most recent or newest version of something. It helps show that something was done or released recently. For example:

I've seen the latest report, and the results look great. – This means the most recent version of the report was reviewed.

--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": 0,
      "finishTimestamp": 3.66
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 2.9,
      "dialogue": {
        "text": "Hey, Tom. I've compiled the user feedback",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 3.0,
      "finishTime": 4.76,
      "dialogue": {
        "text": "on our latest website redesign.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 5.26
    }
  ]
}