Back to Freecodecamp

Task 132

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/68245ff536bf712da0d69bbc.md

latest2.0 KB
Original Source
<!-- SPEAKING --> <!-- (Audio) James: Yes, it now installs much quicker. It's easy for users to start using it immediately after they download it. The setup is simple, which helps a lot. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What would Jessica most likely say to acknowledge James' work on the installation process?

--answers--

We should make the setup more complicated.

--audio-id--

EN8d41f8f1

--feedback--

James says the setup is simple and helpful, so it wouldn't make sense to make it more complicated.


That's a good improvement.

--audio-id--

EN43b27eb0

--video-solution--

2

--explanation--

James describes several positive changes: faster installation, easier use, and a simple setup.

A natural response from Jessica would be to recognize the progress and say something supportive like That's a good improvement.

--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": 50.42,
      "finishTimestamp": 58.42
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 6.64,
      "dialogue": {
        "text": "Yes, it now installs much quicker. It's easier for users to start using it immediately after they download it.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 6.64,
      "finishTime": 9,
      "dialogue": {
        "text": "The setup is simple, which helps a lot.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 9.5
    }
  ]
}