Back to Freecodecamp

Task 9

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

latest2.0 KB
Original Source
<!-- (audio) Sophie: The first one is SecureSoft, and the other is SafeGuard. SecureSoft seems more user-friendly, but I'm not sure about its security features. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What concern does Sophie have about SecureSoft?

--answers--

She is unsure about its security features.


She thinks it is too difficult to use.

--feedback--

Sophie describes SecureSoft as more user-friendly, meaning it is easy to use.


She prefers SafeGuard because it has better features.

--feedback--

Sophie does not say she prefers SafeGuard.


She has already decided to use SecureSoft.

--feedback--

Sophie has not made a final decision; she still has concerns.

--video-solution--

1

--explanation--

Listen for key details that describe Sophie's concern.

I'm not sure about its security features - This means her concern is about its security.

--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": 8.88,
      "finishTimestamp": 16.4
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.88,
      "dialogue": {
        "text": "The first one is SecureSoft and the other is Safeguard.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 4.44,
      "finishTime": 8.52,
      "dialogue": {
        "text": "SecureSoft seems more user-friendly, but I'm not sure about its security features.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 9.02
    }
  ]
}