Back to Freecodecamp

Task 46

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

latest2.1 KB
Original Source
<!-- (audio) Sophie: That's good to know. I think I'll go with SafeGuard since security is our top priority, but I'll keep in mind the integration challenges. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Sophie choose SafeGuard?

--answers--

Because it has better integration options.

--feedback--

Sophie acknowledges integration challenges but does not say SafeGuard has better integration options.


Because it is easier to use.

--feedback--

Sophie does not mention ease of use as a reason for her decision.


Because Jake recommended it.

--feedback--

Jake provided information about SafeGuard, but Sophie makes the decision based on her own priorities.


Because security is the top priority.

--video-solution--

4

--explanation--

Sophie says security is our top priority, which means the most important factor in her decision is security.

Even though she is aware of integration challenges, she still chooses SafeGuard because it offers stronger 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": 67.98,
      "finishTimestamp": 75.32
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 7.1,
      "dialogue": {
        "text": "That's good to know. I think I'll go with Safeguard since security is our top priority, but I'll keep in mind the integration challenges.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 7.44,
      "finishTime": 8.34,
      "dialogue": {
        "text": "Thanks for your help, Jake.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 8.84
    }
  ]
}