Back to Freecodecamp

Task 22

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

latest1.9 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 nicer interface, but if SafeGuard is BLANK, it's probably the BLANK.

--blanks--

more secure

--feedback--

This two-word phrase means having stronger protection against threats or risks.


better choice

--feedback--

This two-word phrase refers to the option that is more suitable or preferable in a given situation.

--explanation--

More secure means having stronger protection against threats, such as hackers or vulnerabilities. For example:

This website is more secure because it uses two-factor authentication. - This means the website has stronger safety measures.

Better choice means the option that is preferable based on certain criteria. For example:

A laptop with a long battery life is usually a better choice for travelers. - This means the laptop is the more suitable option for someone who travels.

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