Back to Freecodecamp

Task 121

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/682313c20e153e0e3ff20095.md

latest1.7 KB
Original Source
<!-- (Audio) James: It can handle more data now, which is much better. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What improvement does James mention about the new version?

--answers--

It uses less memory during processing.

--feedback--

James doesn't say anything about memory usage.


It has a simpler user interface.

--feedback--

He doesn't mention the design or layout of the interface.


It can manage a larger amount of data.


It loads faster on mobile devices.

--feedback--

James does not talk about speed or mobile performance.

--video-solution--

3

--explanation--

James says It can handle more data now, which means the new version can manage or process a larger amount of information.

Which is much better shows he sees this as a clear improvement.

He does not talk about memory, user interface, or speed.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-3.mp3",
      "startTime": 1,
      "startTimestamp": 28.28,
      "finishTimestamp": 31.58
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.3,
      "dialogue": {
        "text": "It can handle more data now, which is much better.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.8
    }
  ]
}