Back to Freecodecamp

Task 25

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

latest1.7 KB
Original Source
<!-- (audio) Sophie: What about performance? Which one is faster? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Sophie asking about?

--answers--

The security features of the software.

--feedback--

Sophie is not asking about security.


Which software has a better design.

--feedback--

She does not mention design.


Which software runs more quickly.


How difficult the software is to use.

--feedback--

Sophie does not ask about usability.

--video-solution--

3

--explanation--

Sophie is comparing the speed of the two software options. She asks about performance, which refers to how well something functions, and faster, which means having a higher speed.

This shows that she wants to know which software runs more efficiently and responds more quickly.

--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": 34.36,
      "finishTimestamp": 36.36
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3,
      "dialogue": {
        "text": "What about performance? Which one is faster?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.5
    }
  ]
}