Back to Freecodecamp

Task 86

curriculum/challenges/english/blocks/learn-how-to-use-modal-verbs/67d6a631ae99b65b5d30e9f8.md

latest1.6 KB
Original Source
<!-- (audio) Sophie: I agree. Another thing I'm curious about is performance. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is another thing Sophie is curious about?

--answers--

The team's work schedule.

--feedback--

Sophie does not mention the schedule.


The software's functionality.


The company's budget.

--feedback--

Sophie is not asking about financial matters.


The software's color scheme.

--feedback--

Sophie is not concerned with design.

--video-solution--

2

--explanation--

In this context, performance refers to how well the software functions, including its speed, efficiency, and reliability.

This shows that Sophie is interested in how the software operates rather than other aspects like budget or design.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-2.mp3",
      "startTime": 1,
      "startTimestamp": 41.72,
      "finishTimestamp": 44.94
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.32,
      "dialogue": {
        "text": "I agree. Another thing I'm curious about is performance.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.02
    }
  ]
}