Back to Freecodecamp

Task 7

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/671655545e5bfc4c3dfe9871.md

latest2.2 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 complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, I started a few months ago. BLANK been BLANK the BLANK from our last user BLANK. How's the design side coming along?

--blanks--

We've

--feedback--

This is the contraction for we have. The first letter is capitalized.


addressing

--feedback--

This word in -ing form means to deal with or respond to a problem or issue.


feedback

--feedback--

It refers to the information or responses given by users about their experience.


survey

--feedback--

This is a method of collecting information or opinions from users.

--explanation--

To address means to take action to resolve an issue or respond to something. For example:

The developer is addressing the bug in the software. - It shows that the developer is actively working to fix the problem.

Feedback refers to opinions or comments given by users about their experience, often used to improve a product or service.

Survey is a tool or method for collecting information or opinions from users, typically through questionnaires or interviews.

--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
    }
  ]
}