Back to Freecodecamp

Task 77

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/681f1ea399013105e02de49b.md

latest1.8 KB
Original Source
<!-- (Audio) Alice: Yes, that's clearer. You're showing the urgency and ease of integration well. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Alice giving feedback on?

--answers--

The design and layout of the product interface.

--feedback--

Alice doesn't mention visuals or design.


How well the message shows the need to act quickly and how simple the process is.


The cost of the new service compared to older options.

--feedback--

She doesn't mention anything about pricing or comparing services.


The technical accuracy of the product description.

--feedback--

Alice is focused on communication, not technical details.

--video-solution--

2

--explanation--

Alice says the message is clearer and praises how it shows urgency and ease of integration.

This means she's responding to how well the communication expresses the importance of acting fast and how simple the process is.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-2.mp3",
      "startTime": 1,
      "startTimestamp": 50.54,
      "finishTimestamp": 54.94
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.4,
      "dialogue": {
        "text": "Yes, that's clearer. You're showing the urgency and ease of integration well.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.9
    }
  ]
}