Back to Freecodecamp

Task 8

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

latest1.7 KB
Original Source
<!-- (audio) Sophie: SecureSoft seems more user-friendly, but I'm not sure about its security features. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

SecureSoft seems BLANK BLANK, but I'm not sure about its security features.

--blanks--

more

--feedback--

This word is used to compare two things, showing a greater degree of a quality.


user-friendly

--feedback--

This means easy to use or simple to navigate. This is a compound word. Remember to use -.

--explanation--

More user-friendly means that something is easier to use compared to another option. More is used in this comparative form because user-friendly is a longer adjective. For example:

This new app is more user-friendly than the old one because it has a simpler design. - This means the new app is easier to use than the previous one.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-1.mp3",
      "startTime": 1,
      "startTimestamp": 12.02,
      "finishTimestamp": 16.4
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 5.38,
      "dialogue": {
        "text": "SecureSoft seems more user-friendly, but I'm not sure about its security features.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.88
    }
  ]
}