Back to Freecodecamp

Task 83

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

latest1.7 KB
Original Source
<!-- (Audio) Anna: How about trying some of those in your company? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK BLANK some of those in your company?

--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.


trying

--feedback--

This verb means attempting or experimenting with something new. It ends in -ing.

--explanation--

Anna uses How about to make a polite suggestion. This phrase is often used to propose an idea or ask for someone's opinion on a possible action.

Trying means to test or experiment with something. Anna is recommending that David's company test virtual team-building activities.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-2.mp3",
      "startTime": 1,
      "startTimestamp": 53.36,
      "finishTimestamp": 55.28
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 2.92,
      "dialogue": {
        "text": "How about trying some of those in your company?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 3.42
    }
  ]
}