Back to Freecodecamp

Task 39

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/675963eadf3bcf2ae50f74fe.md

latest1.5 KB
Original Source
<!-- SPEAKING --> <!-- (audio) Alice: Hey Mark, we've been having some trouble with our user authentication, haven't we? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which is the correct affirmative reply to Alice's question?

--answers--

No, we haven't.

--audio-id--

EN413c5bbe

--feedback--

This reply contradicts Alice's statement, as she is confirming there has been trouble.


Yes, we have.

--audio-id--

ENde09bfa7

--video-solution--

2

--explanation--

Alice uses a tag question to confirm that they have been experiencing trouble with their user authentication. The correct reply, Yes, we have, agrees with and confirms her statement.

--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": 0.8,
      "finishTimestamp": 4.5
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.7,
      "dialogue": {
        "text": "Hey, Mark. We've been having some trouble with our user authentication, haven't we?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.2
    }
  ]
}