Back to Freecodecamp

Task 2

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

latest1.7 KB
Original Source
<!-- (Audio) James: Have you seen the latest user feedback? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does James want to know?

--answers--

If Linda has fixed the latest user issues.

--feedback--

James's question is not about whether issues have been fixed.


If Linda likes the new user interface.

--feedback--

James is not asking for Linda's opinion about the interface.


If Linda has seen the most recent user feedback.


He wants to know when the user feedback was collected.

--feedback--

He is interested in something more immediate.

--video-solution--

3

--explanation--

Latest means the most recent or newest. User feedback refers to the opinions, comments, or issues that users share about a product, service, or experience.

When James asks about the latest user feedback, he wants to know about the most up-to-date comments or reports.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 2.76
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.76,
      "dialogue": {
        "text": "Have you seen the latest user feedback?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.26
    }
  ]
}