curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/6543abeff5f028dba112f278.md
The verb to be is used to talk about identities, characteristics, and more.
The contraction I'm is a combination of I am. Here, Tom uses it to introduce himself.
Which operation correctly expands the contraction I'm?
I is
Think about which verb form would correctly fit with I to talk about oneself in the present.
I am
I was
Think about which verb form would correctly fit with I to talk about oneself in the present.
I have
Think about which verb form would correctly fit with I to talk about oneself in the present.
2
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Tom",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "1.1-1.mp3",
"startTime": 1,
"startTimestamp": 4.5,
"finishTimestamp": 7
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 3.3,
"dialogue": {
"text": "Hi, that's right. I'm Tom McKenzie.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 3.8
}
]
}