curriculum/challenges/english/blocks/learn-how-to-use-basic-programming-vocabulary-in-conversations/662f0151b4dc8e284a8554fa.md
's is used to show possession, meaning something belongs to someone or something. For instance, Sarah's code means the code belongs to Sarah, while Tom's question indicates the question asked by Tom.
What does this file's code in Sarah's sentence indicate?
The code belongs to the file
The file is inside the code
's shows possession, not location or containment.
The code is about files
's is used for possession, not to indicate the topic or subject matter.
The file is owned by Sarah
While Sarah's would indicate ownership by Sarah, this file's indicates something belonging to the file.
1
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Sarah",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "5.1-2.mp3",
"startTime": 1,
"startTimestamp": 19.5,
"finishTimestamp": 22.54
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Sarah",
"startTime": 1,
"finishTime": 4.04,
"dialogue": {
"text": "Sure. It's in this file's code. Let me find it.",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 4.54
}
]
}