mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
905e7d5a5c
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com> Co-authored-by: DanielRosa74 <58576743+DanielRosa74@users.noreply.github.com>
2.5 KiB
2.5 KiB
id, title, challengeType, dashedName
| id | title | challengeType | dashedName |
|---|---|---|---|
| 657b7e633c982f095101e6fe | Task 36 | 19 | task-36 |
--description--
Sometimes you want to talk about what you or someone else enjoys. For example, if your friend enjoys reading, you can say, My friend likes reading.
--questions--
--text--
Which sentence is correct about Sophie's guitar preference?
--answers--
Sophie likes electric guitar.
Sophie like electric guitar.
--feedback--
In English, when we refer to he, she, or it, we need to add an s to the verb, making it likes. For example, if your friend enjoys reading, you would say, She likes reading.
Sophie does likes electric guitar.
--feedback--
Does likes is incorrect; does should not be used together with likes.
Sophie liked electric guitar.
--feedback--
Liked is past tense, but we are discussing her current preference.
--video-solution--
1
--scene--
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Tom",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
},
{
"character": "Sophie",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "1.3-2.mp3",
"startTime": 1,
"startTimestamp": 15.40,
"finishTimestamp": 22.72
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 3.38,
"dialogue": {
"text": "Wow. Electric or acoustic?",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 3.39
},
{
"character": "Sophie",
"opacity": 1,
"startTime": 3.39
},
{
"character": "Sophie",
"startTime": 3.94,
"finishTime": 6.5,
"dialogue": {
"text": "Electric, for sure. Back to your hobbies, though.",
"align": "center"
}
},
{
"character": "Sophie",
"startTime": 6.5,
"finishTime": 8.32,
"dialogue": {
"text": "Do you have any favorite photography themes?",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 8.82
}
]
}