Back to Freecodecamp

Task 21

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

latest1.7 KB
Original Source
<!-- (audio) Sophie: SecureSoft does have a nicer interface, but if SafeGuard is more secure, it's probably the better choice. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

SecureSoft does have a BLANK BLANK, but if SafeGuard is more secure, it's probably the better choice.

--blanks--

nicer

--feedback--

This is the comparative form of nice, meaning more visually appealing or pleasant.


interface

--feedback--

This refers to the layout and design of a software program that users interact with.

--explanation--

Nicer interface means a software design that looks better and is easier to use compared to another. For example:

The new app has a nicer interface than the old version, with better colors and simpler navigation. - This means the app's new design is more visually appealing and user-friendly.

--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": 28.78,
      "finishTimestamp": 33.98
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 6.2,
      "dialogue": {
        "text": "SecureSoft does have a nicer interface, but if Safeguard is more secure, it's probably the better choice.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.7
    }
  ]
}