Back to Freecodecamp

Task 11

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

latest1.8 KB
Original Source
<!-- (Audio) Mark: I think it means a code structure that can have multiple shapes or forms. Is that right? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Mark think the term refers to?

--answers--

A method that can only be used in one way.

--feedback--

Mark doesn't mean only one way.


A code structure that can only be a class.

--feedback--

Mark is referring to a structure with flexibility, not one limited to just one type like a class.


A method that only works with certain objects.

--feedback--

It limits the scope of the structure, while Mark describes something that can be flexible and have multiple forms.


A code structure that can have multiple forms or variations.

--video-solution--

4

--explanation--

By saying have multiple shapes or forms, Mark is describing a flexible code structure that can exist in multiple versions or forms.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_16-1.mp3",
      "startTime": 1,
      "startTimestamp": 12.1,
      "finishTimestamp": 16.6
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 5.5,
      "dialogue": {
        "text": "I think it means a code structure that can have multiple shapes or forms. Is that right?",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 6
    }
  ]
}