curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/656a3f5be79ce02dcc157d6b.md
Using the correct articles (a, an, the) is crucial in English. Here, Tom is introducing himself and specifying his role at the new place.
What is the best article to show that Tom is the only new graphic designer in the sentence below?
Hi there. I'm Tom. I'm BLANK new graphic designer.
the
Think about which article would be the most appropriate when specifying a unique role or position.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Tom",
"position": { "x": 50, "y": 15, "z": 1.2 },
"opacity": 0
}
],
"audio": {
"filename": "1.1-2.mp3",
"startTime": 1,
"startTimestamp": 0,
"finishTimestamp": 3.52
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 4.15,
"dialogue": {
"text": "Hi there. I'm Tom. I'm the new graphic designer.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 4.65
}
]
}