Back to Freecodecamp

Task 12

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

latest1.9 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 answer the question below.

--questions--

--text--

How does Jake compare SecureSoft and SafeGuard?

--answers--

He thinks SecureSoft is the best option overall.

--feedback--

Jake does not say SecureSoft is the best.


He believes SafeGuard is stronger in security.


He says SecureSoft and SafeGuard are equally secure.

--feedback--

Jake says SafeGuard is more robust when it comes to security, meaning he sees a difference.


He prefers SecureSoft because it is more robust.

--feedback--

Jake describes SecureSoft as easier to use but does not say it is more robust.

--video-solution--

2

--explanation--

Jake says SecureSoft is a bit easier to use but describes SafeGuard as more robust when it comes to security. This means he thinks SafeGuard is the stronger option in terms of security.

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