curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67dbfd3346ec99ded52e2d15.md
Listen to the audio and answer the question below.
What is Alice sorry for?
For missing the meeting.
Alice does not mention anything about a meeting.
For arriving late.
Alice does not say she was late.
For not responding to James.
Alice does not say she ignored James.
For having to interrupt the conversation with James previously.
4
Earlier is the comparative form of early. It is often used to compare two points in time, but in this case, it simply refers to a moment before the current conversation. For example:
I called you earlier, but you didn't pick up. - Here, earlier means "at a previous time" without specifying a comparison (earlier than now, for instance).
The same situation normally applies to the comparative form of late: later. For example:
I'll see you later. - Here, later means "at a time in the future". The comparison (later than now, for instance) is omitted.
{
"setup": {
"background": "interview-room2.png",
"characters": [
{
"character": "Alice",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "B1_15-1.mp3",
"startTime": 1,
"startTimestamp": 0,
"finishTimestamp": 2.55
}
},
"commands": [
{
"character": "Alice",
"opacity": 1,
"startTime": 0
},
{
"character": "Alice",
"startTime": 1,
"finishTime": 3.55,
"dialogue": {
"text": "Hey, James. Sorry for the interruption earlier.",
"align": "center"
}
},
{
"character": "Alice",
"opacity": 0,
"startTime": 4.05
}
]
}