Back to Freecodecamp

Task 59

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

latest1.5 KB
Original Source
<!-- SPEAKING --> <!-- (audio) Mark: Sure. We can do some tests on the staging server, can't we? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which is the correct affirmative answer to Mark's question?

--answers--

No, we can't.

--audio-id--

EN791644b1

--feedback--

This is a negative response, but Mark is seeking agreement for his suggestion.


Yes, we can.

--audio-id--

ENb60ac964

--video-solution--

2

--explanation--

Mark's question, can't we?, is a tag question seeking confirmation. The correct affirmative answer is Yes, we can, to agree with his suggestion of doing tests on the staging server.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-2.mp3",
      "startTime": 1,
      "startTimestamp": 36.44,
      "finishTimestamp": 39.76
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 4.32,
      "dialogue": {
        "text": "Sure. We can do some tests on the staging server, can't we?",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 4.82
    }
  ]
}