Back to Freecodecamp

Task 67

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

latest2.0 KB
Original Source
<!-- (Audio) Alice: That sounds really good, Jake. You used "robust" and "cost-effective" which highlights the most important qualities right away. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Alice like Jake's choice of words?

--answers--

Because they make the product sound expensive.

--feedback--

Alice mentions cost-effective, but this word means affordable, not expensive.


Because she's unsure what robust and cost-effective mean.

--feedback--

Alice clearly understands the words and says they are good choices.


Because they describe every detail of the product.

--feedback--

Alice focuses on how the words highlight the most important qualities, not every detail.


Because they highlight the most important qualities right away.

--video-solution--

4

--explanation--

Alice says Jake's words highlight the most important qualities right away. This means the terms robust and cost-effective quickly show what matters most about the product.

She is not focused on price alone, confusion, or complete detail — only that the key strengths are clear and immediate.

--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": 19.74,
      "finishTimestamp": 26.42
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 7.68,
      "dialogue": {
        "text": "That sounds really good, Jake. You used 'robust' and 'cost-effective', which highlights the most important qualities right away.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 8.18
    }
  ]
}