Back to Freecodecamp

Task 42

curriculum/challenges/english/blocks/learn-how-to-express-disagreement/67af07b9eb639e08f71877d3.md

latest1.6 KB
Original Source
<!-- (Audio) Anna: No problem, Bob. Let's work on the details. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Anna proposing to do?

--answers--

She wants to end the discussion.

--feedback--

Anna is not ending the discussion.


She wants to focus on finalizing the details of the plan.


She wants to buy office furniture immediately.

--feedback--

Anna does not mention making a purchase.


She wants to stop working on the stipend adjustments.

--feedback--

Anna is still involved in the process and wants to do something.

--video-solution--

2

--explanation--

Anna uses Let's work on the details to propose focusing on the specifics of their plan. This means reviewing and refining aspects such as how to balance the stipend between technology and office furniture.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-1.mp3",
      "startTime": 1,
      "startTimestamp": 66.98,
      "finishTimestamp": 68.74
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 2.76,
      "dialogue": {
        "text": "No problem, Bob. Let's work on the details.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 3.26
    }
  ]
}