Back to Freecodecamp

Task 16

curriculum/challenges/english/blocks/learn-how-to-clarify-misunderstandings/67e6aab397119a2d917148f4.md

latest1.9 KB
Original Source
<!-- (Audio) Sophie: It's not just about having different shapes, but about being flexible in how it operates. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's not just about having different shapes, but about being BLANK BLANK how it BLANK.

--blanks--

flexible

--feedback--

This word means being able to change or adapt easily.


in

--feedback--

This preposition is used to show the area or situation where flexibility is applied.


operates

--feedback--

This verb refers to how something works or functions. It ends with -s.

--explanation--

Flexible in... means the ability to change or adapt in a specific situation or context. For example:

The system is flexible in handling various types of data. - This means the system can adapt to process different data types effectively.

Operates means how something works or performs its function. For example:

The software operates smoothly even under heavy load. - This means the software works well, even when stressed by many tasks or users.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_16-1.mp3",
      "startTime": 1,
      "startTimestamp": 23.32,
      "finishTimestamp": 27.86
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 5.54,
      "dialogue": {
        "text": "It's not just about having different shapes, but about being flexible in how it operates.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.04
    }
  ]
}