-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(i18n,learn): processed translations (#104)
- Loading branch information
Showing
4,746 changed files
with
494,724 additions
and
7,207 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...ve-a-conversation-about-preferences-and-motivations/65a3dafe5c945761cef35199.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
98 changes: 98 additions & 0 deletions
98
...n-present-perfect-while-talking-about-accessibility/671274ffc6d0b8654e13affe.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
--- | ||
id: 671274ffc6d0b8654e13affe | ||
title: Task 1 | ||
challengeType: 22 | ||
dashedName: task-1 | ||
--- | ||
|
||
<!-- (Audio) Tom: Hey Sophie, have you been working on the screen reader updates recently? --> | ||
|
||
# --instructions-- | ||
|
||
Listen to the audio to complete the sentence below. | ||
|
||
# --fillInTheBlank-- | ||
|
||
## --sentence-- | ||
|
||
`Hey Sophie, BLANK you BLANK BLANK on the screen reader updates recently?` | ||
|
||
## --blanks-- | ||
|
||
`have` | ||
|
||
### --feedback-- | ||
|
||
This word is used at the beginning of a question in the `Present Perfect Continuous` tense when asking about `you`. | ||
|
||
--- | ||
|
||
`been` | ||
|
||
### --feedback-- | ||
|
||
This word always follows `have` or `has` to form the `Present Perfect Continuous` tense. | ||
|
||
--- | ||
|
||
`working` | ||
|
||
### --feedback-- | ||
|
||
This is the main verb in its `-ing` form, which means actively putting effort or time into completing a task or project. | ||
|
||
# --explanation-- | ||
|
||
The `Present Perfect Continuous` tense is used to describe actions that started in the past and are still happening. It focuses on the duration or continuation of the action. The structure of this tense is `have/has + been + verb(-ing)`. For example: | ||
|
||
- `We have been developing a new app for accessibility.` - This means the development started in the past and is still ongoing. | ||
|
||
- `He has been fixing bugs in the software for several hours.` - This means he started fixing the bugs earlier and is still working on it. | ||
|
||
# --scene-- | ||
|
||
```json | ||
{ | ||
"setup": { | ||
"background": "company2-center.png", | ||
"characters": [ | ||
{ | ||
"character": "Tom", | ||
"position": { | ||
"x": 50, | ||
"y": 15, | ||
"z": 1.2 | ||
}, | ||
"opacity": 0 | ||
} | ||
], | ||
"audio": { | ||
"filename": "B1_4-1.mp3", | ||
"startTime": 1, | ||
"startTimestamp": 0, | ||
"finishTimestamp": 4.16 | ||
} | ||
}, | ||
"commands": [ | ||
{ | ||
"character": "Tom", | ||
"opacity": 1, | ||
"startTime": 0 | ||
}, | ||
{ | ||
"character": "Tom", | ||
"startTime": 1, | ||
"finishTime": 5.16, | ||
"dialogue": { | ||
"text": "Hey, Sophie, have you been working on the screen reader updates recently?", | ||
"align": "center" | ||
} | ||
}, | ||
{ | ||
"character": "Tom", | ||
"opacity": 0, | ||
"startTime": 5.66 | ||
} | ||
] | ||
} | ||
``` |
142 changes: 142 additions & 0 deletions
142
...n-present-perfect-while-talking-about-accessibility/67128f6a3550cf4f98e55f8b.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,142 @@ | ||
--- | ||
id: 67128f6a3550cf4f98e55f8b | ||
title: "Dialogue 1: Improving Screen Reader Compatibility" | ||
challengeType: 21 | ||
dashedName: dialogue-1-improving-screen-reader-compatibility | ||
--- | ||
|
||
# --description-- | ||
|
||
Watch the video below to understand the context of the upcoming lessons. | ||
|
||
# --assignment-- | ||
|
||
Watch the video. | ||
|
||
# --scene-- | ||
|
||
```json | ||
{ | ||
"setup": { | ||
"background": "company2-center.png", | ||
"characters": [ | ||
{ | ||
"character": "Tom", | ||
"position": { "x": -25, "y": 0, "z": 1 } | ||
}, | ||
{ | ||
"character": "Sophie", | ||
"position": { "x": 125, "y": 0, "z": 1 } | ||
} | ||
], | ||
"audio": { | ||
"filename": "B1_4-1.mp3", | ||
"startTime": 1 | ||
}, | ||
"alwaysShowDialogue": true | ||
}, | ||
"commands": [ | ||
{ | ||
"character": "Tom", | ||
"position": { "x": 25, "y": 0, "z": 1 }, | ||
"startTime": 0 | ||
}, | ||
{ | ||
"character": "Sophie", | ||
"position": { "x": 70, "y": 0, "z": 1 }, | ||
"startTime": 0.5 | ||
}, | ||
{ | ||
"character": "Tom", | ||
"startTime": 1, | ||
"finishTime": 5.16, | ||
"dialogue": { | ||
"text": "Hey, Sophie, have you been working on the screen reader updates recently?", | ||
"align": "left" | ||
} | ||
}, | ||
{ | ||
"character": "Sophie", | ||
"startTime": 5.72, | ||
"finishTime": 9.92, | ||
"dialogue": { | ||
"text": "Yes, I started a few months ago. We've been addressing the feedback from our last user survey.", | ||
"align": "right" | ||
} | ||
}, | ||
{ | ||
"character": "Sophie", | ||
"startTime": 10.14, | ||
"finishTime": 11.56, | ||
"dialogue": { | ||
"text": "How's the design side coming along?", | ||
"align": "right" | ||
} | ||
}, | ||
{ | ||
"character": "Tom", | ||
"startTime": 11.88, | ||
"finishTime": 15.82, | ||
"dialogue": { | ||
"text": "Pretty well, actually. I've been tweaking the layouts based on the guidelines you shared.", | ||
"align": "left" | ||
} | ||
}, | ||
{ | ||
"character": "Sophie", | ||
"startTime": 16.36, | ||
"finishTime": 19.08, | ||
"dialogue": { | ||
"text": "That's good to hear. Do you think the users have noticed the improvements?", | ||
"align": "right" | ||
} | ||
}, | ||
{ | ||
"character": "Tom", | ||
"startTime": 19.5, | ||
"finishTime": 22.36, | ||
"dialogue": { | ||
"text": "I think so. We haven't been receiving as many negative comments.", | ||
"align": "left" | ||
} | ||
}, | ||
{ | ||
"character": "Sophie", | ||
"startTime": 22.74, | ||
"finishTime": 25.72, | ||
"dialogue": { | ||
"text": "That's a relief. How long do you think we'll need to keep making adjustments?", | ||
"align": "right" | ||
} | ||
}, | ||
{ | ||
"character": "Tom", | ||
"startTime": 25.72, | ||
"finishTime": 32, | ||
"dialogue": { | ||
"text": "Probably a few more weeks. We've been making steady progress, and I believe we're close to finalizing the major changes.", | ||
"align": "left" | ||
} | ||
}, | ||
{ | ||
"character": "Sophie", | ||
"startTime": 32.42, | ||
"finishTime": 35.04, | ||
"dialogue": { | ||
"text": "That's good news. It feels great to make our app more accessible.", | ||
"align": "right" | ||
} | ||
}, | ||
{ | ||
"character": "Sophie", | ||
"position": { "x": 125, "y": 0, "z": 1 }, | ||
"startTime": 35.54 | ||
}, | ||
{ | ||
"character": "Tom", | ||
"position": { "x": -25, "y": 0, "z": 1 }, | ||
"startTime": 36.04 | ||
} | ||
] | ||
} | ||
``` |
52 changes: 52 additions & 0 deletions
52
...n-present-perfect-while-talking-about-accessibility/67164bc464cdc045edaccc5f.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
id: 67164bc464cdc045edaccc5f | ||
title: Task 2 | ||
challengeType: 19 | ||
dashedName: task-2 | ||
--- | ||
|
||
# --instructions-- | ||
|
||
This task doesn't have audio. Read the question below and select the correct answer. | ||
|
||
# --questions-- | ||
|
||
## --text-- | ||
|
||
Which sentence uses the `Present Perfect Continuous` tense correctly? | ||
|
||
## --answers-- | ||
|
||
`Sophie works on the screen reader updates recently.` | ||
|
||
### --feedback-- | ||
|
||
This sentence is in the `Present Simple` tense, not the `Present Perfect Continuous`. | ||
|
||
--- | ||
|
||
`Sophie has been working on the screen reader updates.` | ||
|
||
--- | ||
|
||
`Sophie is working on the screen reader updates.` | ||
|
||
### --feedback-- | ||
|
||
This sentence is in the `Present Continuous`, which describes an action happening right now, not over time. | ||
|
||
--- | ||
|
||
`Sophie worked on the screen reader updates last week.` | ||
|
||
### --feedback-- | ||
|
||
This sentence is in the `Past Simple`, which describes a completed action, not an ongoing one. | ||
|
||
## --video-solution-- | ||
|
||
2 | ||
|
||
# --explanation-- | ||
|
||
The `Present Perfect Continuous` tense is used to describe actions that began in the past and are still happening. It is formed using `has/have been + verb(-ing)`. |
Oops, something went wrong.