Back to Freecodecamp

Task 102

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

latest1.4 KB
Original Source
<!-- (Audio) Anna: How about we split the stipend into two parts? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK we split the stipend into two parts?

--blanks--

How about

--feedback--

These two words together are used to introduce a suggestion or ask for someone's opinion. The first word is a question word, and the second helps propose an idea. The first letter is capitalized.

--explanation--

How about is used to suggest an idea or alternative.

Anna is making a suggestion to solve the issue with the stipend by proposing a fair way to use it.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-3.mp3",
      "startTime": 1,
      "startTimestamp": 16.76,
      "finishTimestamp": 19.14
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 3.38,
      "dialogue": {
        "text": "How about we split the stipend into two parts?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 3.88
    }
  ]
}