Back to Freecodecamp

Task 132

curriculum/challenges/english/blocks/learn-how-to-express-decisions-based-on-comparisons/67d7f62c65459a5f3e43f64c.md

latest2.2 KB
Original Source
<!-- (Audio) Brian: That makes sense. So, if we build in-house, we have more control, but it could take longer. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That BLANK. BLANK, BLANK we build in-house, we have more control, but it could take longer.

--blanks--

makes sense

--feedback--

This two-word phrase means that something is logical or easy to understand.


So

--feedback--

This word is used to introduce a conclusion or result based on previous information. The first letter is capitalized.


if

--feedback--

This word is used to introduce a condition or possibility.

--explanation--

Makes sense means that something is logical or understandable. For example:

Using version control makes sense because it helps track changes in the code. – This means version control is a logical choice for managing code changes.

So is used to introduce a conclusion based on what was just discussed. For example:

The server is down, so we need to restart it. – This means that restarting the server is a logical next step because the server is down.

If is used to introduce a condition that affects the outcome. For example:

If we optimize the database, the application will run faster. – This means improving the database will lead to better app performance.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-3.mp3",
      "startTime": 1,
      "startTimestamp": 76.74,
      "finishTimestamp": 81.64
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.9,
      "dialogue": {
        "text": "That makes sense. So if we build in-house, we have more control, but it could take longer.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.4
    }
  ]
}