Back to Freecodecamp

Task 70

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/6780d10bba9c6133455f04c3.md

latest1.7 KB
Original Source
<!-- (Audio) Bob: If we lose critical data, it could set us back weeks. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

If we lose critical data, it could BLANK BLANK BLANK weeks.

--blanks--

set

--feedback--

This word means to cause something to happen or start. It's the first word of the phrase.


us

--feedback--

This pronoun refers to the people involved, in this case, Bob and his team.


back

--feedback--

This word means to cause a delay or to move something to a previous position.

--explanation--

Set us back means to delay progress or cause a setback. For example:

The power outage set us back several hours. - This means the power outage caused a delay in their work.

In the audio, Bob uses set us back to explain that losing critical data would delay their progress by weeks.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_7-2.mp3",
      "startTime": 1,
      "startTimestamp": 31.38,
      "finishTimestamp": 34.02
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.64,
      "dialogue": {
        "text": "If we lose critical data, it could set us back weeks.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.14
    }
  ]
}