Back to Freecodecamp

Task 137

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/6814b216a05b5b1ca6a05499.md

latest1.3 KB
Original Source
<!-- (Audio) Maria: We might face some pushback there. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We might face BLANK there.

--blanks--

some pushback

--feedback--

These two words refer to an unknown or uncounted amount of resistance.

--explanation--

Some is used to show that there may be a certain amount, even if it's not exact or known.

Pushback is a noun meaning resistance or disagreement, often used when people don't accept a decision or request.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-3.mp3",
      "startTime": 1,
      "startTimestamp": 44.02,
      "finishTimestamp": 46.28
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.26,
      "dialogue": {
        "text": "We might face some pushback there.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.76
    }
  ]
}