curriculum/challenges/english/blocks/learn-how-to-clarify-misunderstandings/67e7d61ca48f6d45823794b6.md
Listen to the audio and complete the sentence below.
BLANK. "Encapsulation" is about BLANK some details BLANK to make the code easier to work with.
Not quite
This two-word phrase is used when you partially agree with something, but not completely. The first letter of the first word is capitalized.
keeping
This verb means to maintain or hold something in a particular state or condition. It ends with -ing.
hidden
This word means to keep something out of view or not accessible. It's the Past Participle form of hide.
Not quite is used when you agree with something, but not fully. It's a polite way of saying someone is close but needs a small correction. For example:
Person 1: Are we done with the project?
Person 2: Not quite, we still have some testing to do. - This shows the project is almost finished, but not completely.
Keeping ... hidden means to protect or hide certain details or information. For example:
By keeping the password hidden in the system, we protect user privacy. - This means the password is not accessible directly, ensuring privacy and security.
{
"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
}
]
}