curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/6705177d1d3dbb124955a397.md
Listen to the audio and complete the sentence below.
BLANK, I checked the BLANK changes we made to the code.
First
This word is used to indicate the initial step or action in a sequence. As it is the first word in a sentence, do not forget to capitalize it.
recent
This word describes something that happened or was made not long ago.
In this sentence, first is used to show the initial action James took to debug the code. It indicates the start of a sequence of steps. Other examples of this usage include:
First, we need to set up the database. - This means setting up the database is the initial step.
First, I turned on the computer. - This means that before working on the computer, the initial thing I did was to turn it on.
The word recent refers to something that happened or was made not long ago. It describes changes to the code that were made shortly before the bug was discovered. Another example:
The team discussed the most recent updates to the project. - The updates that were talked about by the team were only the ones made in the last few days.
{
"setup": {
"background": "interview-room3.png",
"characters": [
{
"character": "James",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "B1_2-1.mp3",
"startTime": 1,
"startTimestamp": 5.5,
"finishTimestamp": 8.52
}
},
"commands": [
{
"character": "James",
"opacity": 1,
"startTime": 0
},
{
"character": "James",
"startTime": 1,
"finishTime": 4.02,
"dialogue": {
"text": "First, I checked the recent changes we made to the code.",
"align": "center"
}
},
{
"character": "James",
"opacity": 0,
"startTime": 4.52
}
]
}