curriculum/challenges/english/blocks/learn-how-to-use-code-related-concepts-and-terms/6630bf29b2e38669e3c15823.md
Please answer the question below.
What problem is Jake facing?
He cannot access the documentation.
Jake mentions seeing the data types in the documentation, so access is not the issue.
He is unsure how to document his code.
The question Jake poses is about choosing data types, not about documenting code.
He is unsure which data type to select from the list.
He does not understand the concept of data types.
Jake's understanding of data types isn't in question; rather, his challenge is in choosing the right one from those listed.
3
{
"setup": {
"background": "company1-reception.png",
"characters": [
{
"character": "Jake",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "5.2-1.mp3",
"startTime": 1,
"startTimestamp": 10.26,
"finishTimestamp": 15.4
}
},
"commands": [
{
"character": "Jake",
"opacity": 1,
"startTime": 0
},
{
"character": "Jake",
"startTime": 1,
"finishTime": 4.18,
"dialogue": {
"text": "Thanks, but I see many data types listed in the documentation.",
"align": "center"
}
},
{
"character": "Jake",
"startTime": 4.5,
"finishTime": 6.14,
"dialogue": {
"text": "How do I know which one to choose?",
"align": "center"
}
},
{
"character": "Jake",
"opacity": 0,
"startTime": 6.64
}
]
}