Back to Freecodecamp

Task 128

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/68244c6656bb602769f6bda4.md

latest1.7 KB
Original Source
<!-- (Audio) Jessica: That's good. And installing it, is it faster now? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Jessica asking about the new version?

--answers--

If it has more features than before.

--feedback--

She doesn't ask about features or functionality.


If it works well on different screen sizes.

--feedback--

She mentioned screen size earlier in the dialogue, and now is asking about something else.


If the installation process is now faster.


If the design has changed a lot.

--feedback--

Jessica doesn't mention design or appearance.

--video-solution--

3

--explanation--

Jessica asks, And installing it, is it faster now? She is checking whether the installation process takes less time than before.

She does not mention features, design, or screen compatibility.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-3.mp3",
      "startTime": 1,
      "startTimestamp": 47.52,
      "finishTimestamp": 49.94
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 3.42,
      "dialogue": {
        "text": "That's good. And installing it, is it faster now?",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 3.92
    }
  ]
}