Back to Freecodecamp

Task 37

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/671f456994635c6085054cbd.md

latest1.8 KB
Original Source
<!-- (Audio) James: Yes. For some reason, It hasn't been displaying correctly for some users. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes. For some reason, It hasn't been displaying BLANK for some BLANK.

--blanks--

correctly

--feedback--

This adverb describes the manner in which something should function, meaning in the right way.


users

--feedback--

This noun in the plural form refers to people who interact with a product or service, like software or a platform.

--explanation--

Correctly refers to doing something in the right or intended way. For example:

Make sure the software updates correctly to avoid errors. - It emphasizes that the update should happen without issues or mistakes.

User refers to the people interacting with a product, service, or system. For example:

The app was designed with users in mind. - It means someone should think about people who use the app, highlighting the focus on their needs and experience.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-2.mp3",
      "startTime": 1,
      "startTimestamp": 4.34,
      "finishTimestamp": 8.26
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.92,
      "dialogue": {
        "text": "Yes, for some reason it hasn't been displaying correctly for some users.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.42
    }
  ]
}