curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657b24e5edd7708e93549565.md
The Present Perfect is a tense used to indicate a link between the present and the past. The time of the action is before now but not specified, and the person using it is usually more interested in the result than in the action itself. For example:
I played this game yesterday. - This is in the past simple tense. It states that the action of playing the game happened at a specific time in the past, which is yesterday.
I have played this game before. - This is in the present perfect tense. It states that the action of playing the game happened at an unspecified time in the past.
I've played this game before. - This sentence is also in the present perfect tense, using the contraction I've for I have. Like the previous example, it states that the action of playing the game happened at an unspecified time in the past.
What is Tom's response to Sarah's question about the games?
He hasn't played the games before.
Tom confirms he has experience with the games, not that he hasn't played them.
He doesn't like the games.
Tom doesn't express disliking the games but confirms he's played them.
He has played the games before.
He doesn't know the games.
Tom's response indicates familiarity with the games, not lack of knowledge.
3
{
"setup": {
"background": "company1-reception.png",
"characters": [
{
"character": "Sarah",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
},
{
"character": "Tom",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "1.3-1.mp3",
"startTime": 1,
"startTimestamp": 23.55,
"finishTimestamp": 30
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Sarah",
"startTime": 1,
"finishTime": 4.73,
"dialogue": {
"text": "'Monopoly' and 'Ticket to Ride' are popular choices. Are you familiar with them?",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 4.73
},
{
"character": "Tom",
"opacity": 1,
"startTime": 4.74
},
{
"character": "Tom",
"startTime": 4.74,
"finishTime": 6.55,
"dialogue": {
"text": "Yes, I've played both before. Great choices.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 7.05
}
]
}