Back to Freecodecamp

Task 66

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

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

What does Alice propose?

--answers--

That they analyze the problem separately.

--feedback--

Alice suggests working together, not separately.


That they stop working on the issue for now.

--feedback--

Alice emphasizes finding a solution, not stopping work.


That they wait for users to report more problems.

--feedback--

Alice wants to prevent users from getting frustrated, not wait for more problems.


That they work together to find a solution.

--video-solution--

4

--explanation--

Alice's statement shows she is proposing a collaborative approach to resolving the issue.

--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": 51.28,
      "finishTimestamp": 55.86
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.38,
      "dialogue": {
        "text": "Absolutely. Let's work together to find a solution.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "startTime": 3.68,
      "finishTime": 5.58,
      "dialogue": {
        "text": "We don't want our users getting frustrated, do we?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 6.08
    }
  ]
}