curriculum/challenges/english/blocks/learn-how-to-use-code-related-concepts-and-terms/663246e8f661af779398be0e.md
Fill in the blanks in the dialogue below.
For example, if you're working with text, you'd use this data type: BLANK. If it's BLANK BLANK, you'd choose BLANK.
string
This is the data type used for storing text.
whole
This word is used to specify a type of number; they are integers without fractions or decimals.
numbers
It refers to symbols or values that people use to count, measure, or label things.
int
It's short for "integer"; this data type is used in programming to store whole numbers.
{
"setup": {
"background": "company1-reception.png",
"characters": [
{
"character": "Sarah",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "5.2-1.mp3",
"startTime": 1,
"startTimestamp": 21.08,
"finishTimestamp": 27.52
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Sarah",
"startTime": 1,
"finishTime": 4.94,
"dialogue": {
"text": "For example, if you're working with text, you'd use this data type: string.",
"align": "center"
}
},
{
"character": "Sarah",
"startTime": 5.44,
"finishTime": 7.44,
"dialogue": {
"text": "If it's whole numbers, you'd choose int.",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 7.94
}
]
}