Back to Freecodecamp

Task 94

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67b4701b5498a742481e11a4.md

latest2.0 KB
Original Source
<!-- (audio) Jim: Overall, I think it's quite user-friendly. The design is clean, and the navigation is straightforward. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK, I think it's quite BLANK. The design is clean, and the navigation is straightforward.

--blanks--

Overall

--feedback--

This word means considering everything or looking at the whole situation. The first letter is capitalized.


user-friendly

--feedback--

This means easy to use or simple to understand for users. This is a compound word. Remember to use -.

--explanation--

Overall means considering the entire situation or all the factors. For example:

Overall, the app is easy to use. - This means that when looking at everything, the app is generally good.

User-friendly means that something is easy for people to use, especially for those who may not be familiar with it. For example:

The new website is very user-friendly, so even beginners can navigate it easily. - This means the website is simple to use, with a design that makes it easy for everyone to understand.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Jim",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-3.mp3",
      "startTime": 1,
      "startTimestamp": 9.18,
      "finishTimestamp": 14.38
    }
  },
  "commands": [
    {
      "character": "Jim",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jim",
      "startTime": 1,
      "finishTime": 6.2,
      "dialogue": {
        "text": "Overall, I think it's quite user-friendly. The design is clean and the navigation is straightforward.",
        "align": "center"
      }
    },
    {
      "character": "Jim",
      "opacity": 0,
      "startTime": 6.3
    }
  ]
}