Back to Freecodecamp

Task 9

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/6716593b4f24da4fac3154bf.md

latest1.8 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. We've been addressing the feedback from our last user survey. How's the BLANK side BLANK?

--blanks--

design

--feedback--

This word refers to the layout or visual aspects of a product or interface.


coming along

--feedback--

These two words together are used to ask about the progress or development of something. The first word is ended with -ing.

--explanation--

Design relates to the visual layout and structure of the app or project.

The phrase come along is often used to describe progress or improvement over time. For example:

The new website design is coming along nicely - it means that the website design is progressing well.

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