curriculum/challenges/english/blocks/learn-how-to-discuss-roles-and-responsibilities/65d89562dff69551e7683df3.md
Can't is a contraction for cannot. It means you are not able to do something or it's not allowed. For example, I can't swim means I am unable to swim. It's different from mustn't which means you're prohibited do something.
To disclose means to share information that is supposed to be kept secret. For example, You shouldn't disclose your password to anyone means you should not share your password with others because it is private.
Sensitive information refers to important details that must be kept secret and safe. It includes things like personal data, passwords, or company secrets that should not be shared with everyone to protect privacy and security.
I also BLANK BLANK sensitive information to anyone outside of the company.
can't
It means not being allowed to do something.
disclose
It means to share secret information with others.
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Bob",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "3.3-4.mp3",
"startTime": 1,
"startTimestamp": 10.82,
"finishTimestamp": 15.06
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 5.24,
"dialogue": {
"text": "I also can't disclose sensitive information to anyone outside of the company.",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 5.74
}
]
}