mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-09 10:00:51 -04:00
fix(curriculum): restore bob in present perfect english task (#57754)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user