Back to Freecodecamp

Task 121

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/6732695909cb3553e5f17379.md

latest2.1 KB
Original Source
<!-- (audio) Linda: And remember when we rolled out that major update last month? The feedback we've received has been super positive. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What happened after they rolled out the major update last month?

--answers--

They decided to make more changes.

--feedback--

Linda doesn't mention any additional changes, only that the feedback was very positive.


They received positive feedback.


They found issues with the update.

--feedback--

Linda doesn't refer to any issues; she emphasizes the positive feedback they received.


They didn't hear any feedback.

--feedback--

Linda specifically says that the feedback was super positive, indicating they did receive responses.

--video-solution--

2

--explanation--

To find the correct answer, listen for what Linda says after describing the update. She says The feedback we've received has been super positive, which tells you that they got a positive response after releasing the update.

--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": 40.78,
      "finishTimestamp": 46.4
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.86,
      "dialogue": {
        "text": "And remember when we rolled out that major update last month?",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 4.3,
      "finishTime": 6.62,
      "dialogue": {
        "text": "The feedback we've received has been super positive.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 7.12
    }
  ]
}