curriculum/challenges/english/blocks/learn-how-to-use-code-related-concepts-and-terms/6633a97f928771a163b59745.md
Please answer the question below.
Which sentence accurately describes the difference between variables and constants as explained by Sophie?
Variables are flexible storage units, while constants are secure storage units that cannot be altered.
This option, while somewhat accurate, doesn't fully capture the metaphor of filling and emptying versus locked boxes that Sophie used.
Variables can store multiple types of data at once, whereas constants can only store one type.
This statement is misleading because it focuses on the types of data rather than how the data can be altered or remains fixed, which is the main point of Sophie's explanation.
Variables act as containers that can be filled and emptied, while constants act as locked boxes that keep unchanged contents.
Variables are always changing, and constants are never used more than once.
Constants are used repeatedly but their values do not change.
3
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Sophie",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "5.2-3.mp3",
"startTime": 1,
"startTimestamp": 27.02,
"finishTimestamp": 33.62
}
},
"commands": [
{
"character": "Sophie",
"opacity": 1,
"startTime": 0
},
{
"character": "Sophie",
"startTime": 1,
"finishTime": 7.6,
"dialogue": {
"text": "Think of variables as containers that you can fill and empty, and constants as locked boxes that keep the same contents.",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 8.1
}
]
}