Back to Freecodecamp

Task 98

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

latest2.1 KB
Original Source
<!-- (audio) Jim: However, I've noticed that the app tends to lag a bit when switching between different sections. Could we work on that? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Jim's concern about the app?

--answers--

The app has a slow response when changing between sections.


The app has a complicated design that needs improvement.

--feedback--

Jim is not talking about the design of the app, but about its performance.


The app's navigation is difficult to use.

--feedback--

Jim is concerned with the app's performance, not its navigation.


The app crashes frequently when switching sections.

--feedback--

Jim is talking about lag, not a complete crash of the app.

--video-solution--

1

--explanation--

Listen for key details that describe Jim’s concern.

I've noticed that the app tends to lag – This shows he is experiencing a delay in performance.

When switching between different sections – This specifies that the issue occurs when navigating through the app.

--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": 14.68,
      "finishTimestamp": 20.1
    }
  },
  "commands": [
    {
      "character": "Jim",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jim",
      "startTime": 1,
      "finishTime": 5.12,
      "dialogue": {
        "text": "However, I've noticed that the app tends to lag a bit when switching between different sections.",
        "align": "center"
      }
    },
    {
      "character": "Jim",
      "startTime": 5.44,
      "finishTime": 6.42,
      "dialogue": {
        "text": "Could we work on that?",
        "align": "center"
      }
    },
    {
      "character": "Jim",
      "opacity": 0,
      "startTime": 6.92
    }
  ]
}