Back to Freecodecamp

Task 127

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

latest1.4 KB
Original Source
<!-- (Audio) Bob: Okay. Is there anything else we should consider? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Okay. Is there anything else we should BLANK?

--blanks--

consider

--feedback--

This means to think carefully about something before making a decision.

--explanation--

To consider means to think about something carefully before making a decision or taking action. For example:

We should consider all options before choosing a solution. - This means we need to think through different possibilities before deciding.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-3.mp3",
      "startTime": 1,
      "startTimestamp": 31.12,
      "finishTimestamp": 33.48
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.36,
      "dialogue": {
        "text": "Okay. Is there anything else we should consider?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.86
    }
  ]
}