Back to Freecodecamp

Task 8

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/67165855c3dd824eabc1b474.md

latest2.0 KB
Original Source
<!-- (audio) Sophie: Yes, I started a few months ago. We've been addressing the feedback from our last user survey. How's the design side coming along? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sophie say about the feedback?

--answers--

She just started working on the updates last week.

--feedback--

Sophie mentioned that she started working on it a few months ago.


She has been ignoring the user feedback from the survey.

--feedback--

Sophie is addressing the feedback, which means she is actively working on it.


She completed all the work related to the user survey feedback.

--feedback--

Sophie is still addressing the feedback, indicating that the work is ongoing.


She has been working on the user feedback from the survey for a few months.

--video-solution--

4

--explanation--

Sophie explains that she started addressing the feedback from the user survey a few months ago and continues to work on it. The phrase We've been addressing indicates an ongoing effort to handle or respond to the feedback.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-1.mp3",
      "startTime": 1,
      "startTimestamp": 4.62,
      "finishTimestamp": 10.56
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 6.74,
      "dialogue": {
        "text": "Yes, I started a few months ago. We've been addressing the feedback from our last user survey. How's the design side coming along?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 7.44
    }
  ]
}