Back to Freecodecamp

Task 23

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

latest2.0 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 answer the question below.

--questions--

--text--

Why does Sophie think SafeGuard might be the better choice?

--answers--

Because SecureSoft has a difficult interface.

--feedback--

Sophie says SecureSoft has a nicer interface, meaning it is not difficult to use.


Because SafeGuard offers stronger security.


Because she prefers how SecureSoft looks.

--feedback--

Sophie mentions that SecureSoft has a nicer interface, but she prioritizes another thing over appearance.


Because SafeGuard is easier to use.

--feedback--

Sophie does not say SafeGuard is easier to use.

--video-solution--

2

--explanation--

Sophie compares SecureSoft and SafeGuard, noting that SecureSoft has a nicer interface, meaning it looks better and is easier to use.

However, she prioritizes security, saying that if SafeGuard is more secure, then it is likely the better choice. This shows that she values strong security over a more visually appealing design.

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