Back to Freecodecamp

Task 95

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67b475c8f434534627c5ccdb.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--

Overall, I think it's quite user-friendly. The design is clean, and the BLANK is BLANK.

--blanks--

navigation

--feedback--

This word refers to the way people move through or find things in a system, like a website or app.


straightforward

--feedback--

This word means simple and easy to understand, without confusion or complications.

--explanation--

Navigation refers to the system that allows users to find their way around something, like a website or app. For example:

The website's navigation is easy to follow, so users can find the information they need quickly. - This means the system of moving around the website is simple and clear.

Straightforward means that something is simple, clear, and not complicated. For example:

The instructions are straightforward, so anyone can understand them easily. - This means the instructions are easy to follow and don't cause confusion.

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