Back to Freecodecamp

Task 44

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/6807db78737bb0a4c95d4c45.md

latest1.9 KB
Original Source
<!-- (Audio) James: As we start on the new chat feature, we need to make sure it works well everywhere. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

As we start on the new chat BLANK, we need to make sure it BLANK well everywhere.

--blanks--

feature

--feedback--

This refers to a part or function of a product, especially in software.


works

--feedback--

This means to functioning or operating. Use -s in the end, since it's third person.

--explanation--

A feature is a specific part or function of a product, especially in apps or software. Features are what make a product useful or interesting. For example:

The new update includes a search feature that helps users find content quickly. – This means the app now has a tool for searching.

To work well means to function effectively, without problems, and in the way it is supposed to. For example:

The app works well on both Android and iOS devices. – This means the app runs smoothly and correctly on both platforms.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.46
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 5.46,
      "dialogue": {
        "text": "As we start on the new chat feature, we need to make sure it works well everywhere.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.96
    }
  ]
}