curriculum/challenges/english/blocks/learn-how-to-clarify-misunderstandings/67e7d83883a704470a427444.md
Listen to the audio and complete the sentence below.
Not quite. "Encapsulation" is about keeping some details hidden to BLANK the code BLANK to BLANK.
make
This verb means to cause something to happen or become a certain way.
easier
This adjective means something that is simpler or requires less effort to handle or understand. It's the comparative form of easy.
work with
This two-word phrase refers to interacting with or modify something.
Make the code easier to work with means improving the code so that it's simpler to understand, maintain, and modify. Here's the breakdown of the structure:
Make is used to indicate that you are causing something to change or improving it.
Easier is used to describe the result of the action. You're making the code simpler to handle, reducing complexity and effort.
To work with is placed at the end to describe the purpose or how the code can be interacted with.
For example:
We've refactored the code to make it easier to work with. - This shows that the code is now more user-friendly, requiring less effort from developers to understand.
{
"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": 37.58,
"finishTimestamp": 43.36
}
},
"commands": [
{
"character": "Sophie",
"opacity": 1,
"startTime": 0
},
{
"character": "Sophie",
"startTime": 1,
"finishTime": 6.78,
"dialogue": {
"text": "Not quite. Encapsulation is about keeping some details hidden to make the code easier to work with.",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 7.28
}
]
}