Back to Freecodecamp

Task 85

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I agree. Another thing I'm curious about is BLANK.

--blanks--

performance

--feedback--

This noun refers to how well something works or operates, such as software speed and efficiency.

--explanation--

Performance describes how efficiently a system or software runs. For example:

  • The new update improved the app's performance. - The app now works better and faster.

  • We need to test the website's performance on different devices. - They should check if the website works well on all devices.

--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
    }
  ]
}