2.5 KiB
id, title, challengeType, dashedName, lang
| id | title | challengeType | dashedName | lang |
|---|---|---|---|---|
| 68557eeb6959f6ac5de97da2 | Task 60 | 19 | task-60 | en-US |
--instructions--
Listen to the audio and answer the question below.
--questions--
--text--
How does Linda think the instructions should be?
--answers--
They should be shorter and funnier.
--feedback--
Linda doesn't mention making the instructions short or humorous.
They should be easier to see and to understand.
They should only be shown once.
--feedback--
Linda doesn't focus on frequency.
They should be written by someone else.
--feedback--
Linda doesn't talk about who should write them.
--video-solution--
2
--explanation--
There are two common ways to form comparatives. Choose the form based on how many syllables the adjective has.
- For most 1-syllable adjectives, add
-erat the end. For example:
This explanation is much clearer than the other one. – The -er ending is used because clear is a short adjective with only one syllable.
- For longer adjectives (2+ syllables), use
more+ adjective. For example:
Ah, now the button looks more prominent. Users can't miss it. – More is used preceding the adjective because prominent has three syllables and is too long for the -er form.
Other examples:
-
This bedroom is smaller than ours at home.–Smallis a 1-syllable adjective, so the-erform,smaller, is used. -
I think cell phones are more useful than tablets.–Usefulis a 2-syllable adjective, so you don't add-erin the end, but precede it withmoreinstead (more prominent).
--scene--
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Linda",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "B1_24-2.mp3",
"startTime": 1,
"startTimestamp": 19.64,
"finishTimestamp": 22.82
}
},
"commands": [
{
"character": "Linda",
"opacity": 1,
"startTime": 0
},
{
"character": "Linda",
"startTime": 1,
"finishTime": 4.18,
"dialogue": {
"text": "We need to make the instructions clearer and more prominent.",
"align": "center"
}
},
{
"character": "Linda",
"opacity": 0,
"startTime": 4.68
}
]
}