Back to Freecodecamp

Task 119

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/6823102502b9ca0c6b64944b.md

latest1.9 KB
Original Source
<!-- (Audio) James: The new version is much more stable. We've seen fewer problems and it doesn't stop working as much. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does James say about the new version of the software?

--answers--

It has more design features and updates.

--feedback--

James doesn't mention anything about design or new updates.


It loads more slowly than the old version.

--feedback--

He says nothing about the speed or loading time.


It requires more maintenance and support.

--feedback--

James does not talk about maintenance or support needs.


It runs more reliably and crashes less often.

--video-solution--

4

--explanation--

James says the new version is much more stable, meaning it's more reliable.

He also mentions they've seen fewer problems and that it doesn't stop working as much, which means it crashes less.

These show that the new version works more smoothly and with fewer interruptions.

--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": 22.82,
      "finishTimestamp": 28.28
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 6.46,
      "dialogue": {
        "text": "The new version is much more stable. We've seen fewer problems and it doesn't stop working as much.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 6.96
    }
  ]
}