curriculum/challenges/english/blocks/learn-how-to-clarify-misunderstandings/67e542c18dc5c2113032437c.md
Listen to the audio and answer the question below.
What does Mark think the term refers to?
A method that can only be used in one way.
Mark doesn't mean only one way.
A code structure that can only be a class.
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.
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.
4
By saying have multiple shapes or forms, Mark is describing a flexible code structure that can exist in multiple versions or forms.
{
"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
}
]
}