fix(curriculum): restore bob in present perfect english task (#57754)

This commit is contained in:
Anna
2024-12-25 15:01:54 -05:00
committed by GitHub
parent f43d44451b
commit 077db2d9ff
5 changed files with 11 additions and 11 deletions

View File

@@ -63,7 +63,7 @@ These are the characteristics or functions of something.
"background": "company2-boardroom.png",
"characters": [
{
"character": "James",
"character": "Bob",
"position": {
"x": 50,
"y": 15,
@@ -81,12 +81,12 @@ These are the characteristics or functions of something.
},
"commands": [
{
"character": "James",
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "James",
"character": "Bob",
"startTime": 1,
"finishTime": 4.3,
"dialogue": {
@@ -95,7 +95,7 @@ These are the characteristics or functions of something.
}
},
{
"character": "James",
"character": "Bob",
"opacity": 0,
"startTime": 4.8
}

View File

@@ -61,7 +61,7 @@ The `Present Perfect Continuous` tense (`have been working`) indicates an action
"background": "company2-boardroom.png",
"characters": [
{
"character": "James",
"character": "Bob",
"position": {
"x": 50,
"y": 15,
@@ -79,12 +79,12 @@ The `Present Perfect Continuous` tense (`have been working`) indicates an action
},
"commands": [
{
"character": "James",
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "James",
"character": "Bob",
"startTime": 1,
"finishTime": 4.3,
"dialogue": {
@@ -93,7 +93,7 @@ The `Present Perfect Continuous` tense (`have been working`) indicates an action
}
},
{
"character": "James",
"character": "Bob",
"opacity": 0,
"startTime": 4.8
}

View File

@@ -88,7 +88,7 @@ Linda's statement indicates that the action of testing started at the time of th
"startTime": 1,
"finishTime": 3.62,
"dialogue": {
"text": "Yes, I've been testing them since the latest software update",
"text": "Yes, I've been testing them since the latest software update.",
"align": "center"
}
},

View File

@@ -78,7 +78,7 @@ This term refers to errors in software that need to be resolved. It's plural for
"startTime": 1,
"finishTime": 4.36,
"dialogue": {
"text": "We've had some positive feedback, but there are still a few bugs to fix",
"text": "We've had some positive feedback, but there are still a few bugs to fix.",
"align": "center"
}
},

View File

@@ -88,7 +88,7 @@ Linda's statement highlights that although they have received good responses fro
"startTime": 1,
"finishTime": 4.36,
"dialogue": {
"text": "We've had some positive feedback, but there are still a few bugs to fix",
"text": "We've had some positive feedback, but there are still a few bugs to fix.",
"align": "center"
}
},