Back to Freecodecamp

Task 32

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c4e9c4241f22755dee46f0.md

latest1.5 KB
Original Source
<!-- (Audio) Bob: We might need to stick with what we have for now. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We might need to BLANK with what we have for now.

--blanks--

stick

--feedback--

This means to continue using or following something instead of changing it.

--explanation--

To stick with something means to continue using or following a particular option, plan, or decision instead of making a change. For example:

Even though the new design looks nice, we should stick with the original plan. - This means they should continue using the original plan rather than changing it.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-1.mp3",
      "startTime": 1,
      "startTimestamp": 46.3,
      "finishTimestamp": 48.58
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.28,
      "dialogue": {
        "text": "We might need to stick with what we have for now.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.78
    }
  ]
}