Back to Freecodecamp

Task 4

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

latest1.9 KB
Original Source
<!-- (audio) Sophie: Hey, Jake. I'm looking at two software tools for our next project. Can you help me decide which one is better for security? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sophie need help with?

--answers--

Choosing the more secure software tool.


Fixing a security issue in the current project.

--feedback--

Sophie is comparing two software tools, not fixing an existing issue.


Installing new security software.

--feedback--

She is trying to decide between two tools, not installing one.


Writing security guidelines for the team.

--feedback--

Sophie is asking about software, not creating guidelines.

--video-solution--

1

--explanation--

Sophie says she is comparing two software tools and asks which one is better for security. This means she needs help choosing the more secure option.

--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": 0,
      "finishTimestamp": 6.12
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.62,
      "dialogue": {
        "text": "Hey Jake, I'm looking at two software tools for our next project.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 5,
      "finishTime": 7.12,
      "dialogue": {
        "text": "Can you help me decide which one is better for security?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 7.62
    }
  ]
}