Back to Freecodecamp

Task 69

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

latest1.7 KB
Original Source
<!-- (audio) Mark: No, we don't. Okay, let's get to work and see if we can sort this out. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Does Mark agree with Alice?

--answers--

No, he wants to stop working on the issue.

--feedback--

Mark does not suggest stopping work. He is ready to address the issue and work on a solution.


Yes, he agrees and is ready to work on the solution.


No, he disagrees and wants to work on something else.

--feedback--

Mark agrees with Alice's suggestion to solve the issue and does not propose working on something else.


Yes, but he wants Alice to handle it alone.

--feedback--

Mark does not suggest that Alice handle it alone. He shows willingness to collaborate on solving the problem.

--video-solution--

2

--explanation--

Mark's reply shows he agrees with Alice's approach and is ready to collaborate on solving the issue.

--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": 56.08,
      "finishTimestamp": 60.02
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 4.94,
      "dialogue": {
        "text": "No, we don't. Okay, let's get to work and see if we can sort this out.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 5.44
    }
  ]
}