Back to Freecodecamp

Task 57

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

latest1.7 KB
Original Source
<!-- (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--

Does Mark agree with Alice?

--answers--

Yes, he agrees with her suggestion.


No, he suggests doing something different.

--feedback--

Mark is agreeing with Alice's suggestion and proposing to test on the staging server.


No, he thinks the issue cannot be tested.

--feedback--

Mark agrees to do tests on the staging server, showing he believes the issue can be tested.


Yes, but only if they use the production server.

--feedback--

Mark specifically mentions doing tests on the staging server, not the production server.

--video-solution--

1

--explanation--

Mark's statement shows he agrees with Alice and suggests proceeding with testing in the staging environment.

--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
    }
  ]
}