curriculum/challenges/english/blocks/learn-how-to-clarify-misunderstandings/67e921781de790731741e408.md
Listen to the audio and complete the sentence below.
Thanks for BLANK. And "BLANK"? Does it mean simplifying complex systems by hiding unnecessary details?
clarifying
This verb means making something easier to understand by explaining it more clearly. It ends with -ing.
abstraction
This word means focusing on important details while hiding the complexity underneath.
Clarifying means explaining something in a way that removes confusion. It helps someone better understand a concept or situation. For example:
Thanks for clarifying how the API works. - The speaker is grateful because the explanation made the API easier to understand.
Abstraction refers to simplifying something by showing only the essential features and hiding the complex internal workings. For example:
Using a login function is an example of abstraction - you don't need to know how the password is checked, just that it works. - This shows how users interact with simple interfaces while the technical logic stays hidden.
{
"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": 62.8,
"finishTimestamp": 69.78
}
},
"commands": [
{
"character": "Mark",
"opacity": 1,
"startTime": 0
},
{
"character": "Mark",
"startTime": 1,
"finishTime": 3.8,
"dialogue": {
"text": "Thanks for clarifying. And abstraction.",
"align": "center"
}
},
{
"character": "Mark",
"startTime": 3.8,
"finishTime": 7.98,
"dialogue": {
"text": "Does it mean simplifying complex systems by hiding unnecessary details?",
"align": "center"
}
},
{
"character": "Mark",
"opacity": 0,
"startTime": 8.48
}
]
}