Back to Freecodecamp

Task 67

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/675e6dfe0160bb66faa60a68.md

latest1.7 KB
Original Source
<!-- SPEAKING --> <!-- (audio) Alice: Absolutely. Let's work together to find a solution. We don't want our users getting frustrated, do we? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which is the correct negative answer to Alice's question?

--answers--

No, we don't.

--audio-id--

ENde6617d0


Yes, we don't.

--audio-id--

EN38300cdc

--feedback--

This is not grammatically correct as a negative response.

--video-solution--

1

--explanation--

Alice's question expects a confirmation. The correct negative answer is No, we don't, to agree that they don't want users to get frustrated.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-2.mp3",
      "startTime": 1,
      "startTimestamp": 50.88,
      "finishTimestamp": 55.86
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.48,
      "dialogue": {
        "text": "Absolutely. Let's work together to find a solution.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "startTime": 4.08,
      "finishTime": 5.98,
      "dialogue": {
        "text": "We don't want our users getting frustrated, do we?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 6.48
    }
  ]
}