-
-
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 (#107)
- Loading branch information
Showing
765 changed files
with
70,490 additions
and
1,015 deletions.
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
88 changes: 88 additions & 0 deletions
88
...-developers/learn-how-to-talk-about-past-activities/66c8e6cdd7a69d2878880fbf.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,88 @@ | ||
--- | ||
id: 66c8e6cdd7a69d2878880fbf | ||
title: Task 1 | ||
challengeType: 22 | ||
dashedName: task-1 | ||
--- | ||
|
||
<!-- (Audio)James: Have you seen the latest user feedback? --> | ||
|
||
# --instructions-- | ||
|
||
Listen to the audio and complete the sentence below. | ||
|
||
# --fillInTheBlank-- | ||
|
||
## --sentence-- | ||
|
||
`Have you BLANK the latest user feedback?` | ||
|
||
## --blanks-- | ||
|
||
`seen` | ||
|
||
### --feedback-- | ||
|
||
The past participle of `see` is irregular, and it is not `see` or `saw`. | ||
|
||
# --explanation-- | ||
|
||
The `Present Perfect` tense is used to talk about actions or experiences that happened at some point before now. | ||
|
||
Use this structure to talk about something that happened before now, but **where the exact time isn't important**. | ||
|
||
To form the `Present Perfect` tense, use `have` or `has` followed by the past participle of the verb. | ||
|
||
The past participle of the verb `see` is `seen`. It's irregular, which means it doesn't just add `-ed` like regular verbs. For example: | ||
|
||
- `I have seen the report.` - At some point before now, you saw the report. | ||
|
||
- `She has seen the report.` - At some point before now, she saw the report. | ||
|
||
# --scene-- | ||
|
||
```json | ||
{ | ||
"setup": { | ||
"background": "interview-room3.png", | ||
"characters": [ | ||
{ | ||
"character": "James", | ||
"position": { | ||
"x": 50, | ||
"y": 15, | ||
"z": 1.2 | ||
}, | ||
"opacity": 0 | ||
} | ||
], | ||
"audio": { | ||
"filename": "B1_3-1.mp3", | ||
"startTime": 1, | ||
"startTimestamp": 0, | ||
"finishTimestamp": 2.76 | ||
} | ||
}, | ||
"commands": [ | ||
{ | ||
"character": "James", | ||
"opacity": 1, | ||
"startTime": 0 | ||
}, | ||
{ | ||
"character": "James", | ||
"startTime": 1, | ||
"finishTime": 3.76, | ||
"dialogue": { | ||
"text": "Have you seen the latest user feedback?", | ||
"align": "center" | ||
} | ||
}, | ||
{ | ||
"character": "James", | ||
"opacity": 0, | ||
"startTime": 4.26 | ||
} | ||
] | ||
} | ||
``` |
Oops, something went wrong.