Back to Freecodecamp

Task 101

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

latest1.6 KB
Original Source
<!-- (Audio) Bob: Do you have any ideas on how to solve this? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Anna suggests an alternative. What would she say?

--answers--

We should only use the stipend for office furniture.

--audio-id--

EN1427f7da

--feedback--

This does not suggest a compromise, only one side of the debate.


How about we split the stipend into two parts?

--audio-id--

ENe4efa969

--video-solution--

2

--explanation--

How about is used to suggest an idea or alternative. For example:

  • Person 1: The project deadline is approaching quickly.

  • Person 2: How about we work in smaller groups to speed things up? - This person is suggesting breaking into smaller teams to get more work done faster.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-3.mp3",
      "startTime": 1,
      "startTimestamp": 13.1,
      "finishTimestamp": 15.7
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.6,
      "dialogue": {
        "text": "Do you have any ideas on how to solve this?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.1
    }
  ]
}