Back to Freecodecamp

Task 15

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

latest1.8 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 BLANK about having different shapes, BLANK about being flexible in how it operates.

--blanks--

not just

--feedback--

This two-word phrase is used to introduce the first part of a contrast. It means something is more than what was just mentioned.


but

--feedback--

This word connects the second idea, showing there is something more important or additional.

--explanation--

Not just ... but is a common structure used to show contrast or add emphasis. It means that something is more than one thing. The second part adds more information or importance. For example:

Debugging is not just about finding errors, but about understanding the code better. - This means debugging is more than just fixing mistakes; it also helps with deeper understanding.

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