Back to Freecodecamp

Task 96

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

latest1.9 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 answer the question below.

--questions--

--text--

What is Jim's opinion about the app?

--answers--

It needs more features to be complete.

--feedback--

Jim is not saying the app needs more features, but that it is easy to use.


The app is too complicated for new users.

--feedback--

Jim is saying that the app is user-friendly, meaning it is easy for users to use.


The app has a confusing layout and difficult navigation.

--feedback--

Jim describes the design as clean and the navigation as straightforward, meaning the app is easy to navigate.


The app is easy to use, with a simple design and straightforward navigation.

--video-solution--

4

--explanation--

Jim's comment about the app being user-friendly and having a clean design and straightforward navigation shows that he thinks the app is easy to use and simple in terms of design and functionality.

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