curriculum/challenges/english/blocks/learn-how-to-use-code-related-concepts-and-terms/663350023c7cb898358af702.md
That can be used as a relative pronoun to connect parts of a sentence, referring to nouns mentioned earlier. It's often used to give more information about something or to define it more clearly.
Hey, Sophie, I'm working on a project BLANK uses many BLANK. I'm not sure how to manage them all.
that
This word connects the project to what it uses, serving as a bridge between project and the information that follows.
variables
It is like a box where you can store information that can change; it is used to keep track of data that might change as the program runs.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Tom",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "5.2-3.mp3",
"startTime": 1,
"startTimestamp": 0,
"finishTimestamp": 6.14
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 7.14,
"dialogue": {
"text": "Hey, Sophie, I'm working on a project that uses many variables. I'm not sure how to manage them all.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 7.64
}
]
}