Back to Freecodecamp

Task 24

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

What about BLANK? Which one is BLANK?

--blanks--

performance

--feedback--

This refers to how well or efficiently something works.


faster

--feedback--

This is the comparative form of fast, meaning having a higher speed.

--explanation--

Performance refers to how well something functions, especially in terms of speed and efficiency. For example:

This computer has better performance because it processes data quickly. - Here, performance means how efficiently the computer works.

Faster is the comparative form of fast, meaning something moves or operates at a higher speed than another. For example:

This new software runs faster than the old version. - Here, faster means the new software operates 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
    }
  ]
}