Back to Freecodecamp

Task 82

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/67824be088281c44ea6fd142.md

latest1.6 KB
Original Source
<!-- (Audio) Maria: If we do that, it should cover most of our bases. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

If we BLANK that, it BLANK most of our bases.

--blanks--

do

--feedback--

This verb refers to taking an action or completing a task.


should cover

--feedback--

This phrase means that the action will likely address or handle the majority of the concerns or requirements.

--explanation--

The sentence uses a First Conditional structure:

Condition: If we do that.

Result: it should cover most of our bases.

Do means to perform or carry out a task.

Should cover implies a high likelihood that the action will handle the necessary aspects or solve the problem.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_7-2.mp3",
      "startTime": 1,
      "startTimestamp": 55.04,
      "finishTimestamp": 57.2
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.16,
      "dialogue": {
        "text": "If we do that, it should cover most of our bases.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.66
    }
  ]
}