Back to Freecodecamp

Task 20

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/680cb03b4a06eb2084384634.md

latest1.8 KB
Original Source
<!-- (Audio) Sarah: Those are the ones. But, we found something even better in your catalog, these high-capacity ones here. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sarah say about the new items they found?

--answers--

They are even better than the original ones.


They are cheaper but lower quality.

--feedback--

Sarah talks about something better, not cheaper and worse.


They are exactly the same as the old ones.

--feedback--

Sarah clearly says they found something better, not something identical.


They were not listed in the catalog.

--feedback--

She mentions finding them in the catalog, so they were listed.

--video-solution--

1

--explanation--

Sarah says they found something even better, meaning the new high-capacity items are an improvement over the original ones.

She does not mention price or say they are the same as before.

--scene--

json
{
  "setup": {
    "background": "company3-reception.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-1.mp3",
      "startTime": 1,
      "startTimestamp": 27.3,
      "finishTimestamp": 32.68
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 6.38,
      "dialogue": {
        "text": "Those are the ones, but we found something even better in your catalog, these high capacity ones here.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.88
    }
  ]
}