Back to Freecodecamp

Task 10

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

latest1.7 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 BLANK BLANK to use, but I think SafeGuard is more robust when it comes to security.

--blanks--

a bit

--feedback--

This two-word phrase means a little or slightly.


easier

--feedback--

This is the comparative form of easy, meaning less difficult.

--explanation--

A bit means a little.

Easier is the comparative form of easy, showing that something is simpler than another.

A bit easier means slightly less difficult. For example:

This new software is a bit easier to learn than the old version. - Here, a bit easier means the new software is only slightly simpler to use compared to the old one.

--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
    }
  ]
}