Back to Freecodecamp

Task 11

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

latest2.0 KB
Original Source
<!-- (audio) Jake: I know SecureSoft. It's a bit easier to use, but I think SafeGuard is more robust when it comes to security. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I know SecureSoft. It's a bit easier to use, but I think SafeGuard is BLANK when it BLANK BLANK security.

--blanks--

more robust

--feedback--

These two words together mean stronger or more reliable.


comes

--feedback--

This verb is part of a phrase that introduces a specific topic. It ends with -s.


to

--feedback--

This preposition connects the phrase to the subject being discussed.

--explanation--

More robust means stronger or more reliable in comparison to something else. For example:

This software is more robust than the previous version because it can handle larger data sets. - Here, more robust means the software is stronger and more capable.

When it comes to introduces a specific topic, meaning "regarding" or "about". For example:

When it comes to customer support, this company is very responsive. - Here, when it comes to introduces the topic of customer support.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-1.mp3",
      "startTime": 1,
      "startTimestamp": 17.32,
      "finishTimestamp": 23.28
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 6.96,
      "dialogue": {
        "text": "I know SecureSoft. It's a bit easier to use, but I think Safeguard is more robust when it comes to security.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 7.46
    }
  ]
}