feat(curriculum): add animations to block 4.1 of the English Curriculum (#54348)

Co-authored-by: Naomi <nhcarrigan@gmail.com>
This commit is contained in:
DanielRosa74
2024-05-16 12:14:53 -03:00
committed by GitHub
parent 8d6c493832
commit c9aefc424b
144 changed files with 7883 additions and 581 deletions

View File

@@ -1,6 +1,5 @@
---
id: 658111239f39a01c8f095c44
videoId: nLDychdBwUg
title: "Dialogue 1: What Motivates the Team?"
challengeType: 21
dashedName: dialogue-1-what-motivates-the-team
@@ -13,3 +12,275 @@ Watch the video below to understand the context of the upcoming lessons.
# --assignment--
Watch the video
# --scene--
```json
{
"setup": {
"background": "cafe.png",
"characters": [
{
"character": "Brian",
"position": { "x": -25, "y": 0, "z": 1 }
},
{
"character": "Maria",
"position": { "x": 125, "y": 0, "z": 1 }
}
],
"audio": {
"filename": "4.1-1.mp3",
"startTime": 1
},
"alwaysShowDialogue": true
},
"commands": [
{
"character": "Brian",
"position": { "x": 25, "y": 0, "z": 1 },
"startTime": 0
},
{
"character": "Maria",
"position": { "x": 70, "y": 0, "z": 1 },
"startTime": 0.5
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 4.5,
"dialogue": {
"text": "Hey Maria, I have a question… Do you know what motivates the team?",
"align": "left"
}
},
{
"character": "Brian",
"startTime": 4.9,
"finishTime": 7.4,
"dialogue": {
"text": "How about you? What makes you feel motivated?",
"align": "left"
}
},
{
"character": "Maria",
"startTime": 8.7,
"finishTime": 12.3,
"dialogue": {
"text": "Hi Brian! Well, one thing that really motivates me is learning new things.",
"align": "right"
}
},
{
"character": "Maria",
"startTime": 12.7,
"finishTime": 16,
"dialogue": {
"text": "I love exploring many new technologies and improving my skills.",
"align": "right"
}
},
{
"character": "Maria",
"startTime": 16.5,
"finishTime": 18.2,
"dialogue": {
"text": "It keeps me excited about our projects.",
"align": "right"
}
},
{
"character": "Brian",
"startTime": 19.7,
"finishTime": 20.9,
"dialogue": {
"text": "That's great to hear, Maria.",
"align": "left"
}
},
{
"character": "Brian",
"startTime": 21.3,
"finishTime": 24.7,
"dialogue": {
"text": "Learning and growing professionally motivates me a lot.",
"align": "left"
}
},
{
"character": "Brian",
"startTime": 25,
"finishTime": 27.2,
"dialogue": {
"text": "But you know what demotivates me sometimes?",
"align": "left"
}
},
{
"character": "Brian",
"startTime": 27.7,
"finishTime": 32.6,
"dialogue": {
"text": "Dealing with many tight deadlines and feeling like I'm rushing to complete tasks.",
"align": "left"
}
},
{
"character": "Maria",
"startTime": 33.1,
"finishTime": 37.3,
"dialogue": {
"text": "I can understand that, Brian. Racing against the clock can be demotivating.",
"align": "right"
}
},
{
"character": "Maria",
"startTime": 37.7,
"finishTime": 39.7,
"dialogue": {
"text": "Well, collaborating with our creative team",
"align": "right"
}
},
{
"character": "Maria",
"startTime": 39.7,
"finishTime": 42.5,
"dialogue": {
"text": "and brainstorming many ideas really inspires me.",
"align": "right"
}
},
{
"character": "Maria",
"startTime": 42.8,
"finishTime": 44.6,
"dialogue": {
"text": "It's where we generate our best concepts.",
"align": "right"
}
},
{
"character": "Brian",
"startTime": 45.5,
"finishTime": 49,
"dialogue": {
"text": "I agree, Maria. Collaboration and creativity are great.",
"align": "left"
}
},
{
"character": "Brian",
"startTime": 49.3,
"finishTime": 53.6,
"dialogue": {
"text": "The problem is encountering many technical issues that slow our progress down.",
"align": "left"
}
},
{
"character": "Brian",
"startTime": 54,
"finishTime": 55.5,
"dialogue": {
"text": "It is really frustrating.",
"align": "left"
}
},
{
"character": "Maria",
"startTime": 56.5,
"finishTime": 58.4,
"dialogue": {
"text": "Yeah, technical glitches are complicated",
"align": "right"
}
},
{
"character": "Maria",
"startTime": 58.4,
"finishTime": 61,
"dialogue": {
"text": "and there's not much we can do other than try to solve them.",
"align": "right"
}
},
{
"character": "Maria",
"startTime": 62,
"finishTime": 63.3,
"dialogue": {
"text": "But do you know what else is great?",
"align": "right"
}
},
{
"character": "Maria",
"startTime": 63.7,
"finishTime": 66.7,
"dialogue": {
"text": "Seeing the team's enthusiasm after solving these issues.",
"align": "right"
}
},
{
"character": "Maria",
"startTime": 67.1,
"finishTime": 69.8,
"dialogue": {
"text": "When you see the team inspired, it can boost your motivation.",
"align": "right"
}
},
{
"character": "Brian",
"startTime": 71.3,
"finishTime": 75.4,
"dialogue": {
"text": "Yeah. Wow. You know what? This was really a motivating talk.",
"align": "left"
}
},
{
"character": "Brian",
"startTime": 75.7,
"finishTime": 77.1,
"dialogue": {
"text": "Thanks for sharing your thoughts.",
"align": "left"
}
},
{
"character": "Maria",
"startTime": 77.7,
"finishTime": 79.8,
"dialogue": {
"text": "Anytime. It's good to have these discussions.",
"align": "right"
}
},
{
"character": "Maria",
"startTime": 80,
"finishTime": 81.6,
"dialogue": {
"text": "It reminds us of what keeps us going.",
"align": "right"
}
},
{
"character": "Maria",
"position": { "x": 125, "y": 0, "z": 1 },
"startTime": 82.1
},
{
"character": "Brian",
"position": { "x": -25, "y": 0, "z": 1 },
"startTime": 82.6
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-6
---
<!--
AUDIO REFERENCE:
Maria: Hi Brian! Well, one thing that really motivates me is learning new things.
-->
<!-- (Audio) Maria: Hi, Brian! Well, one thing that really motivates me is learning new things. -->
# --description--
@@ -18,7 +15,7 @@ A gerund is the `-ing` form of a verb used as a noun. It can be the subject of a
## --sentence--
`Well, one thing that really motivates me is _ new things.`
`Hi, Brian. Well, one thing that really motivates me is _ new things.`
## --blanks--
@@ -27,3 +24,47 @@ A gerund is the `-ing` form of a verb used as a noun. It can be the subject of a
### --feedback--
This word is a gerund, the `-ing` form of the verb used as a noun, indicating the action or process of gaining knowledge.
# --scene--
```json
{
"setup": {
"background": "cafe.png",
"characters": [
{
"character": "Maria",
"position": {"x":50,"y":0,"z":1.5},
"opacity": 0
}
],
"audio": {
"filename": "4.1-1.mp3",
"startTime": 1,
"startTimestamp": 7.48,
"finishTimestamp": 11.10
}
},
"commands": [
{
"character": "Maria",
"opacity": 1,
"startTime": 0
},
{
"character": "Maria",
"startTime": 1,
"finishTime": 4.62,
"dialogue": {
"text": "Hi, Brian. Well, one thing that really motivates me is learning new things.",
"align": "center"
}
},
{
"character": "Maria",
"opacity": 0,
"startTime": 5.12
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-5
---
<!--
AUDIO REFERENCE:
Maria: Hi Brian! Well, one thing that really motivates me is learning new things.
-->
<!-- (Audio) Maria: Hi, Brian! Well, one thing that really motivates me is learning new things. -->
# --description--
@@ -20,7 +17,7 @@ When you add an `s` at the end of a word, like `things`, it means you are talkin
## --sentence--
`Hi Brian! _, one _ that really motivates me _ learning new _.`
`Hi, Brian! _, one _ that really motivates me _ learning new _.`
## --blanks--
@@ -53,3 +50,47 @@ This is the verb `to be` conjugated in the third person singular.
### --feedback--
Maria uses this word to talk about more than one item or idea she likes to learn. It is the plural form of `thing`.
# --scene--
```json
{
"setup": {
"background": "cafe.png",
"characters": [
{
"character": "Maria",
"position": {"x":50,"y":0,"z":1.5},
"opacity": 0
}
],
"audio": {
"filename": "4.1-1.mp3",
"startTime": 1,
"startTimestamp": 7.48,
"finishTimestamp": 11.10
}
},
"commands": [
{
"character": "Maria",
"opacity": 1,
"startTime": 0
},
{
"character": "Maria",
"startTime": 1,
"finishTime": 4.62,
"dialogue": {
"text": "Hi, Brian. Well, one thing that really motivates me is learning new things.",
"align": "center"
}
},
{
"character": "Maria",
"opacity": 0,
"startTime": 5.12
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 19
dashedName: task-7
---
<!--
AUDIO REFERENCE:
Maria: Hi Brian! Well, one thing that really motivates me is learning new things.
-->
<!-- (Audio) Maria: Hi Brian! Well, one thing that really motivates me is learning new things. -->
# --description--
@@ -51,3 +48,47 @@ learning new things
## --video-solution--
4
# --scene--
```json
{
"setup": {
"background": "cafe.png",
"characters": [
{
"character": "Maria",
"position": {"x":50,"y":0,"z":1.5},
"opacity": 0
}
],
"audio": {
"filename": "4.1-1.mp3",
"startTime": 1,
"startTimestamp": 7.48,
"finishTimestamp": 11.10
}
},
"commands": [
{
"character": "Maria",
"opacity": 1,
"startTime": 0
},
{
"character": "Maria",
"startTime": 1,
"finishTime": 4.62,
"dialogue": {
"text": "Hi, Brian. Well, one thing that really motivates me is learning new things.",
"align": "center"
}
},
{
"character": "Maria",
"opacity": 0,
"startTime": 5.12
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-8
---
<!--
AUDIO REFERENCE:
Maria: I love exploring many new technologies and improving my skills.
-->
<!-- (Audio) Maria: I love exploring many new technologies and improving my skills. -->
# --description--
@@ -37,3 +34,47 @@ This word is a gerund describing the activity Maria enjoys related to discoverin
### --feedback--
Another gerund that follows `and`, indicating another activity Maria enjoys, which is about getting better at something. It also ends in `-ing` and serves as a noun.
# --scene--
```json
{
"setup": {
"background": "cafe.png",
"characters": [
{
"character": "Maria",
"position": {"x":50,"y":0,"z":1.5},
"opacity": 0
}
],
"audio": {
"filename": "4.1-1.mp3",
"startTime": 1,
"startTimestamp": 11.76,
"finishTimestamp": 15.04
}
},
"commands": [
{
"character": "Maria",
"opacity": 1,
"startTime": 0
},
{
"character": "Maria",
"startTime": 1,
"finishTime": 4.28,
"dialogue": {
"text": "I love exploring many new technologies and improving my skills.",
"align": "center"
}
},
{
"character": "Maria",
"opacity": 0,
"startTime": 4.78
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 19
dashedName: task-10
---
<!--
AUDIO REFERENCE:
Maria: I love exploring many new technologies and improving my skills. It keeps me excited about our projects.
-->
<!-- (Audio) Maria: I love exploring many new technologies and improving my skills. It keeps me excited about our projects. -->
# --description--
@@ -26,7 +23,7 @@ In `I love exploring many new technologies`, how is `exploring` used?
## --answers--
As a present continuous
As a verb in the present continuous structure
### --feedback--
@@ -34,7 +31,7 @@ Present continuous are for actions happening now. This is not showing an action
---
As a simple present verb
As a verb in the simple present structure
### --feedback--
@@ -42,11 +39,11 @@ Simple present verbs don't end in `-ing`.
---
As a gerund
As a verb in the gerund form
---
As a past participle
As a verb in the past participle form
### --feedback--
@@ -55,3 +52,47 @@ Past participles are for perfect tenses or as adjectives. This is not used like
## --video-solution--
3
# --scene--
```json
{
"setup": {
"background": "cafe.png",
"characters": [
{
"character": "Maria",
"position": {"x":50,"y":0,"z":1.5},
"opacity": 0
}
],
"audio": {
"filename": "4.1-1.mp3",
"startTime": 1,
"startTimestamp": 11.76,
"finishTimestamp": 17.26
}
},
"commands": [
{
"character": "Maria",
"opacity": 1,
"startTime": 0
},
{
"character": "Maria",
"startTime": 1,
"finishTime": 6.50,
"dialogue": {
"text": "I love exploring many new technologies and improving my skills. It keeps me excited about our projects.",
"align": "center"
}
},
{
"character": "Maria",
"opacity": 0,
"startTime": 7.00
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-18
---
<!--
AUDIO REFERENCE:
Maria: I can understand that, Brian. Racing against the clock can be demotivating.
-->
<!-- (Audio) Maria: I can understand that, Brian. Racing against the clock can be demotivating. -->
# --description--
@@ -31,3 +28,47 @@ Adding a prefix to a word can change its meaning.
### --feedback--
Maria uses an adjective ending in `-ing` to describe a feeling that is the opposite of `motivating`.
# --scene--
```json
{
"setup": {
"background": "cafe.png",
"characters": [
{
"character": "Maria",
"position": {"x":50,"y":0,"z":1.5},
"opacity": 0
}
],
"audio": {
"filename": "4.1-1.mp3",
"startTime": 1,
"startTimestamp": 32.22,
"finishTimestamp": 36.08
}
},
"commands": [
{
"character": "Maria",
"opacity": 1,
"startTime": 0
},
{
"character": "Maria",
"startTime": 1,
"finishTime": 4.86,
"dialogue": {
"text": "I can understand that, Brian. Racing against the clock can be demotivating.",
"align": "center"
}
},
{
"character": "Maria",
"opacity": 0,
"startTime": 5.36
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-11
---
<!--
AUDIO REFERENCE:
Brian: That's great to hear, Maria.
-->
<!-- (Audio) Brian: That's great to hear, Maria. -->
# --description--
@@ -27,3 +24,47 @@ Listen to the audio and complete the sentence.
### --feedback--
This word is used when someone listens to what another person says.
# --scene--
```json
{
"setup": {
"background": "cafe.png",
"characters": [
{
"character": "Brian",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-1.mp3",
"startTime": 1,
"startTimestamp": 18.68,
"finishTimestamp": 19.86
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 2.18,
"dialogue": {
"text": "That's great to hear, Maria.",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 2.68
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-12
---
<!--
AUDIO REFERENCE:
Maria: Learning and growing professionally motivates me a lot.
-->
<!-- (Audio) Maria: Learning and growing professionally motivates me a lot. -->
# --description--
@@ -49,3 +46,47 @@ This word means to develop or become bigger or more advanced. It ends with `-ing
### --feedback--
This word is related to work or a career. It describes doing something in a way that shows good skills and behavior at a job. it ends with `-ly`
# --scene--
```json
{
"setup": {
"background": "cafe.png",
"characters": [
{
"character": "Brian",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-1.mp3",
"startTime": 1,
"startTimestamp": 20.28,
"finishTimestamp": 23.66
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 4.38,
"dialogue": {
"text": "Learning and growing professionally motivates me a lot.",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 4.88
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 19
dashedName: task-13
---
<!--
AUDIO REFERENCE:
Brian: That's great to hear, Maria. Learning and growing professionally motivates me a lot.
-->
<!-- (Audio) Brian: That's great to hear, Maria. Learning and growing professionally motivates me a lot. -->
# --description--
@@ -51,3 +48,47 @@ Reflect on how skill improvement fits into overall personal and professional dev
## --video-solution--
1
# --scene--
```json
{
"setup": {
"background": "cafe.png",
"characters": [
{
"character": "Brian",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-1.mp3",
"startTime": 1,
"startTimestamp": 18.68,
"finishTimestamp": 23.66
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 5.98,
"dialogue": {
"text": "That's great to hear, Maria. Learning and growing professionally motivates me a lot.",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 6.48
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 19
dashedName: task-14
---
<!--
AUDIO REFERENCE:
Brian: That's great to hear, Maria. Learning and growing professionally motivates me a lot. But you know what demotivates me sometimes?
-->
<!-- (Audio) Brian: That's great to hear, Maria. Learning and growing professionally motivates me a lot. But you know what demotivates me sometimes? -->
# --description--
@@ -53,3 +50,65 @@ He's adding to the conversation, not changing the topic.
## --video-solution--
2
# --scene--
```json
{
"setup": {
"background": "cafe.png",
"characters": [
{
"character": "Brian",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-1.mp3",
"startTime": 1,
"startTimestamp": 18.68,
"finishTimestamp": 26.26
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 2.18,
"dialogue": {
"text": "That's great to hear, Maria.",
"align": "center"
}
},
{
"character": "Brian",
"startTime": 2.60,
"finishTime": 5.64,
"dialogue": {
"text": "Learning and growing professionally motivates me a lot,",
"align": "center"
}
},
{
"character": "Brian",
"startTime": 6.02,
"finishTime": 8.58,
"dialogue": {
"text": "but you know what demotivates me sometimes?",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 9.08
}
]
}
```

View File

@@ -29,3 +29,47 @@ Listen to the audio and complete the sentence.
### --feedback--
This word means feeling very happy and eager.
# --scene--
```json
{
"setup": {
"background": "cafe.png",
"characters": [
{
"character": "Maria",
"position": {"x":50,"y":0,"z":1.5},
"opacity": 0
}
],
"audio": {
"filename": "4.1-1.mp3",
"startTime": 1,
"startTimestamp": 15.32,
"finishTimestamp": 17.26
}
},
"commands": [
{
"character": "Maria",
"opacity": 1,
"startTime": 0
},
{
"character": "Maria",
"startTime": 1,
"finishTime": 2.94,
"dialogue": {
"text": "It keeps me excited about our projects.",
"align": "center"
}
},
{
"character": "Maria",
"opacity": 0,
"startTime": 3.44
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 19
dashedName: task-16
---
<!--
AUDIO REFERENCE:
Brian:Dealing with many tight deadlines and feeling like I'm rushing to complete tasks.
-->
<!-- (Audio) Brian:Dealing with many tight deadlines and feeling like I'm rushing to complete tasks. -->
# --description--
@@ -55,3 +52,47 @@ This phrase means having plenty of time, which is different from what Brian mean
## --video-solution--
3
# --scene--
```json
{
"setup": {
"background": "cafe.png",
"characters": [
{
"character": "Brian",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-1.mp3",
"startTime": 1,
"startTimestamp": 26.66,
"finishTimestamp": 31.58
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 5.92,
"dialogue": {
"text": "Dealing with many tight deadlines and feeling like I'm rushing to complete tasks.",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 6.42
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-17
---
<!--
AUDIO REFERENCE:
Brian: Dealing with many tight deadlines and feeling like I'm rushing to complete tasks.
-->
<!-- (Audio) Brian: Dealing with many tight deadlines and feeling like I'm rushing to complete tasks. -->
# --description--
@@ -47,3 +44,47 @@ This word is a preposition used to compare or illustrate a similarity to somethi
### --feedback--
It means you are doing something quickly because you do not have much time. It ends with `-ing`.
# --scene--
```json
{
"setup": {
"background": "cafe.png",
"characters": [
{
"character": "Brian",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-1.mp3",
"startTime": 1,
"startTimestamp": 26.66,
"finishTimestamp": 31.58
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 5.92,
"dialogue": {
"text": "Dealing with many tight deadlines and feeling like I'm rushing to complete tasks.",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 6.42
}
]
}
```

View File

@@ -5,6 +5,8 @@ challengeType: 19
dashedName: task-20
---
<!-- (Audio) Maria: Well, collaborating with our creative team and brainstorming many ideas really inspires me. -->
# --description--
The word `brainstorming` refers to a group discussion to produce ideas and solve problems.
@@ -46,3 +48,47 @@ It means adhering to specific instructions, which is not the same as the word.
## --video-solution--
2
# --scene--
```json
{
"setup": {
"background": "cafe.png",
"characters": [
{
"character": "Maria",
"position": {"x":50,"y":0,"z":1.5},
"opacity": 0
}
],
"audio": {
"filename": "4.1-1.mp3",
"startTime": 1,
"startTimestamp": 36.50,
"finishTimestamp": 41.38
}
},
"commands": [
{
"character": "Maria",
"opacity": 1,
"startTime": 0
},
{
"character": "Maria",
"startTime": 1,
"finishTime": 5.88,
"dialogue": {
"text": "Well, collaborating with our creative team and brainstorming many ideas really inspires me.",
"align": "center"
}
},
{
"character": "Maria",
"opacity": 0,
"startTime": 6.38
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-28
---
<!--
AUDIO REFERENCE:
Brian: The problem is encountering many technical issues that make our progress slow down.
-->
<!-- (Audio) Brian: The problem is encountering many technical issues that slow our progress down. -->
# --description--
@@ -18,7 +15,7 @@ The phrase `slow down` means to decrease in speed or reduce the rate of progress
## --sentence--
`The problem is encountering many technical issues that make our progress _ _.`
`The problem is encountering many technical issues that _ our progress _.`
## --blanks--
@@ -35,3 +32,47 @@ This word is used to describe a decrease in speed or pace.
### --feedback--
This adverb complements the phrase to indicate a reduction or decrease in intensity, speed, or amount.
# --scene--
```json
{
"setup": {
"background": "cafe.png",
"characters": [
{
"character": "Brian",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-1.mp3",
"startTime": 1,
"startTimestamp": 48.30,
"finishTimestamp": 52.62
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 5.32,
"dialogue": {
"text": "The problem is encountering many technical issues that slow our progress down.",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 5.82
}
]
}
```

View File

@@ -5,6 +5,8 @@ challengeType: 19
dashedName: task-32
---
<!-- (Audio) Maria: Yeah, technical glitches are complicated and theres not much we can do other than try to solve them. -->
# --description--
The phrase `other than` indicates the presence of an alternative or different option.
@@ -46,3 +48,47 @@ It means the singular or exclusive option, which is not the same as the phrase.
## --video-solution--
3
# --scene--
```json
{
"setup": {
"background": "cafe.png",
"characters": [
{
"character": "Maria",
"position": {"x":50,"y":0,"z":1.5},
"opacity": 0
}
],
"audio": {
"filename": "4.1-1.mp3",
"startTime": 1,
"startTimestamp": 55.34,
"finishTimestamp": 60.16
}
},
"commands": [
{
"character": "Maria",
"opacity": 1,
"startTime": 0
},
{
"character": "Maria",
"startTime": 1,
"finishTime": 5.82,
"dialogue": {
"text": "Yeah, technical glitches are complicated and there's not much we can do other than try to solve them.",
"align": "center"
}
},
{
"character": "Maria",
"opacity": 0,
"startTime": 6.32
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-35
---
<!--
AUDIO REFERENCE:
Maria: When you see the team inspired, it can boost your motivation.
-->
<!-- (Audio) Maria: When you see the team inspired, it can boost your motivation. -->
# --description--
@@ -43,3 +40,47 @@ This possessive adjective is used to refer to something that belongs to the pers
### --feedback--
This noun refers to the reason or reasons one has for acting or behaving in a particular way.
# --scene--
```json
{
"setup": {
"background": "cafe.png",
"characters": [
{
"character": "Maria",
"position": {"x":50,"y":0,"z":1.5},
"opacity": 0
}
],
"audio": {
"filename": "4.1-1.mp3",
"startTime": 1,
"startTimestamp": 66.12,
"finishTimestamp": 68.80
}
},
"commands": [
{
"character": "Maria",
"opacity": 1,
"startTime": 0
},
{
"character": "Maria",
"startTime": 1,
"finishTime": 3.68,
"dialogue": {
"text": "When you see the team inspired, it can boost your motivation.",
"align": "center"
}
},
{
"character": "Maria",
"opacity": 0,
"startTime": 4.18
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-38
---
<!--
AUDIO REFERENCE:
Anytime. It's good to have these discussions. It reminds us of what keeps us going.
-->
<!-- (Audio) Maria: Anytime. It's good to have these discussions. It reminds us of what keeps us going. -->
# --description--
@@ -29,3 +26,47 @@ In the dialogue, Maria talks about the importance of discussions to help them re
### --feedback--
This verb is used to make someone think of something they might have forgotten. It brings something back into someone's mind.
# --scene--
```json
{
"setup": {
"background": "cafe.png",
"characters": [
{
"character": "Maria",
"position": {"x":50,"y":0,"z":1.5},
"opacity": 0
}
],
"audio": {
"filename": "4.1-1.mp3",
"startTime": 1,
"startTimestamp": 76.52,
"finishTimestamp": 80.60
}
},
"commands": [
{
"character": "Maria",
"opacity": 1,
"startTime": 0
},
{
"character": "Maria",
"startTime": 1,
"finishTime": 5.08,
"dialogue": {
"text": "Anytime. It's good to have these discussions. It reminds us of what keeps us going.",
"align": "center"
}
},
{
"character": "Maria",
"opacity": 0,
"startTime": 5.58
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-39
---
<!--
AUDIO REFERENCE:
It reminds us of what keeps us going.
-->
<!-- (Audio) Maria: It reminds us of what keeps us going. -->
# --description--
@@ -43,3 +40,47 @@ This pronoun refers to the speaker and at least one other person, indicating a c
### --feedback--
This word is used in the context of continuing forward or persevering in a particular action or state.
# --scene--
```json
{
"setup": {
"background": "cafe.png",
"characters": [
{
"character": "Maria",
"position": {"x":50,"y":0,"z":1.5},
"opacity": 0
}
],
"audio": {
"filename": "4.1-1.mp3",
"startTime": 1,
"startTimestamp": 79.06,
"finishTimestamp": 80.60
}
},
"commands": [
{
"character": "Maria",
"opacity": 1,
"startTime": 0
},
{
"character": "Maria",
"startTime": 1,
"finishTime": 2.54,
"dialogue": {
"text": "It reminds us of what keeps us going.",
"align": "center"
}
},
{
"character": "Maria",
"opacity": 0,
"startTime": 3.04
}
]
}
```

View File

@@ -1,6 +1,5 @@
---
id: 658160772584ba319849f910
videoId: nLDychdBwUg
title: "Dialogue 2: Asking How Someone Feels"
challengeType: 21
dashedName: dialogue-2-asking-how-someone-feels
@@ -13,3 +12,239 @@ Watch the video below to understand the context of the upcoming lessons.
# --assignment--
Watch the video
# --scene--
```json
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Alice",
"position": { "x": -25, "y": 0, "z": 1 }
},
{
"character": "Tom",
"position": { "x": 125, "y": 0, "z": 1 }
}
],
"audio": {
"filename": "4.1-2.mp3",
"startTime": 1
},
"alwaysShowDialogue": true
},
"commands": [
{
"character": "Alice",
"position": { "x": 25, "y": 0, "z": 1 },
"startTime": 0
},
{
"character": "Tom",
"position": { "x": 70, "y": 0, "z": 1 },
"startTime": 0.5
},
{
"character": "Alice",
"startTime": 2,
"finishTime": 5.6,
"dialogue": {
"text": "Hi Tom, you look a bit down these days. Is everything okay?",
"align": "left"
}
},
{
"character": "Tom",
"startTime": 6.3,
"finishTime": 9.5,
"dialogue": {
"text": "Hey Alice, yeah, I feel a bit demotivated.",
"align": "right"
}
},
{
"character": "Tom",
"startTime": 9.8,
"finishTime": 13.6,
"dialogue": {
"text": "One thing that really gets to me is working long hours without any breaks.",
"align": "right"
}
},
{
"character": "Tom",
"startTime": 13.8,
"finishTime": 16.7,
"dialogue": {
"text": "It's exhausting, and it feels like I'm constantly running",
"align": "right"
}
},
{
"character": "Tom",
"startTime": 16.7,
"finishTime": 18.1,
"dialogue": {
"text": "without knowing where I'm going.",
"align": "right"
}
},
{
"character": "Alice",
"startTime": 18.9,
"finishTime": 22.7,
"dialogue": {
"text": "I totally get that, Tom. Working overtime all the time can be draining.",
"align": "left"
}
},
{
"character": "Alice",
"startTime": 23.4,
"finishTime": 25.7,
"dialogue": {
"text": "Personally, I hate dealing with office politics.",
"align": "left"
}
},
{
"character": "Alice",
"startTime": 26.2,
"finishTime": 28.8,
"dialogue": {
"text": "It's frustrating when people are constantly trying to beat each other",
"align": "left"
}
},
{
"character": "Alice",
"startTime": 28.8,
"finishTime": 30.6,
"dialogue": {
"text": "instead of working together as a team.",
"align": "left"
}
},
{
"character": "Tom",
"startTime": 31.3,
"finishTime": 34.7,
"dialogue": {
"text": "You're right, Alice. Dealing with office politics is never fun.",
"align": "right"
}
},
{
"character": "Tom",
"startTime": 35,
"finishTime": 38.4,
"dialogue": {
"text": "Another thing that gets to me is having too many meetings.",
"align": "right"
}
},
{
"character": "Tom",
"startTime": 38.9,
"finishTime": 41.7,
"dialogue": {
"text": "Sometimes, it feels like we're meeting for no reason,",
"align": "right"
}
},
{
"character": "Tom",
"startTime": 41.7,
"finishTime": 44.3,
"dialogue": {
"text": "and it's hard to find time to actually work on projects.",
"align": "right"
}
},
{
"character": "Alice",
"startTime": 45,
"finishTime": 48.4,
"dialogue": {
"text": "I hear you, Tom. Sitting in meetings for hours can be discouraging.",
"align": "left"
}
},
{
"character": "Alice",
"startTime": 49,
"finishTime": 52.6,
"dialogue": {
"text": "For me, what really annoys me is having to do a bunch of repetitive tasks",
"align": "left"
}
},
{
"character": "Alice",
"startTime": 52.6,
"finishTime": 56.6,
"dialogue": {
"text": "without any variation. It feels like I'm wasting my skills and creativity.",
"align": "left"
}
},
{
"character": "Tom",
"startTime": 57.06,
"finishTime": 59,
"dialogue": {
"text": "That does sound frustrating, Alice.",
"align": "right"
}
},
{
"character": "Tom",
"startTime": 59.6,
"finishTime": 62.8,
"dialogue": {
"text": "Repeating the same tasks over and over can be demotivating.",
"align": "right"
}
},
{
"character": "Tom",
"startTime": 63.2,
"finishTime": 66.4,
"dialogue": {
"text": "Thanks for listening, by the way. It feels good to talk about these things.",
"align": "right"
}
},
{
"character": "Alice",
"startTime": 66.8,
"finishTime": 69.4,
"dialogue": {
"text": "Of course, Tom. We all have our moments of demotivation,",
"align": "left"
}
},
{
"character": "Alice",
"startTime": 69.4,
"finishTime": 71.3,
"dialogue": {
"text": "and it's good to share and support each other.",
"align": "left"
}
},
{
"character": "Tom",
"position": { "x": 125, "y": 0, "z": 1 },
"startTime": 71.8
},
{
"character": "Alice",
"position": { "x": -25, "y": 0, "z": 1 },
"startTime": 72.3
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-40
---
<!--
AUDIO REFERENCE:
Alice: Hi Tom, you look a bit down these days. Is everything okay?
-->
<!-- (Audio) Alice: Hi, Tom. You look a bit down these days. Is everything okay? -->
# --description--
@@ -22,7 +19,7 @@ In this conversation, Alice notices something about Tom's mood and asks if he's
## --sentence--
`Hi Tom, you look a bit _ _ days. Is everything okay?`
`Hi, Tom. You look a bit _ _ days. Is everything okay?`
## --blanks--
@@ -39,3 +36,47 @@ This word is used to describe feeling sad or unhappy. It's like when you're not
### --feedback--
This word is used with `days` to talk about the current time or the recent period.
# --scene--
```json
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Alice",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "4.1-2.mp3",
"startTime": 1,
"startTimestamp": 0.98,
"finishTimestamp": 4.58
}
},
"commands": [
{
"character": "Alice",
"opacity": 1,
"startTime": 0
},
{
"character": "Alice",
"startTime": 1,
"finishTime": 4.60,
"dialogue": {
"text": "Hi, Tom. You look a bit down these days. Is everything okay?",
"align": "center"
}
},
{
"character": "Alice",
"opacity": 0,
"startTime": 5.10
}
]
}
```

View File

@@ -4,10 +4,7 @@ title: Task 41
challengeType: 22
dashedName: task-41
---
<!--
AUDIO REFERENCE:
Tom: Hey Alice, yeah, I feel a bit demotivated.
-->
<!-- (Audio) Tom: Hey, Alice. Yeah, I feel a bit demotivated. -->
# --description--
@@ -19,7 +16,7 @@ When you see `-ed` at the end of a word like `demotivate`, it's talking about ho
## --sentence--
`Hey Alice, yeah, I feel a bit _.`
`Hey, Alice. Yeah, I feel a bit _.`
## --blanks--
@@ -28,3 +25,47 @@ When you see `-ed` at the end of a word like `demotivate`, it's talking about ho
### --feedback--
This word is used to describe how Tom feels. It ends with `ed`.
# --scene--
```json
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Tom",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-2.mp3",
"startTime": 1,
"startTimestamp": 5.30,
"finishTimestamp": 8.48
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 4.18,
"dialogue": {
"text": "Hey, Alice. Yeah, I feel a bit demotivated.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 4.68
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-42
---
<!--
AUDIO REFERENCE:
"One thing that really gets to me is working long hours without any breaks."
-->
<!-- (Audio) Tom: One thing that really gets to me is working long hours without any breaks. -->
# --description--
@@ -46,8 +43,52 @@ This word means `lacking` or `not having` something.
---
`break`
`breaks`
### --feedback--
This word refers to a short period of rest or pause from work or activity.
This word refers to a short period of rest or pause from work or activity. Use the plural form.
# --scene--
```json
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Tom",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-2.mp3",
"startTime": 1,
"startTimestamp": 8.84,
"finishTimestamp": 12.60
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 4.76,
"dialogue": {
"text": "One thing that really gets to me is working long hours without any breaks.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 5.26
}
]
}
```

View File

@@ -4,10 +4,7 @@ title: Task 43
challengeType: 22
dashedName: task-43
---
<!--
AUDIO REFERENCE:
"It's exhausting, and it feels like I'm constantly running without knowing where I'm going."
-->
<!-- (Audio) Tom: It's exhausting, and it feels like I'm constantly running without knowing where I'm going. -->
# --description--
@@ -44,3 +41,47 @@ This word means something is happening all the time or very often.
### --feedback--
This word is used to indicate the absence of something.
# --scene--
```json
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Tom",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-2.mp3",
"startTime": 1,
"startTimestamp": 12.82,
"finishTimestamp": 17.12
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 5.30,
"dialogue": {
"text": "It's exhausting and it feels like I'm constantly running without knowing where I'm going.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 5.80
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 19
dashedName: task-44
---
<!--
AUDIO REFERENCE:
Tom: Hey Alice, yeah, I feel a bit demotivated. One thing that really gets to me is working long hours without any breaks. It's exhausting, and it feels like I'm constantly running without knowing where I'm going.
-->
<!-- (Audio) Tom: Hey Alice, yeah, I feel a bit demotivated. One thing that really gets to me is working long hours without any breaks. It's exhausting, and it feels like I'm constantly running without knowing where I'm going. -->
# --description--
@@ -18,7 +15,7 @@ Tom talks about what's making him feel demotivated. Let's figure out what is bot
## --text--
What is making Tom feel demotivated and why?
What is making Tom feel demotivated?
## --answers--
@@ -51,3 +48,65 @@ Reflect on Tom's words about his work routine and how it makes him feel.
## --video-solution--
2
# --scene--
```json
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Tom",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-2.mp3",
"startTime": 1,
"startTimestamp": 5.30,
"finishTimestamp": 17.12
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 4.18,
"dialogue": {
"text": "Hey, Alice. Yeah, I feel a bit demotivated.",
"align": "center"
}
},
{
"character": "Tom",
"startTime": 4.54,
"finishTime": 8.3,
"dialogue": {
"text": "One thing that really gets to me is working long hours without any breaks.",
"align": "center"
}
},
{
"character": "Tom",
"startTime": 8.52,
"finishTime": 12.82,
"dialogue": {
"text": "It's exhausting and it feels like I'm constantly running without knowing where I'm going.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 13.32
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 19
dashedName: task-45
---
<!--
AUDIO REFERENCE:
Alice: I totally get that, Tom.
-->
<!-- (Audio) Alice: I totally get that, Tom. -->
# --description--
@@ -51,3 +48,47 @@ She understands how Tom feels
## --video-solution--
4
# --scene--
```json
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Alice",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "4.1-2.mp3",
"startTime": 1,
"startTimestamp": 17.70,
"finishTimestamp": 18.98
}
},
"commands": [
{
"character": "Alice",
"opacity": 1,
"startTime": 0
},
{
"character": "Alice",
"startTime": 1,
"finishTime": 2.28,
"dialogue": {
"text": "I totally get that, Tom.",
"align": "center"
}
},
{
"character": "Alice",
"opacity": 0,
"startTime": 2.78
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-46
---
<!--
AUDIO REFERENCE:
Alice: I totally get that, Tom. Working overtime all the time can be draining.
-->
<!-- (Audio) Alice: I totally get that, Tom. Working overtime all the time can be draining. -->
# --description--
@@ -37,3 +34,47 @@ This word means working more hours than what is normally required, often beyond
### --feedback--
This word describes something that makes you feel very tired, like it's taking all your energy away.
# --scene--
```json
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Alice",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "4.1-2.mp3",
"startTime": 1,
"startTimestamp": 17.70,
"finishTimestamp": 21.72
}
},
"commands": [
{
"character": "Alice",
"opacity": 1,
"startTime": 0
},
{
"character": "Alice",
"startTime": 1,
"finishTime": 5.02,
"dialogue": {
"text": "I totally get that, Tom. Working overtime all the time can be draining.",
"align": "center"
}
},
{
"character": "Alice",
"opacity": 0,
"startTime": 5.52
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-47
---
<!--
AUDIO REFERENCE:
"Personally, I hate dealing with office politics."
-->
<!-- (Audio) Alice: Personally, I hate dealing with office politics. -->
# --description--
@@ -35,3 +32,47 @@ This word means managing or handling, especially when the situation is challengi
### --feedback--
This word, in the context of the office, refers to the social and power dynamics among coworkers and within the workplace environment.
# --scene--
```json
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Alice",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "4.1-2.mp3",
"startTime": 1,
"startTimestamp": 22.26,
"finishTimestamp": 24.78
}
},
"commands": [
{
"character": "Alice",
"opacity": 1,
"startTime": 0
},
{
"character": "Alice",
"startTime": 1,
"finishTime": 3.52,
"dialogue": {
"text": "Personally, I hate dealing with office politics.",
"align": "center"
}
},
{
"character": "Alice",
"opacity": 0,
"startTime": 4.02
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-48
---
<!--
AUDIO REFERENCE:
"It's frustrating when people are constantly trying to beat each other instead of working together as a team."
-->
<!-- (Audio) Alice: It's frustrating when people are constantly trying to beat each other instead of working together as a team. -->
# --description--
@@ -45,3 +42,47 @@ This word means making an effort to do something, often something challenging.
### --feedback--
This word is about doing tasks, especially with others to achieve a common goal or finish a project.
# --scene--
```json
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Alice",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "4.1-2.mp3",
"startTime": 1,
"startTimestamp": 25.02,
"finishTimestamp": 29.38
}
},
"commands": [
{
"character": "Alice",
"opacity": 1,
"startTime": 0
},
{
"character": "Alice",
"startTime": 1,
"finishTime": 5.36,
"dialogue": {
"text": "It's frustrating when people are constantly trying to beat each other instead of working together as a team.",
"align": "center"
}
},
{
"character": "Alice",
"opacity": 0,
"startTime": 5.86
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 19
dashedName: task-49
---
<!--
AUDIO REFERENCE:
Alice: I totally get that, Tom. Working overtime all the time can be draining. Personally, I hate dealing with office politics. It's frustrating when people are constantly trying to beat each other instead of working together as a team.
-->
<!-- (Audio) Alice: I totally get that, Tom. Working overtime all the time can be draining. Personally, I hate dealing with office politics. It's frustrating when people are constantly trying to beat each other instead of working together as a team. -->
# --description--
@@ -51,3 +48,65 @@ Reflect on the specific aspect of work that Alice mentions she hates dealing wit
## --video-solution--
1
# --scene--
```json
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Alice",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "4.1-2.mp3",
"startTime": 1,
"startTimestamp": 17.70,
"finishTimestamp": 29.58
}
},
"commands": [
{
"character": "Alice",
"opacity": 1,
"startTime": 0
},
{
"character": "Alice",
"startTime": 1,
"finishTime": 4.9,
"dialogue": {
"text": "I totally get that, Tom. Working overtime all the time can be draining.",
"align": "center"
}
},
{
"character": "Alice",
"startTime": 5.64,
"finishTime": 7.96,
"dialogue": {
"text": "Personally, I hate dealing with office politics.",
"align": "center"
}
},
{
"character": "Alice",
"startTime": 8.4,
"finishTime": 12.88,
"dialogue": {
"text": "It's frustrating when people are constantly trying to beat each other instead of working together as a team.",
"align": "center"
}
},
{
"character": "Alice",
"opacity": 0,
"startTime": 13.38
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-50
---
<!--
AUDIO REFERENCE:
Tom: You're right, Alice. Dealing with office politics is never fun.
-->
<!-- (Audio) Tom: You're right, Alice. Dealing with office politics is never fun. -->
# --description--
@@ -22,11 +19,11 @@ Tom is agreeing with Alice about a specific aspect of work that they find unplea
## --blanks--
`dealing`
`Dealing`
### --feedback--
This word means managing or handling something, often implying that it's not an easy or enjoyable task.
This word means managing or handling something, often implying that it's not an easy or enjoyable task. Don't forget the capitalization.
---
@@ -35,3 +32,47 @@ This word means managing or handling something, often implying that it's not an
### --feedback--
In the context of an office, this word refers to the social and power dynamics among coworkers.
# --scene--
```json
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Tom",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-2.mp3",
"startTime": 1,
"startTimestamp": 30.08,
"finishTimestamp": 33.46
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 4.38,
"dialogue": {
"text": "You're right, Alice. Dealing with office politics is never fun.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 4.88
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-51
---
<!--
AUDIO REFERENCE:
Tom: Another thing that gets to me is having too many meetings.
-->
<!-- (Audio) Tom: Another thing that gets to me is having too many meetings. -->
# --description--
@@ -45,3 +42,47 @@ This word is part of a expression that means something is making Tom upset or an
### --feedback--
This word is used when you're talking about experiencing something, like when you have a lot of something.
# --scene--
```json
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Tom",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-2.mp3",
"startTime": 1,
"startTimestamp": 33.80,
"finishTimestamp": 37.44
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 4.64,
"dialogue": {
"text": "Another thing that gets to me is having too many meetings.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 5.14
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 19
dashedName: task-52
---
<!--
AUDIO REFERENCE:
Tom: Another thing that gets to me is having too many meetings.
-->
<!-- (Audio) Tom: Another thing that gets to me is having too many meetings. -->
# --description--
@@ -51,3 +48,47 @@ He wishes for even more meetings
## --video-solution--
3
# --scene--
```json
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Tom",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-2.mp3",
"startTime": 1,
"startTimestamp": 33.80,
"finishTimestamp": 37.44
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 4.64,
"dialogue": {
"text": "Another thing that gets to me is having too many meetings.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 5.14
}
]
}
```

View File

@@ -5,14 +5,11 @@ challengeType: 22
dashedName: task-53
---
<!--
AUDIO REFERENCE:
Tom: Sometimes, it feels like we're meeting for no reason, and it's hard to find time to actually work on projects.
-->
<!-- (Audio) Tom: Sometimes, it feels like we're meeting for no reason, and it's hard to find time to actually work on projects. -->
# --description--
Listen to the audio and answer the question.
Listen to the audio and fill in the blanks.
# --fillInTheBlank--
@@ -51,3 +48,47 @@ This word means to discover or locate something. It's often used when you're loo
### --feedback--
This word is used to emphasize what is really true or happening.
# --scene--
```json
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Tom",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-2.mp3",
"startTime": 1,
"startTimestamp": 37.76,
"finishTimestamp": 43.36
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 6.60,
"dialogue": {
"text": "Sometimes it feels like we're meeting for no reason and it's hard to find time to actually work on projects.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 7.10
}
]
}
```

View File

@@ -4,10 +4,7 @@ title: Task 54
challengeType: 19
dashedName: task-54
---
<!--
AUDIO REFERENCE:
Tom: You're right, Alice. Dealing with office politics is never fun. Another thing that gets to me is having too many meetings. Sometimes, it feels like we're meeting for no reason, and it's hard to find time to actually work on projects.
-->
<!-- (Audio) Tom: Sometimes, it feels like we're meeting for no reason, and it's hard to find time to actually work on projects. -->
# --description--
@@ -50,3 +47,47 @@ They take away time from working on projects
## --video-solution--
4
# --scene--
```json
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Tom",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-2.mp3",
"startTime": 1,
"startTimestamp": 37.76,
"finishTimestamp": 43.36
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 6.60,
"dialogue": {
"text": "Sometimes it feels like we're meeting for no reason and it's hard to find time to actually work on projects.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 7.10
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-55
---
<!--
AUDIO REFERENCE:
Alice: I hear you, Tom. Sitting in meetings for hours can be discouraging.
-->
<!-- (Audio) Alice: I hear you, Tom. Sitting in meetings for hours can be discouraging. -->
# --description--
@@ -24,7 +21,7 @@ Alice: I hear you, Tom. Sitting in meetings for hours can be discouraging.
## --sentence--
`_ in meetings for hours can be _.`
`I hear you, Tom. _ in meetings for hours can be _.`
## --blanks--
@@ -41,3 +38,47 @@ This word describes the action of being seated. It is capitalized.
### --feedback--
This word means something that makes you feel less confident or willing to continue. It ends in `ing`, showing it's describing the effect of the action.
# --scene--
```json
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Alice",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "4.1-2.mp3",
"startTime": 1,
"startTimestamp": 43.86,
"finishTimestamp": 47.32
}
},
"commands": [
{
"character": "Alice",
"opacity": 1,
"startTime": 0
},
{
"character": "Alice",
"startTime": 1,
"finishTime": 4.46,
"dialogue": {
"text": "I hear you, Tom. Sitting in meetings for hours can be discouraging.",
"align": "center"
}
},
{
"character": "Alice",
"opacity": 0,
"startTime": 4.96
}
]
}
```

View File

@@ -5,12 +5,7 @@ challengeType: 19
dashedName: task-56
---
<!--
AUDIO REFERENCE:
Tom: You're right, Alice. Dealing with office politics is never fun. Another thing that gets to me is having too many meetings. Sometimes, it feels like we're meeting for no reason, and it's hard to find time to actually work on projects.
Alice: I hear you, Tom. Sitting in meetings for hours can be discouraging.
-->
<!-- (Audio) Alice: I hear you, Tom. Sitting in meetings for hours can be discouraging. -->
# --description--
@@ -53,3 +48,47 @@ Consider what Alice means by `discouraging` in the context of meetings.
## --video-solution--
2
# --scene--
```json
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Alice",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "4.1-2.mp3",
"startTime": 1,
"startTimestamp": 43.86,
"finishTimestamp": 47.32
}
},
"commands": [
{
"character": "Alice",
"opacity": 1,
"startTime": 0
},
{
"character": "Alice",
"startTime": 1,
"finishTime": 4.46,
"dialogue": {
"text": "I hear you, Tom. Sitting in meetings for hours can be discouraging.",
"align": "center"
}
},
{
"character": "Alice",
"opacity": 0,
"startTime": 4.96
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-57
---
<!--
AUDIO REFERENCE:
Alice: For me, what really annoys me is having to do a bunch of repetitive tasks without any variation."
-->
<!-- (Audio) Alice: For me, what really annoys me is having to do a bunch of repetitive tasks without any variation. -->
# --description--
@@ -43,3 +40,47 @@ This word is used to describe a large number of things grouped together. It's li
### --feedback--
This word refers to having different types or changes in something. It's the opposite of doing the same thing over and over.
# --scene--
```json
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Alice",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "4.1-2.mp3",
"startTime": 1,
"startTimestamp": 47.76,
"finishTimestamp": 52.78
}
},
"commands": [
{
"character": "Alice",
"opacity": 1,
"startTime": 0
},
{
"character": "Alice",
"startTime": 1,
"finishTime": 6.02,
"dialogue": {
"text": "For me, what really annoys me is having to do a bunch of repetitive tasks without any variation.",
"align": "center"
}
},
{
"character": "Alice",
"opacity": 0,
"startTime": 6.52
}
]
}
```

View File

@@ -4,10 +4,7 @@ title: Task 58
challengeType: 22
dashedName: task-58
---
<!--
AUDIO REFERENCE:
Alice: "It feels like I'm wasting my skills and creativity."
-->
<!-- (Audio) Alice: It feels like I'm wasting my skills and creativity. -->
# --description--
@@ -34,3 +31,47 @@ This word means not using something valuable in a good or effective way. It's li
### --feedback--
This word refers to the ability to make new things or think of new ideas.
# --scene--
```json
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Alice",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "4.1-2.mp3",
"startTime": 1,
"startTimestamp": 53.24,
"finishTimestamp": 55.58
}
},
"commands": [
{
"character": "Alice",
"opacity": 1,
"startTime": 0
},
{
"character": "Alice",
"startTime": 1,
"finishTime": 3.34,
"dialogue": {
"text": "It feels like I'm wasting my skills and creativity.",
"align": "center"
}
},
{
"character": "Alice",
"opacity": 0,
"startTime": 3.84
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 19
dashedName: task-59
---
<!--
AUDIO REFERENCE:
Alice: I hear you, Tom. Sitting in meetings for hours can be discouraging. For me, what really annoys me is having to do a bunch of repetitive tasks without any variation. It feels like I'm wasting my skills and creativity.
-->
<!-- (Audio) Alice: For me, what really annoys me is having to do a bunch of repetitive tasks without any variation. It feels like I'm wasting my skills and creativity. -->
# --description--
@@ -51,3 +48,56 @@ Consider what Alice says directly annoys her versus how she feels about another
## --video-solution--
2
# --scene--
```json
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Alice",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "4.1-2.mp3",
"startTime": 1,
"startTimestamp": 47.76,
"finishTimestamp": 55.58
}
},
"commands": [
{
"character": "Alice",
"opacity": 1,
"startTime": 0
},
{
"character": "Alice",
"startTime": 1,
"finishTime": 5.82,
"dialogue": {
"text": "For me, what really annoys me is having to do a bunch of repetitive tasks without any variation.",
"align": "center"
}
},
{
"character": "Alice",
"startTime": 6.48,
"finishTime": 8.82,
"dialogue": {
"text": "It feels like I'm wasting my skills and creativity.",
"align": "center"
}
},
{
"character": "Alice",
"opacity": 0,
"startTime": 9.32
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 19
dashedName: task-60
---
<!--
AUDIO REFERENCE:
Alice: For me, what really annoys me is having to do a bunch of repetitive tasks without any variation. It feels like I'm wasting my skills and creativity.
-->
<!-- (Audio) Alice: I hear you, Tom. Sitting in meetings for hours can be discouraging. For me, what really annoys me is having to do a bunch of repetitive tasks without any variation. It feels like I'm wasting my skills and creativity. -->
# --description--
@@ -51,3 +48,56 @@ Think about whether meetings are mentioned in the context of wasting skills and
## --video-solution--
1
# --scene--
```json
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Alice",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "4.1-2.mp3",
"startTime": 1,
"startTimestamp": 47.76,
"finishTimestamp": 55.58
}
},
"commands": [
{
"character": "Alice",
"opacity": 1,
"startTime": 0
},
{
"character": "Alice",
"startTime": 1,
"finishTime": 5.82,
"dialogue": {
"text": "For me, what really annoys me is having to do a bunch of repetitive tasks without any variation.",
"align": "center"
}
},
{
"character": "Alice",
"startTime": 6.48,
"finishTime": 8.82,
"dialogue": {
"text": "It feels like I'm wasting my skills and creativity.",
"align": "center"
}
},
{
"character": "Alice",
"opacity": 0,
"startTime": 9.32
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-61
---
<!--
AUDIO REFERENCE:
Tom: That does sound frustrating, Alice.
-->
<!-- (Audio) Tom: That does sound frustrating, Alice. -->
# --description--
@@ -39,3 +36,47 @@ This auxiliary verb is used here to emphasize the verb that follows it, making t
### --feedback--
This adjective describes feelings of annoyance or irritation, often because of obstacles or difficulties.
# --scene--
```json
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Tom",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-2.mp3",
"startTime": 1,
"startTimestamp": 55.86,
"finishTimestamp": 58.00
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 3.14,
"dialogue": {
"text": "That does sound frustrating, Alice.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 3.64
}
]
}
```

View File

@@ -4,10 +4,8 @@ title: Task 62
challengeType: 22
dashedName: task-62
---
<!--
AUDIO REFERENCE:
Tom: That does sound frustrating, Alice. Repeating the same tasks over and over can be demotivating.
-->
<!-- (Audio) Tom: That does sound frustrating, Alice. Repeating the same tasks over and over can be demotivating. -->
# --description--
@@ -54,3 +52,47 @@ This word, when used twice with `and` in between, emphasizes the repetition of a
### --feedback--
This word describes something that reduces your desire or willingness to do something.
# --scene--
```json
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Tom",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-2.mp3",
"startTime": 1,
"startTimestamp": 55.86,
"finishTimestamp": 61.78
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 6.92,
"dialogue": {
"text": "That does sound frustrating, Alice. Repeating the same tasks over and over can be demotivating.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 7.42
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-63
---
<!--
AUDIO REFERENCE:
Tom "Thanks for listening, by the way. It feels good to talk about these things."
-->
<!-- (Audio) Tom "Thanks for listening, by the way. It feels good to talk about these things." -->
# --description--
@@ -45,3 +42,47 @@ This word is used to describe an emotional experience or sensation, in this case
### --feedback--
This word is the plural of `this`.
# --scene--
```json
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Tom",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-2.mp3",
"startTime": 1,
"startTimestamp": 62.00,
"finishTimestamp": 65.38
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 4.38,
"dialogue": {
"text": "Thanks for listening, by the way. It feels good to talk about these things.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 4.88
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 19
dashedName: task-65
---
<!--
AUDIO REFERENCE:
Tom "Thanks for listening, by the way. It feels good to talk about these things."
-->
<!-- (Audio) Tom: Thanks for listening, by the way. It feels good to talk about these things. -->
# --description--
@@ -51,3 +48,47 @@ For listening to him
## --video-solution--
4
# --scene--
```json
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Tom",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-2.mp3",
"startTime": 1,
"startTimestamp": 62.00,
"finishTimestamp": 65.38
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 4.38,
"dialogue": {
"text": "Thanks for listening, by the way. It feels good to talk about these things.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 4.88
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-66
---
<!--
AUDIO REFERENCE:
Alice: Of course, Tom. We all have our moments of demotivation, and it's good to share and support each other.
-->
<!-- (Audio) Alice: Of course, Tom. We all have our moments of demotivation, and it's good to share and support each other. -->
# --description--
@@ -51,3 +48,47 @@ This word means to tell others about your own experiences, thoughts, or feelings
### --feedback--
This word involves giving help or encouragement, showing you are there for someone.
# --scene--
```json
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Alice",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "4.1-2.mp3",
"startTime": 1,
"startTimestamp": 65.58,
"finishTimestamp": 70.30
}
},
"commands": [
{
"character": "Alice",
"opacity": 1,
"startTime": 0
},
{
"character": "Alice",
"startTime": 1,
"finishTime": 5.72,
"dialogue": {
"text": "Of course, Tom. We all have our moments of demotivation and it's good to share and support each other.",
"align": "center"
}
},
{
"character": "Alice",
"opacity": 0,
"startTime": 6.22
}
]
}
```

View File

@@ -4,10 +4,7 @@ title: Task 67
challengeType: 19
dashedName: task-67
---
<!--
AUDIO REFERENCE:
Alice: Of course, Tom. We all have our moments of demotivation, and it's good to share and support each other.
-->
<!-- (Audio) Alice: Of course, Tom. We all have our moments of demotivation, and it's good to share and support each other. -->
# --description--
@@ -50,3 +47,47 @@ The value of sharing feelings and supporting one another
## --video-solution--
4
# --scene--
```json
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Alice",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "4.1-2.mp3",
"startTime": 1,
"startTimestamp": 65.58,
"finishTimestamp": 70.30
}
},
"commands": [
{
"character": "Alice",
"opacity": 1,
"startTime": 0
},
{
"character": "Alice",
"startTime": 1,
"finishTime": 5.72,
"dialogue": {
"text": "Of course, Tom. We all have our moments of demotivation and it's good to share and support each other.",
"align": "center"
}
},
{
"character": "Alice",
"opacity": 0,
"startTime": 6.22
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-64
---
<!--
AUDIO REFERENCE:
Tom: Thanks for listening, by the way. It feels good to talk about these things.
-->
<!-- (Audio) Tom: Thanks for listening, by the way. It feels good to talk about these things. -->
# --description--
@@ -44,3 +41,46 @@ This word is the middle part of the phrase used to casually introduce new inform
This word completes the phrase, indicating a casual addition or shift in the conversation.
# --scene--
```json
{
"setup": {
"background": "company2-roof.png",
"characters": [
{
"character": "Tom",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-2.mp3",
"startTime": 1,
"startTimestamp": 62.00,
"finishTimestamp": 65.38
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 4.38,
"dialogue": {
"text": "Thanks for listening, by the way. It feels good to talk about these things.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 4.88
}
]
}
```

View File

@@ -1,6 +1,5 @@
---
id: 65a351bd69b0b72d7ed24eb5
videoId: nLDychdBwUg
title: "Dialogue 3: Talking About Motivations to Pursue a Career"
challengeType: 21
dashedName: dialogue-3-talking-about-motivations-to-pursue-a-career
@@ -13,3 +12,212 @@ Watch the video below to understand the context of the upcoming lessons.
# --assignment--
Watch the video
# --scene--
```json
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Brian",
"position": { "x": -25, "y": 0, "z": 1 }
},
{
"character": "Lisa",
"position": { "x": 125, "y": 0, "z": 1 }
}
],
"audio": {
"filename": "4.1-3.mp3",
"startTime": 1
},
"alwaysShowDialogue": true
},
"commands": [
{
"character": "Brian",
"position": { "x": 25, "y": 0, "z": 1 },
"startTime": 0
},
{
"character": "Lisa",
"position": { "x": 70, "y": 0, "z": 1 },
"startTime": 0.5
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 5,
"dialogue": {
"text": "Hey Lisa, what motivated you to choose a career in tech?",
"align": "left"
}
},
{
"character": "Lisa",
"startTime": 6,
"finishTime": 8.5,
"dialogue": {
"text": "One of my main motivations was the financial stability",
"align": "right"
}
},
{
"character": "Lisa",
"startTime": 8.8,
"finishTime": 10,
"dialogue": {
"text": "that tech jobs can provide.",
"align": "right"
}
},
{
"character": "Lisa",
"startTime": 10.4,
"finishTime": 12.8,
"dialogue": {
"text": "It allows me to plan for my future with confidence.",
"align": "right"
}
},
{
"character": "Lisa",
"startTime": 13.3,
"finishTime": 16.3,
"dialogue": {
"text": "In other fields, it's much more difficult to achieve this stability.",
"align": "right"
}
},
{
"character": "Brian",
"startTime": 17.4,
"finishTime": 19.4,
"dialogue": {
"text": "Financial stability is certainly important, Lisa.",
"align": "left"
}
},
{
"character": "Brian",
"startTime": 19.8,
"finishTime": 24,
"dialogue": {
"text": "For me, it was the opportunity to collaborate with experts from many fields",
"align": "left"
}
},
{
"character": "Brian",
"startTime": 24,
"finishTime": 26,
"dialogue": {
"text": "and have different perspectives.",
"align": "left"
}
},
{
"character": "Lisa",
"startTime": 26.8,
"finishTime": 29.2,
"dialogue": {
"text": "Collaborating with diverse teams can be exciting, Brian.",
"align": "right"
}
},
{
"character": "Lisa",
"startTime": 29.2,
"finishTime": 32.1,
"dialogue": {
"text": "Another thing was the chance to be part of projects",
"align": "right"
}
},
{
"character": "Lisa",
"startTime": 32.1,
"finishTime": 34.2,
"dialogue": {
"text": "that push the limits of innovation and creativity.",
"align": "right"
}
},
{
"character": "Brian",
"startTime": 34.9,
"finishTime": 36,
"dialogue": {
"text": "I'm with you on that one.",
"align": "left"
}
},
{
"character": "Brian",
"startTime": 36.1,
"finishTime": 39.6,
"dialogue": {
"text": "I'm also interested in the flexibility that tech roles offer.",
"align": "left"
}
},
{
"character": "Brian",
"startTime": 39.7,
"finishTime": 43.1,
"dialogue": {
"text": "They allow us to balance our jobs with personal interests and hobbies.",
"align": "left"
}
},
{
"character": "Lisa",
"startTime": 44.3,
"finishTime": 47.3,
"dialogue": {
"text": "Yeah. Also, the satisfaction of solving complex problems",
"align": "right"
}
},
{
"character": "Lisa",
"startTime": 47.3,
"finishTime": 49.6,
"dialogue": {
"text": "and finding practical solutions is really thrilling.",
"align": "right"
}
},
{
"character": "Brian",
"startTime": 50.3,
"finishTime": 53,
"dialogue": {
"text": "Knowing that we solved problems is really exciting, Lisa.",
"align": "left"
}
},
{
"character": "Brian",
"startTime": 53.4,
"finishTime": 56.7,
"dialogue": {
"text": "I hope we keep getting as much motivation from it as we can.",
"align": "left"
}
},
{
"character": "Lisa",
"position": { "x": 125, "y": 0, "z": 1 },
"startTime": 57.2
},
{
"character": "Brian",
"position": { "x": -25, "y": 0, "z": 1 },
"startTime": 57.7
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-68
---
<!--
AUDIO REFERENCE:
Brian: Hey Lisa, what motivated you to choose a career in tech?
-->
<!-- (Audio) Brian: Hey Lisa, what motivated you to choose a career in tech? -->
# --description--
@@ -18,7 +15,7 @@ Brian: Hey Lisa, what motivated you to choose a career in tech?
## --sentence--
`Hey Lisa, what _ you to _ a career in tech?`
`Hey, Lisa, what _ you to _ a career in tech?`
## --blanks--
@@ -35,3 +32,47 @@ This word means something gave you a reason or desire to do something. It ends w
### --feedback--
This verb is about making a decision between different options.
# --scene--
```json
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Brian",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-3.mp3",
"startTime": 1,
"startTimestamp": 0.00,
"finishTimestamp": 4.18
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 5.18,
"dialogue": {
"text": "Hey, Lisa, what motivated you to choose a career in tech?",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 5.68
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 19
dashedName: task-69
---
<!--
AUDIO REFERENCE:
Brian: Hey Lisa, what motivated you to choose a career in tech?
-->
<!-- (Audio) Brian: Hey, Lisa, what motivated you to choose a career in tech? -->
# --description--
@@ -51,3 +48,47 @@ What motivated her to pick a tech career
## --video-solution--
4
# --scene--
```json
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Brian",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-3.mp3",
"startTime": 1,
"startTimestamp": 0.00,
"finishTimestamp": 4.18
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 5.18,
"dialogue": {
"text": "Hey, Lisa, what motivated you to choose a career in tech?",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 5.68
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-70
---
<!--
AUDIO REFERENCE:
Lisa: One of my main motivations was the financial stability that tech jobs can provide.
-->
<!-- (Audio) Lisa: One of my main motivations was the financial stability that tech jobs can provide. -->
# --description--
@@ -37,3 +34,47 @@ The most important.
### --feedback--
Being steady, meaning you don't have to worry too much about it.
# --scene--
```json
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Lisa",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-3.mp3",
"startTime": 1,
"startTimestamp": 4.82,
"finishTimestamp": 9.02
}
},
"commands": [
{
"character": "Lisa",
"opacity": 1,
"startTime": 0
},
{
"character": "Lisa",
"startTime": 1,
"finishTime": 5.20,
"dialogue": {
"text": "One of my main motivations was the financial stability that tech jobs can provide.",
"align": "center"
}
},
{
"character": "Lisa",
"opacity": 0,
"startTime": 5.70
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-71
---
<!--
AUDIO REFERENCE:
Lisa: One of my main motivations was the financial stability that tech jobs can provide.
-->
<!-- (Audio) Lisa: One of my main motivations was the financial stability that tech jobs can provide. -->
# --description--
@@ -35,3 +32,47 @@ This word is a past tense verb used to describe a state or condition in the past
### --feedback--
This verb means to give or supply something needed, like help, information, or resources.
# --scene--
```json
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Lisa",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-3.mp3",
"startTime": 1,
"startTimestamp": 4.82,
"finishTimestamp": 9.02
}
},
"commands": [
{
"character": "Lisa",
"opacity": 1,
"startTime": 0
},
{
"character": "Lisa",
"startTime": 1,
"finishTime": 5.20,
"dialogue": {
"text": "One of my main motivations was the financial stability that tech jobs can provide.",
"align": "center"
}
},
{
"character": "Lisa",
"opacity": 0,
"startTime": 5.70
}
]
}
```

View File

@@ -5,11 +5,7 @@ challengeType: 19
dashedName: task-72
---
<!--
AUDIO REFERENCE:
Brian: Hey Lisa, what motivated you to choose a career in tech?
Lisa: One of my main motivations was the financial stability that tech jobs can provide.
-->
<!-- (Audio) Brian: Hey Lisa, what motivated you to choose a career in tech? Lisa: One of my main motivations was the financial stability that tech jobs can provide. -->
# --description--
@@ -52,3 +48,71 @@ Reflect on Lisa's statement and whether travel is mentioned as a motivation.
## --video-solution--
2
# --scene--
```json
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Brian",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
},
{
"character": "Lisa",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-3.mp3",
"startTime": 1,
"startTimestamp": 0.00,
"finishTimestamp": 9.02
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 5.18,
"dialogue": {
"text": "Hey, Lisa, what motivated you to choose a career in tech?",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 5.50
},
{
"character": "Lisa",
"opacity": 1,
"startTime": 5.50
},
{
"character": "Lisa",
"startTime": 5.82,
"finishTime": 10.02,
"dialogue": {
"text": "One of my main motivations was the financial stability that tech jobs can provide.",
"align": "center"
}
},
{
"character": "Lisa",
"opacity": 0,
"startTime": 10.52
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-73
---
<!--
AUDIO REFERENCE:
"It allows me to plan for my future with confidence."
-->
<!-- (Audio) Lisa: It allows me to plan for my future with confidence. -->
# --description--
@@ -37,3 +34,47 @@ This verb means giving permission or making it possible to do something. this ve
### --feedback--
This noun describes the feeling of being certain about your abilities or something you're going to do.
# --scene--
```json
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Lisa",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-3.mp3",
"startTime": 1,
"startTimestamp": 9.48,
"finishTimestamp": 11.90
}
},
"commands": [
{
"character": "Lisa",
"opacity": 1,
"startTime": 0
},
{
"character": "Lisa",
"startTime": 1,
"finishTime": 3.42,
"dialogue": {
"text": "It allows me to plan for my future with confidence.",
"align": "center"
}
},
{
"character": "Lisa",
"opacity": 0,
"startTime": 3.92
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-74
---
<!--
AUDIO REFERENCE:
Lisa: In other fields, it's much more difficult to achieve this stability.
-->
<!-- (Audio) Lisa: In other fields, it's much more difficult to achieve this stability. -->
# --description--
@@ -39,3 +36,47 @@ This word refers to different areas of work or study. It's plural here because s
### --feedback--
This verb is used to talk about successfully reaching a goal, especially after putting in effort.
# --scene--
```json
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Lisa",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-3.mp3",
"startTime": 1,
"startTimestamp": 12.16,
"finishTimestamp": 15.34
}
},
"commands": [
{
"character": "Lisa",
"opacity": 1,
"startTime": 0
},
{
"character": "Lisa",
"startTime": 1,
"finishTime": 4.18,
"dialogue": {
"text": "In other fields, it's much more difficult to achieve this stability.",
"align": "center"
}
},
{
"character": "Lisa",
"opacity": 0,
"startTime": 4.68
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 19
dashedName: task-75
---
<!--
AUDIO REFERENCE:
Lisa: One of my main motivations was the financial stability that tech jobs can provide. It allows me to plan for my future with confidence. In other fields, it's much more difficult to achieve this stability.
-->
<!-- (Audio) Lisa: One of my main motivations was the financial stability that tech jobs can provide. It allows me to plan for my future with confidence. In other fields, it's much more difficult to achieve this stability. -->
# --description--
@@ -51,3 +48,65 @@ Lisa doesn't mention working less.
## --video-solution--
3
# --scene--
```json
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Lisa",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-3.mp3",
"startTime": 1,
"startTimestamp": 4.82,
"finishTimestamp": 15.34
}
},
"commands": [
{
"character": "Lisa",
"opacity": 1,
"startTime": 0
},
{
"character": "Lisa",
"startTime": 1,
"finishTime": 5.2,
"dialogue": {
"text": "One of my main motivations was the financial stability that tech jobs can provide.",
"align": "center"
}
},
{
"character": "Lisa",
"startTime": 5.66,
"finishTime": 8.08,
"dialogue": {
"text": "It allows me to plan for my future with confidence.",
"align": "center"
}
},
{
"character": "Lisa",
"startTime": 8.54,
"finishTime": 11.32,
"dialogue": {
"text": "In other fields, it's much more difficult to achieve this stability.",
"align": "center"
}
},
{
"character": "Lisa",
"opacity": 0,
"startTime": 11.82
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 19
dashedName: task-76
---
<!--
AUDIO REFERENCE:
Lisa: One of my main motivations was the financial stability that tech jobs can provide. It allows me to plan for my future with confidence. In other fields, it's much more difficult to achieve this stability.
-->
<!-- (Audio) Lisa: One of my main motivations was the financial stability that tech jobs can provide. It allows me to plan for my future with confidence. In other fields, it's much more difficult to achieve this stability. -->
# --description--
The words `much` and `many` are used to talk about quantity.
@@ -52,3 +49,65 @@ Reflect on Lisa's statement about what makes tech jobs stand out for her.
## --video-solution--
2
# --scene--
```json
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Lisa",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-3.mp3",
"startTime": 1,
"startTimestamp": 4.82,
"finishTimestamp": 15.34
}
},
"commands": [
{
"character": "Lisa",
"opacity": 1,
"startTime": 0
},
{
"character": "Lisa",
"startTime": 1,
"finishTime": 5.2,
"dialogue": {
"text": "One of my main motivations was the financial stability that tech jobs can provide.",
"align": "center"
}
},
{
"character": "Lisa",
"startTime": 5.66,
"finishTime": 8.08,
"dialogue": {
"text": "It allows me to plan for my future with confidence.",
"align": "center"
}
},
{
"character": "Lisa",
"startTime": 8.54,
"finishTime": 11.32,
"dialogue": {
"text": "In other fields, it's much more difficult to achieve this stability.",
"align": "center"
}
},
{
"character": "Lisa",
"opacity": 0,
"startTime": 11.82
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-77
---
<!--
AUDIO REFERENCE:
Brian: Financial stability is certainly important, Lisa.
-->
<!-- (Audio) Brian: Financial stability is certainly important, Lisa. -->
# --description--
@@ -27,3 +24,47 @@ Listen to Brian's response to Lisa and fill in the missing word that shows he st
### --feedback--
This adverb is used to emphasize the truth or importance of a statement, showing strong agreement or belief. it ends with `ly`.
# --scene--
```json
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Brian",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-3.mp3",
"startTime": 1,
"startTimestamp": 15.98,
"finishTimestamp": 18.38
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 3.40,
"dialogue": {
"text": "Financial stability is certainly important, Lisa.",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 3.90
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-78
---
<!--
AUDIO REFERENCE:
"For me, it was the opportunity to collaborate with experts from many fields and have different perspectives."
-->
<!-- (Audio) Brian: For me, it was the opportunity to collaborate with experts from many fields and have different perspectives. -->
# --description--
@@ -51,3 +48,47 @@ This word is used to describe different areas of study or work. This word is in
### --feedback--
These are different ways of viewing or thinking about something. This word is in plural.
# --scene--
```json
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Brian",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-3.mp3",
"startTime": 1,
"startTimestamp": 18.80,
"finishTimestamp": 25.00
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 7.20,
"dialogue": {
"text": "For me, it was the opportunity to collaborate with experts from many fields and have different perspectives.",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 7.70
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 19
dashedName: task-79
---
<!--
AUDIO REFERENCE:
Brian: Financial stability is certainly important, Lisa. For me, it was the opportunity to collaborate with experts from many fields and have different perspectives.
-->
<!-- (Audio) Brian: Financial stability is certainly important, Lisa. For me, it was the opportunity to collaborate with experts from many fields and have different perspectives. -->
# --description--
@@ -51,3 +48,56 @@ Consider Brian's interest in working across many fields versus concentrating on
## --video-solution--
1
# --scene--
```json
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Brian",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-3.mp3",
"startTime": 1,
"startTimestamp": 15.98,
"finishTimestamp": 25.00
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 3.4,
"dialogue": {
"text": "Financial stability is certainly important, Lisa.",
"align": "center"
}
},
{
"character": "Brian",
"startTime": 3.82,
"finishTime": 10.02,
"dialogue": {
"text": "For me, it was the opportunity to collaborate with experts from many fields and have different perspectives.",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 10.52
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-80
---
<!--
AUDIO REFERENCE:
Lisa: Collaborating with diverse teams can be exciting, Brian.
-->
<!-- (Audio) Lisa: Collaborating with diverse teams can be exciting, Brian. -->
# --description--
@@ -37,3 +34,47 @@ This word means working together with others. Notice it ends with `-ing`, indica
### --feedback--
This adjective describes something that is thrilling or full of energy. It ends with `-ing`, showing a quality or state.
# --scene--
```json
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Lisa",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-3.mp3",
"startTime": 1,
"startTimestamp": 25.62,
"finishTimestamp": 28.18
}
},
"commands": [
{
"character": "Lisa",
"opacity": 1,
"startTime": 0
},
{
"character": "Lisa",
"startTime": 1,
"finishTime": 3.56,
"dialogue": {
"text": "Collaborating with diverse teams can be exciting, Brian.",
"align": "center"
}
},
{
"character": "Lisa",
"opacity": 0,
"startTime": 4.06
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-81
---
<!--
AUDIO REFERENCE:
"Another thing was the chance to be part of projects that push the limits of innovation and creativity."
-->
<!-- (Audio) Lisa: Another thing was the chance to be part of projects that push the limits of innovation and creativity. -->
# --description--
@@ -45,3 +42,47 @@ TTo extend or go beyond usual limits or boundaries. It's often used to talk abou
### --feedback--
This noun refers to new ideas, products, or methods that improve something or solve problems. It's about coming up with new ways to do things.
# --scene--
```json
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Lisa",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-3.mp3",
"startTime": 1,
"startTimestamp": 28.38,
"finishTimestamp": 33.26
}
},
"commands": [
{
"character": "Lisa",
"opacity": 1,
"startTime": 0
},
{
"character": "Lisa",
"startTime": 1,
"finishTime": 5.88,
"dialogue": {
"text": "Another thing was the chance to be part of projects that push the limits of innovation and creativity.",
"align": "center"
}
},
{
"character": "Lisa",
"opacity": 0,
"startTime": 6.38
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 19
dashedName: task-82
---
<!--
AUDIO REFERENCE:
Lisa: Collaborating with diverse teams can be exciting, Brian. Another thing was the chance to be part of projects that push the limits of innovation and creativity.
-->
<!-- (Audio) Lisa: Collaborating with diverse teams can be exciting, Brian. Another thing was the chance to be part of projects that push the limits of innovation and creativity. -->
# --description--
@@ -51,3 +48,56 @@ Consider whether Lisa's motivation is related to work environment or the nature
## --video-solution--
2
# --scene--
```json
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Lisa",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-3.mp3",
"startTime": 1,
"startTimestamp": 25.82,
"finishTimestamp": 33.26
}
},
"commands": [
{
"character": "Lisa",
"opacity": 1,
"startTime": 0
},
{
"character": "Lisa",
"startTime": 1,
"finishTime": 3.36,
"dialogue": {
"text": "Collaborating with diverse teams can be exciting, Brian.",
"align": "center"
}
},
{
"character": "Lisa",
"startTime": 3.76,
"finishTime": 8.44,
"dialogue": {
"text": "Another thing was the chance to be part of projects that push the limits of innovation and creativity.",
"align": "center"
}
},
{
"character": "Lisa",
"opacity": 0,
"startTime": 8.94
}
]
}
```

View File

@@ -5,11 +5,7 @@ challengeType: 19
dashedName: task-83
---
<!--
AUDIO REFERENCE:
Lisa: Collaborating with diverse teams can be exciting, Brian. Another thing was the chance to be part of projects that push the limits of innovation and creativity.
Brian: I'm with you on that one.
-->
<!-- (Audio) Lisa: Collaborating with diverse teams can be exciting, Brian. Another thing was the chance to be part of projects that push the limits of innovation and creativity. Brian: I'm with you on that one. -->
# --description--
@@ -52,3 +48,80 @@ He agrees with Lisa
## --video-solution--
4
# --scene--
```json
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Lisa",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
},
{
"character": "Brian",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-3.mp3",
"startTime": 1,
"startTimestamp": 25.82,
"finishTimestamp": 34.98
}
},
"commands": [
{
"character": "Lisa",
"opacity": 1,
"startTime": 0
},
{
"character": "Lisa",
"startTime": 1,
"finishTime": 3.36,
"dialogue": {
"text": "Collaborating with diverse teams can be exciting, Brian.",
"align": "center"
}
},
{
"character": "Lisa",
"startTime": 3.76,
"finishTime": 8.44,
"dialogue": {
"text": "Another thing was the chance to be part of projects that push the limits of innovation and creativity.",
"align": "center"
}
},
{
"character": "Lisa",
"opacity": 0,
"startTime": 8.45
},
{
"character": "Brian",
"opacity": 1,
"startTime": 8.45
},
{
"character": "Brian",
"startTime": 8.57,
"finishTime": 10.16,
"dialogue": {
"text": "I'm with you on that one.",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 10.66
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-84
---
<!--
AUDIO REFERENCE:
"I'm also interested in the flexibility that tech roles offer."
-->
<!-- (Audio) Brian: I'm also interested in the flexibility that tech roles offer. -->
# --description--
@@ -37,3 +34,47 @@ This noun describes the ability to change or adapt easily according to different
### --feedback--
This word refers to the specific functions or positions that individuals can have within a group or organization.
# --scene--
```json
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Brian",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-3.mp3",
"startTime": 1,
"startTimestamp": 35.10,
"finishTimestamp": 38.36
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 4.26,
"dialogue": {
"text": "I'm also interested in the flexibility that tech roles offer.",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 4.76
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-85
---
<!--
AUDIO REFERENCE:
"I'm also interested in the flexibility that tech roles offer. They allow us to balance our jobs with personal interests and hobbies."
-->
<!-- (Audio) Brian: I'm also interested in the flexibility that tech roles offer. They allow us to balance our jobs with personal interests and hobbies. -->
# --description--
@@ -20,7 +17,7 @@ Listen carefully and fill in the missing words about what tech roles make possib
## --sentence--
`They _ us to balance our jobs with personal _ and hobbies.`
`I'm also interested in the flexibility that tech roles offer. They _ us to balance our jobs with personal _ and hobbies.`
## --blanks--
@@ -37,3 +34,56 @@ This verb means to make something possible or to give permission for something.
### --feedback--
This noun refers to things you enjoy doing, like hobbies or activities that catch your attention. This word is in plural.
# --scene--
```json
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Brian",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-3.mp3",
"startTime": 1,
"startTimestamp": 35.10,
"finishTimestamp": 42.14
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 4.26,
"dialogue": {
"text": "I'm also interested in the flexibility that tech roles offer.",
"align": "center"
}
},
{
"character": "Brian",
"startTime": 4.7,
"finishTime": 8.04,
"dialogue": {
"text": "They allow us to balance our jobs with personal interests and hobbies.",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 8.54
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 19
dashedName: task-86
---
<!--
AUDIO REFERENCE:
Brian: I'm with you on that one. I'm also interested in the flexibility that tech roles offer. They allow us to balance our jobs with personal interests and hobbies.
-->
<!-- (Audio) Brian: I'm also interested in the flexibility that tech roles offer. They allow us to balance our jobs with personal interests and hobbies. -->
# --description--
@@ -55,3 +52,56 @@ Is Brian talking about traveling, or is he interested in something else?
## --video-solution--
3
# --scene--
```json
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Brian",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-3.mp3",
"startTime": 1,
"startTimestamp": 35.10,
"finishTimestamp": 42.14
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 4.26,
"dialogue": {
"text": "I'm also interested in the flexibility that tech roles offer.",
"align": "center"
}
},
{
"character": "Brian",
"startTime": 4.7,
"finishTime": 8.04,
"dialogue": {
"text": "They allow us to balance our jobs with personal interests and hobbies.",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 8.54
}
]
}
```

View File

@@ -4,10 +4,7 @@ title: Task 87
challengeType: 22
dashedName: task-87
---
<!--
AUDIO REFERENCE:
Lisa: Yeah. Also, the satisfaction of solving complex problems and finding practical solutions is really thrilling.
-->
<!-- (Audio) Lisa: Yeah. Also, the satisfaction of solving complex problems and finding practical solutions is really thrilling. -->
# --description--
@@ -44,3 +41,47 @@ This word means discovering or coming up with something, like an answer or solut
### --feedback--
This adjective means very exciting. It often describes something that makes your heart beat faster because it's so exciting or fun.
# --scene--
```json
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Lisa",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-3.mp3",
"startTime": 1,
"startTimestamp": 43.10,
"finishTimestamp": 48.68
}
},
"commands": [
{
"character": "Lisa",
"opacity": 1,
"startTime": 0
},
{
"character": "Lisa",
"startTime": 1,
"finishTime": 6.58,
"dialogue": {
"text": "Yeah. Also, the satisfaction of solving complex problems and finding practical solutions is really thrilling.",
"align": "center"
}
},
{
"character": "Lisa",
"opacity": 0,
"startTime": 7.08
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 19
dashedName: task-88
---
<!--
AUDIO REFERENCE:
Lisa: Yeah. Also, the satisfaction of solving complex problems and finding practical solutions is really thrilling.
-->
<!-- (Audio) Lisa: Yeah. Also, the satisfaction of solving complex problems and finding practical solutions is really thrilling. -->
# --description--
@@ -51,3 +48,47 @@ Reflect on the word `satisfaction` and if it suggests feeling tired.
## --video-solution--
2
# --scene--
```json
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Lisa",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-3.mp3",
"startTime": 1,
"startTimestamp": 43.10,
"finishTimestamp": 48.68
}
},
"commands": [
{
"character": "Lisa",
"opacity": 1,
"startTime": 0
},
{
"character": "Lisa",
"startTime": 1,
"finishTime": 6.58,
"dialogue": {
"text": "Yeah. Also, the satisfaction of solving complex problems and finding practical solutions is really thrilling.",
"align": "center"
}
},
{
"character": "Lisa",
"opacity": 0,
"startTime": 7.08
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-89
---
<!--
AUDIO REFERENCE:
Brian: Knowing that we solved problems is really exciting, Lisa. I hope we keep getting as much motivation from it as we can.
-->
<!-- (Audio) Brian: Knowing that we solved problems is really exciting, Lisa. I hope we keep getting as much motivation from it as we can. -->
# --description--
@@ -43,3 +40,47 @@ This adjective describes something that is thrilling or causes great enthusiasm.
### --feedback--
This word means receiving or obtaining something. Here, it's also in the `-ing` form, indicating an ongoing action or process. Remember to use double `t`.
# --scene--
```json
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Brian",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-3.mp3",
"startTime": 1,
"startTimestamp": 49.30,
"finishTimestamp": 55.76
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 7.46,
"dialogue": {
"text": "Knowing that we solve problems is really exciting, Lisa. I hope we keep getting as much motivation from it as we can.",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 7.96
}
]
}
```

View File

@@ -4,10 +4,7 @@ title: Task 90
challengeType: 19
dashedName: task-90
---
<!--
AUDIO REFERENCE:
Brian: Knowing that we solved problems is really exciting, Lisa. I hope we keep getting as much motivation from it as we can.
-->
<!-- (Audio) Brian: Knowing that we solved problems is really exciting, Lisa. I hope we keep getting as much motivation from it as we can. -->
# --description--
@@ -52,3 +49,47 @@ Brian talks about being excited by solving problems, not about where to find mot
## --video-solution--
1
# --scene--
```json
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Brian",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-3.mp3",
"startTime": 1,
"startTimestamp": 49.30,
"finishTimestamp": 55.76
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 7.46,
"dialogue": {
"text": "Knowing that we solve problems is really exciting, Lisa. I hope we keep getting as much motivation from it as we can.",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 7.96
}
]
}
```

View File

@@ -13,3 +13,221 @@ Watch the video below to understand the context of the upcoming lessons.
# --assignment--
Watch the video
# --scene--
```json
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Bob",
"position": { "x": -25, "y": 0, "z": 1 }
},
{
"character": "Sarah",
"position": { "x": 125, "y": 0, "z": 1 }
}
],
"audio": {
"filename": "4.1-4.mp3",
"startTime": 1
},
"alwaysShowDialogue": true
},
"commands": [
{
"character": "Bob",
"position": { "x": 25, "y": 0, "z": 1 },
"startTime": 0
},
{
"character": "Sarah",
"position": { "x": 70, "y": 0, "z": 1 },
"startTime": 0.5
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 4.6,
"dialogue": {
"text": "Hey, Sarah, do you know what really gets me excited about tech?",
"align": "left"
}
},
{
"character": "Bob",
"startTime": 5,
"finishTime": 7,
"dialogue": {
"text": "It's all those amazing gadgets!",
"align": "left"
}
},
{
"character": "Sarah",
"startTime": 7.8,
"finishTime": 9.6,
"dialogue": {
"text": "I can see your enthusiasm, Bob!",
"align": "right"
}
},
{
"character": "Sarah",
"startTime": 9.9,
"finishTime": 12.3,
"dialogue": {
"text": "Tell me, which tech gadgets are your absolute favorites?",
"align": "right"
}
},
{
"character": "Bob",
"startTime": 13,
"finishTime": 16.2,
"dialogue": {
"text": "Well, one of my favorite gadgets is the smartwatch.",
"align": "left"
}
},
{
"character": "Bob",
"startTime": 16.3,
"finishTime": 18.9,
"dialogue": {
"text": "I love how it keeps me connected, tracks my health,",
"align": "left"
}
},
{
"character": "Bob",
"startTime": 19.2,
"finishTime": 22.7,
"dialogue": {
"text": "and even helps me stay organized with reminders and notifications.",
"align": "left"
}
},
{
"character": "Sarah",
"startTime": 23.7,
"finishTime": 26,
"dialogue": {
"text": "Smartwatches are cool. I'm more into smartphones.",
"align": "right"
}
},
{
"character": "Sarah",
"startTime": 26,
"finishTime": 28.1,
"dialogue": {
"text": "The camera quality, the speed,",
"align": "right"
}
},
{
"character": "Sarah",
"startTime": 28.3,
"finishTime": 30.8,
"dialogue": {
"text": "and the number of apps available are what I like the most.",
"align": "right"
}
},
{
"character": "Bob",
"startTime": 31.2,
"finishTime": 33.9,
"dialogue": {
"text": "Oh, smartphones are fantastic too, Sarah.",
"align": "left"
}
},
{
"character": "Bob",
"startTime": 34.3,
"finishTime": 37.2,
"dialogue": {
"text": "Gadgets like these are transforming our daily lives.",
"align": "left"
}
},
{
"character": "Bob",
"startTime": 37.6,
"finishTime": 40.8,
"dialogue": {
"text": "But you know what my obsession is these days? Drones!",
"align": "left"
}
},
{
"character": "Bob",
"startTime": 41.3,
"finishTime": 44,
"dialogue": {
"text": "I love capturing stunning aerial shots",
"align": "left"
}
},
{
"character": "Bob",
"startTime": 44,
"finishTime": 46.5,
"dialogue": {
"text": "and exploring new angles for photography.",
"align": "left"
}
},
{
"character": "Sarah",
"startTime": 47.7,
"finishTime": 50.3,
"dialogue": {
"text": "Drones are an open door for exciting possibilities, Bob.",
"align": "right"
}
},
{
"character": "Sarah",
"startTime": 50.7,
"finishTime": 52.7,
"dialogue": {
"text": "Your passion for tech gadgets is contagious.",
"align": "right"
}
},
{
"character": "Sarah",
"startTime": 52.7,
"finishTime": 54.5,
"dialogue": {
"text": "It's amazing how these innovations",
"align": "right"
}
},
{
"character": "Sarah",
"startTime": 54.5,
"finishTime": 56.8,
"dialogue": {
"text": "keep making our lives more interesting and connected.",
"align": "right"
}
},
{
"character": "Sarah",
"position": { "x": 125, "y": 0, "z": 1 },
"startTime": 57.3
},
{
"character": "Bob",
"position": { "x": -25, "y": 0, "z": 1 },
"startTime": 57.8
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-91
---
<!--
AUDIO REFERENCE:
Bob: Hey, Sarah, do you know what really gets me excited about tech? It's all those amazing gadgets!
-->
<!-- (Audio) Bob: Hey, Sarah, do you know what really gets me excited about tech? It's all those amazing gadgets! -->
# --description--
@@ -47,3 +44,47 @@ This word is used to point out specific things that are being talked about, in t
### --feedback--
This word refers to small electronic devices or tools that are useful or interesting. It's often used to talk about cool tech items. It is in plural.
# --scene--
```json
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Bob",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-4.mp3",
"startTime": 1,
"startTimestamp": 0.00,
"finishTimestamp": 6.08
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 7.08,
"dialogue": {
"text": "Hey, Sarah, do you know what really gets me excited about tech? It's all those amazing gadgets.",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 7.58
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 19
dashedName: task-92
---
<!--
AUDIO REFERENCE:
Bob: Hey, Sarah, do you know what really gets me excited about tech? It's all those amazing gadgets!
-->
<!-- (Audio) Bob: Hey, Sarah, do you know what really gets me excited about tech? It's all those amazing gadgets! -->
# --description--
@@ -51,3 +48,47 @@ The latest technology gadgets
## --video-solution--
4
# --scene--
```json
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Bob",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-4.mp3",
"startTime": 1,
"startTimestamp": 0.00,
"finishTimestamp": 6.08
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 7.08,
"dialogue": {
"text": "Hey, Sarah, do you know what really gets me excited about tech? It's all those amazing gadgets.",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 7.58
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-93
---
<!--
AUDIO REFERENCE:
Sarah: I can see your enthusiasm, Bob!
-->
<!-- (Audio) Sarah: I can see your enthusiasm, Bob! -->
# --description--
@@ -27,3 +24,47 @@ Sarah: I can see your enthusiasm, Bob!
### --feedback--
This noun describes the feeling of being very excited or interested in something.
# --scene--
```json
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Sarah",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "4.1-4.mp3",
"startTime": 1,
"startTimestamp": 6.86,
"finishTimestamp": 8.60
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Sarah",
"startTime": 1,
"finishTime": 2.74,
"dialogue": {
"text": "I can see your enthusiasm, Bob.",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 3.24
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-94
---
<!--
AUDIO REFERENCE:
Sarah: I can see your enthusiasm, Bob! Tell me, which tech gadgets are your absolute favorites?
-->
<!-- (Audio) Sarah: I can see your enthusiasm, Bob! Tell me, which gadgets are your absolute favorites? -->
# --description--
@@ -22,7 +19,7 @@ Sarah: I can see your enthusiasm, Bob! Tell me, which tech gadgets are your abso
## --sentence--
`Tell me, _ tech gadgets are your _ favorites?`
`I can see your enthusiasm, Bob! Tell me, _ gadgets are your _ favorites?`
## --blanks--
@@ -39,3 +36,47 @@ This word asks for a specific choice or selection from a known group of items.
### --feedback--
This adjective emphasizes that the choice is the most complete or total among all options.
# --scene--
```json
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Sarah",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "4.1-4.mp3",
"startTime": 1,
"startTimestamp": 6.86,
"finishTimestamp": 11.36
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Sarah",
"startTime": 1,
"finishTime": 5.50,
"dialogue": {
"text": "I can see your enthusiasm, Bob. Tell me, which gadgets are your absolute favorites?",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 6.00
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-95
---
<!--
AUDIO REFERENCE:
Bob: Well, one of my favorite gadgets is the smartwatch.
-->
<!-- (Audio) Bob: Well, one of my favorite gadgets is the smartwatch. -->
# --description--
@@ -35,3 +32,47 @@ This preposition is used to show that something belongs to or is part of somethi
### --feedback--
This noun refers to a type of watch that has more features than just telling time, often including apps and internet connectivity.
# --scene--
```json
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Bob",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-4.mp3",
"startTime": 1,
"startTimestamp": 12.04,
"finishTimestamp": 15.20
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 4.16,
"dialogue": {
"text": "Well, one of my favorite gadgets is the smartwatch.",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 4.66
}
]
}
```

View File

@@ -4,10 +4,9 @@ title: Task 96
challengeType: 22
dashedName: task-96
---
<!--
AUDIO REFERENCE:
"I love how it keeps me connected, tracks my health, and even helps me stay organized with reminders and notifications."
-->
<!-- (Audio) Bob: I love how it keeps me connected, tracks my health, and even helps me stay organized with reminders and notifications. -->
# --description--
`To track` means to follow or monitor the progress, movement, or development of something or someone.
@@ -43,3 +42,47 @@ This verb means to monitor or follow the course or progress of something, especi
### --feedback--
This verb means to make it easier or possible for someone to do something by offering services or resources.
# --scene--
```json
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Bob",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-4.mp3",
"startTime": 1,
"startTimestamp": 15.36,
"finishTimestamp": 21.74
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 7.38,
"dialogue": {
"text": "I love how it keeps me connected, tracks my health, and even helps me stay organized with reminders and notifications.",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 7.88
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-97
---
<!--
AUDIO REFERENCE:
"I love how it keeps me connected, tracks my health, and even helps me stay organized with reminders and notifications."
-->
<!-- (Audio) Bob: I love how it keeps me connected, tracks my health, and even helps me stay organized with reminders and notifications. -->
# --description--
@@ -45,3 +42,47 @@ This adjective means arranged in a systematic way, especially on a large scale.
### --feedback--
These are alerts or messages that prompt you to remember tasks or appointments. This word ends with `s`.
# --scene--
```json
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Bob",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-4.mp3",
"startTime": 1,
"startTimestamp": 15.36,
"finishTimestamp": 21.74
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 7.38,
"dialogue": {
"text": "I love how it keeps me connected, tracks my health, and even helps me stay organized with reminders and notifications.",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 7.88
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 19
dashedName: task-98
---
<!--
AUDIO REFERENCE:
Bob: Well, one of my favorite gadgets is the smartwatch. I love how it keeps me connected, tracks my health, and even helps me stay organized with reminders and notifications.
-->
<!-- (Audio) Bob: Well, one of my favorite gadgets is the smartwatch. I love how it keeps me connected, tracks my health, and even helps me stay organized with reminders and notifications. -->
# --description--
@@ -51,3 +48,56 @@ It keeps him connected, tracks his health, and helps him stay organized
## --video-solution--
4
# --scene--
```json
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Bob",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-4.mp3",
"startTime": 1,
"startTimestamp": 12.04,
"finishTimestamp": 21.74
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 4.16,
"dialogue": {
"text": "Well, one of my favorite gadgets is the smartwatch.",
"align": "center"
}
},
{
"character": "Bob",
"startTime": 4.32,
"finishTime": 10.70,
"dialogue": {
"text": "I love how it keeps me connected, tracks my health, and even helps me stay organized with reminders and notifications.",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 11.20
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-99
---
<!--
AUDIO REFERENCE:
Sarah: Smartwatches are cool. I'm more into smartphones.
-->
<!-- (Audio) Sarah: Smartwatches are cool. I'm more into smartphones. -->
# --description--
@@ -35,3 +32,47 @@ This word is capitalized and in plural form.
### --feedback--
This word describes advanced mobile phones with extensive computing capabilities and connectivity. It is in plural form.
# --scene--
```json
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Sarah",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "4.1-4.mp3",
"startTime": 1,
"startTimestamp": 22.26,
"finishTimestamp": 25.04
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Sarah",
"startTime": 1,
"finishTime": 3.48,
"dialogue": {
"text": "Smartwatches are cool. I'm more into smartphones.",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 3.98
}
]
}
```

View File

@@ -4,10 +4,7 @@ title: Task 100
challengeType: 22
dashedName: task-100
---
<!--
AUDIO REFERENCE:
"The camera quality, the speed, and the number of apps available are what I like the most."
-->
<!-- (Audio) Sarah: The camera quality, the speed, and the number of apps available are what I like the most. -->
# --description--
@@ -52,3 +49,47 @@ This adjective means something can be accessed or used, like apps in an app stor
### --feedback--
This word is used to indicate the highest degree or the greatest amount of something.
# --scene--
```json
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Sarah",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "4.1-4.mp3",
"startTime": 1,
"startTimestamp": 25.24,
"finishTimestamp": 29.84
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Sarah",
"startTime": 1,
"finishTime": 5.60,
"dialogue": {
"text": "The camera quality, the speed, and the number of apps available are what I like the most.",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 6.10
}
]
}
```

View File

@@ -4,10 +4,7 @@ title: Task 101
challengeType: 19
dashedName: task-101
---
<!--
AUDIO REFERENCE:
Sarah: Smartwatches are cool. I'm more into smartphones. The camera quality, the speed, and the number of apps available are what I like the most.
-->
<!-- (Audio) Sarah: Smartwatches are cool. I'm more into smartphones. The camera quality, the speed, and the number of apps available are what I like the most. -->
# --description--
@@ -50,3 +47,56 @@ Reflect on whether design is a factor in Sarah's stated preferences.
## --video-solution--
2
# --scene--
```json
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Sarah",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "4.1-4.mp3",
"startTime": 1,
"startTimestamp": 22.56,
"finishTimestamp": 29.84
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Sarah",
"startTime": 1,
"finishTime": 3.48,
"dialogue": {
"text": "Smartwatches are cool. I'm more into smartphones.",
"align": "center"
}
},
{
"character": "Sarah",
"startTime": 3.68,
"finishTime": 8.08,
"dialogue": {
"text": "The camera quality, the speed, and the number of apps available are what I like the most.",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 8.58
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-102
---
<!--
AUDIO REFERENCE:
Bob: Oh, smartphones are fantastic too, Sarah. Gadgets like these are transforming our daily lives.
-->
<!-- (Audio) Bob: Oh, smartphones are fantastic too, Sarah. Gadgets like these are transforming our daily lives. -->
# --description--
@@ -43,3 +40,47 @@ This verb means causing a significant change or improvement in something. This w
### --feedback--
This adjective refers to something that happens every day or is part of everyday life.
# --scene--
```json
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Bob",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-4.mp3",
"startTime": 1,
"startTimestamp": 30.20,
"finishTimestamp": 36.22
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 7.02,
"dialogue": {
"text": "Oh, smartphones are fantastic too, Sarah. Gadgets like these are transforming our daily lives.",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 7.52
}
]
}
```

View File

@@ -4,10 +4,7 @@ title: Task 103
challengeType: 19
dashedName: task-103
---
<!--
AUDIO REFERENCE:
Bob: Oh, smartphones are fantastic too, Sarah. Gadgets like these are transforming our daily lives.
-->
<!-- (Audio) Bob: Oh, smartphones are fantastic too, Sarah. Gadgets like these are transforming our daily lives. -->
# --description--
@@ -50,3 +47,47 @@ Reflect on whether Bob mentions radio as a factor in transforming daily life.
## --video-solution--
1
# --scene--
```json
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Bob",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-4.mp3",
"startTime": 1,
"startTimestamp": 30.20,
"finishTimestamp": 36.22
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 7.02,
"dialogue": {
"text": "Oh, smartphones are fantastic too, Sarah. Gadgets like these are transforming our daily lives.",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 7.52
}
]
}
```

View File

@@ -4,10 +4,8 @@ title: Task 104
challengeType: 22
dashedName: task-104
---
<!--
AUDIO REFERENCE:
"But you know what my obsession is these days? Drones!"
-->
<!-- (Audio) Bob: But you know what my obsession is these days? Drones! -->
# --description--
@@ -44,3 +42,47 @@ This word is used to talk about the current period of time or the present days.
### --feedback--
This noun refers to remote-controlled flying machines, often used for photography, racing, or recreation. This word is capitalized.
# --scene--
```json
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Bob",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-4.mp3",
"startTime": 1,
"startTimestamp": 36.58,
"finishTimestamp": 39.78
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 4.20,
"dialogue": {
"text": "But you know what my obsession is these days? Drones!",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 4.70
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-105
---
<!--
AUDIO REFERENCE:
"I love capturing stunning aerial shots and exploring new angles for photography."
-->
<!-- (Audio) Bob: I love capturing stunning aerial shots and exploring new angles for photography. -->
# --description--
@@ -43,3 +40,47 @@ This verb involves examining or investigating something in order to learn more a
### --feedback--
This noun refers to the art, practice, or job of taking pictures with a camera, capturing moments, and expressions.
# --scene--
```json
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Bob",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-4.mp3",
"startTime": 1,
"startTimestamp": 40.36,
"finishTimestamp": 45.56
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 6.20,
"dialogue": {
"text": "I love capturing stunning aerial shots and exploring new angles for photography.",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 6.70
}
]
}
```

View File

@@ -4,10 +4,8 @@ title: Task 106
challengeType: 22
dashedName: task-106
---
<!--
AUDIO REFERENCE:
Bob: I love capturing stunning aerial shots and exploring new angles for photography.
-->
<!-- (Audio) Bob: I love capturing stunning aerial shots and exploring new angles for photography. -->
# --description--
@@ -38,3 +36,47 @@ This adjective describes something extremely beautiful or impressive.
### --feedback--
In photography, this noun means photographs or the act of taking a photograph.
# --scene--
```json
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Bob",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-4.mp3",
"startTime": 1,
"startTimestamp": 40.36,
"finishTimestamp": 45.56
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 6.20,
"dialogue": {
"text": "I love capturing stunning aerial shots and exploring new angles for photography.",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 6.70
}
]
}
```

View File

@@ -4,10 +4,8 @@ title: Task 107
challengeType: 22
dashedName: task-107
---
<!--
AUDIO REFERENCE:
Bob: I love capturing stunning aerial shots and exploring new angles for photography.
-->
<!-- (Audio) Bob: I love capturing stunning aerial shots and exploring new angles for photography. -->
# --description--
@@ -38,3 +36,47 @@ This adjective refers to something related to the air or happening in the sky.
### --feedback--
This noun refers to the specific viewpoints or positions from which photos are taken.
# --scene--
```json
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Bob",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-4.mp3",
"startTime": 1,
"startTimestamp": 40.36,
"finishTimestamp": 45.56
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 6.20,
"dialogue": {
"text": "I love capturing stunning aerial shots and exploring new angles for photography.",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 6.70
}
]
}
```

View File

@@ -4,10 +4,8 @@ title: Task 108
challengeType: 19
dashedName: task-108
---
<!--
AUDIO REFERENCE:
But you know what my obsession is these days? Drones! I love capturing stunning aerial shots and exploring new angles for photography.
-->
<!-- (Audio) But you know what my obsession is these days? Drones! I love capturing stunning aerial shots and exploring new angles for photography. -->
# --description--
@@ -50,3 +48,56 @@ They allow for stunning aerial photography
## --video-solution--
4
# --scene--
```json
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Bob",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-4.mp3",
"startTime": 1,
"startTimestamp": 36.58,
"finishTimestamp": 45.56
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 4.2,
"dialogue": {
"text": "But you know what my obsession is these days? Drones!",
"align": "center"
}
},
{
"character": "Bob",
"startTime": 4.78,
"finishTime": 9.98,
"dialogue": {
"text": "I love capturing stunning aerial shots and exploring new angles for photography.",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 10.48
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-109
---
<!--
AUDIO REFERENCE:
Sarah: Drones are an open door for exciting possibilities, Bob.
-->
<!-- (Audio) Sarah: Drones are an open door for exciting possibilities, Bob. -->
# --description--
@@ -35,3 +32,47 @@ This adjective in the expression means allowing access, passage, or a view throu
### --feedback--
This noun refers to things that may happen or be the case in the future, often exciting or beneficial opportunities. it is in plural form.
# --scene--
```json
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Sarah",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "4.1-4.mp3",
"startTime": 1,
"startTimestamp": 46.48,
"finishTimestamp": 49.32
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Sarah",
"startTime": 1,
"finishTime": 3.84,
"dialogue": {
"text": "Drones are an open door for exciting possibilities, Bob.",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 4.34
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-110
---
<!--
AUDIO REFERENCE:
"Your passion for tech gadgets is contagious."
-->
<!-- (Audio) Sarah: Your passion for tech gadgets is contagious. -->
# --description--
@@ -35,3 +32,47 @@ This noun describes a strong feeling of enthusiasm or excitement for something o
### --feedback--
In this context, this adjective means that a feeling, especially a positive one like enthusiasm, can spread from one person to others.
# --scene--
```json
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Sarah",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "4.1-4.mp3",
"startTime": 1,
"startTimestamp": 49.52,
"finishTimestamp": 51.74
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Sarah",
"startTime": 1,
"finishTime": 3.22,
"dialogue": {
"text": "Your passion for tech gadgets is contagious.",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 3.72
}
]
}
```

View File

@@ -4,10 +4,8 @@ title: Task 111
challengeType: 22
dashedName: task-111
---
<!--
AUDIO REFERENCE:
"It's amazing how these innovations keep making our lives more interesting and connected."
-->
<!-- (Audio) Sarah: It's amazing how these innovations keep making our lives more interesting and connected. -->
# --description--
@@ -50,3 +48,47 @@ This adjective describes something that arouses curiosity or is enjoyable and en
### --feedback--
This adjective means being in touch with others or having easy access to information, especially through technology.
# --scene--
```json
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Sarah",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "4.1-4.mp3",
"startTime": 1,
"startTimestamp": 51.94,
"finishTimestamp": 56.04
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Sarah",
"startTime": 1,
"finishTime": 5.10,
"dialogue": {
"text": "It's amazing how these innovations keep making our lives more interesting and connected.",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 5.60
}
]
}
```

View File

@@ -4,10 +4,7 @@ title: Task 112
challengeType: 19
dashedName: task-112
---
<!--
AUDIO REFERENCE:
Sarah: Drones are an open door for exciting possibilities, Bob. Your passion for tech gadgets is contagious. It's amazing how these innovations keep making our lives more interesting and connected.
-->
<!-- (Audio) Sarah: Drones are an open door for exciting possibilities, Bob. Your passion for tech gadgets is contagious. It's amazing how these innovations keep making our lives more interesting and connected. -->
# --description--
@@ -50,3 +47,56 @@ Reflect on the enthusiasm and positivity in Sarah's statement.
## --video-solution--
3
# --scene--
```json
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Sarah",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "4.1-4.mp3",
"startTime": 1,
"startTimestamp": 46.28,
"finishTimestamp": 55.84
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Sarah",
"startTime": 1,
"finishTime": 6.26,
"dialogue": {
"text": "Drones are an open door for exciting possibilities, Bob. Your passion for tech gadgets is contagious.",
"align": "center"
}
},
{
"character": "Sarah",
"startTime": 6.46,
"finishTime": 10.36,
"dialogue": {
"text": "It's amazing how these innovations keep making our lives more interesting and connected.",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 10.86
}
]
}
```

View File

@@ -1,6 +1,5 @@
---
id: 65a533f54a5afeff6c6bb996
videoId: nLDychdBwUg
title: "Dialogue 5: Discussing Open-source Software"
challengeType: 21
dashedName: dialogue-5-discussing-open-source-software
@@ -13,3 +12,284 @@ 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": "4.1-5.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": 3.5,
"dialogue": {
"text": "Hey, Sophie, what motivates you",
"align": "left"
}
},
{
"character": "Tom",
"startTime": 3.8,
"finishTime": 6.9,
"dialogue": {
"text": "to work on open-source software projects in your free time?",
"align": "left"
}
},
{
"character": "Sophie",
"startTime": 7.8,
"finishTime": 10.2,
"dialogue": {
"text": "Well, I love contributing to open-source projects!",
"align": "right"
}
},
{
"character": "Sophie",
"startTime": 10.5,
"finishTime": 13,
"dialogue": {
"text": "I really like the sense of community and collaboration.",
"align": "right"
}
},
{
"character": "Sophie",
"startTime": 13.5,
"finishTime": 15.4,
"dialogue": {
"text": "It's incredible how people from around the world",
"align": "right"
}
},
{
"character": "Sophie",
"startTime": 15.4,
"finishTime": 17.5,
"dialogue": {
"text": "come together to create something amazing.",
"align": "right"
}
},
{
"character": "Tom",
"startTime": 18.2,
"finishTime": 20.4,
"dialogue": {
"text": "Yeah. I checked out some open-source projects,",
"align": "left"
}
},
{
"character": "Tom",
"startTime": 20.5,
"finishTime": 23.1,
"dialogue": {
"text": "but I admit that I have problems with the amount of time",
"align": "left"
}
},
{
"character": "Tom",
"startTime": 23.1,
"finishTime": 24.3,
"dialogue": {
"text": "it can take to contribute.",
"align": "left"
}
},
{
"character": "Tom",
"startTime": 24.7,
"finishTime": 27.1,
"dialogue": {
"text": "Sometimes, it can be so time-consuming.",
"align": "left"
}
},
{
"character": "Sophie",
"startTime": 27.1,
"finishTime": 29.7,
"dialogue": {
"text": "I understand, Tom. It can be a commitment.",
"align": "right"
}
},
{
"character": "Sophie",
"startTime": 29.9,
"finishTime": 33.3,
"dialogue": {
"text": "But I can't stand seeing this great software being private.",
"align": "right"
}
},
{
"character": "Sophie",
"startTime": 33.8,
"finishTime": 36.5,
"dialogue": {
"text": "Open source is all about transparency and accessibility,",
"align": "right"
}
},
{
"character": "Sophie",
"startTime": 36.5,
"finishTime": 38.4,
"dialogue": {
"text": "and that's something I truly believe in.",
"align": "right"
}
},
{
"character": "Tom",
"startTime": 39,
"finishTime": 42.2,
"dialogue": {
"text": "Yeah, transparency is a strong motivator for many developers.",
"align": "left"
}
},
{
"character": "Tom",
"startTime": 42.7,
"finishTime": 45.7,
"dialogue": {
"text": "For me, I like the idea of practicing my skills",
"align": "left"
}
},
{
"character": "Tom",
"startTime": 45.7,
"finishTime": 48,
"dialogue": {
"text": "and getting recognition for my contributions.",
"align": "left"
}
},
{
"character": "Tom",
"startTime": 48.5,
"finishTime": 51.4,
"dialogue": {
"text": "It's a fantastic way to show what you're capable of.",
"align": "left"
}
},
{
"character": "Sophie",
"startTime": 52.4,
"finishTime": 56,
"dialogue": {
"text": "Also, when software becomes obsolete because it's no longer maintained,",
"align": "right"
}
},
{
"character": "Sophie",
"startTime": 56.4,
"finishTime": 58,
"dialogue": {
"text": "there isn't much you can do to save it.",
"align": "right"
}
},
{
"character": "Sophie",
"startTime": 58.4,
"finishTime": 61.4,
"dialogue": {
"text": "With open source, there's always a chance for continuous improvement.",
"align": "right"
}
},
{
"character": "Tom",
"startTime": 62.2,
"finishTime": 65.2,
"dialogue": {
"text": "That's true. The sustainability of open-source projects",
"align": "left"
}
},
{
"character": "Tom",
"startTime": 65.2,
"finishTime": 67.5,
"dialogue": {
"text": "is something I'm growing to appreciate more.",
"align": "left"
}
},
{
"character": "Tom",
"startTime": 67.8,
"finishTime": 69.2,
"dialogue": {
"text": "Thanks for sharing your motivations.",
"align": "left"
}
},
{
"character": "Tom",
"startTime": 69.8,
"finishTime": 71.7,
"dialogue": {
"text": "I think I'll see if I can find a project",
"align": "left"
}
},
{
"character": "Tom",
"startTime": 71.7,
"finishTime": 72.8,
"dialogue": {
"text": "to dedicate some spare time to.",
"align": "left"
}
},
{
"character": "Sophie",
"position": { "x": 125, "y": 0, "z": 1 },
"startTime": 73.3
},
{
"character": "Tom",
"position": { "x": -25, "y": 0, "z": 1 },
"startTime": 73.8
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 22
dashedName: task-113
---
<!--
AUDIO REFERENCE:
Tom: Hey, Sophie, what motivates you to work on open-source software projects in your free time?
-->
<!-- (Audio) Tom: Hey, Sophie, what motivates you to work on open-source software projects in your free time? -->
# --description--
@@ -37,3 +34,47 @@ This preposition is used to indicate involvement or engagement in a particular a
### --feedback--
This part of the term refers to the origin or starting point, in this case, indicating that the software's foundational code is open and accessible to all.
# --scene--
```json
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Tom",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-5.mp3",
"startTime": 1,
"startTimestamp": 0.00,
"finishTimestamp": 5.92
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 6.92,
"dialogue": {
"text": "Hey, Sophie, what motivates you to work on open-source software projects in your free time?",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 7.42
}
]
}
```

View File

@@ -5,10 +5,7 @@ challengeType: 19
dashedName: task-114
---
<!--
AUDIO REFERENCE:
Tom: Hey, Sophie, what motivates you to work on open-source software projects in your free time?
-->
<!-- (Audio) Tom: Hey, Sophie, what motivates you to work on open-source software projects in your free time? -->
# --description--
@@ -51,3 +48,47 @@ Think about whether Tom is asking about skills or the reasons behind an activity
## --video-solution--
2
# --scene--
```json
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Tom",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "4.1-5.mp3",
"startTime": 1,
"startTimestamp": 0.00,
"finishTimestamp": 5.92
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 6.92,
"dialogue": {
"text": "Hey, Sophie, what motivates you to work on open-source software projects in your free time?",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 7.42
}
]
}
```

View File

@@ -4,10 +4,7 @@ title: Task 115
challengeType: 22
dashedName: task-115
---
<!--
AUDIO REFERENCE:
Sophie: Well, I love contributing to open-source projects! I really like the sense of community and collaboration.
-->
<!-- (Audio) Sophie: Well, I love contributing to open-source projects! I really like the sense of community and collaboration. -->
# --description--
@@ -19,7 +16,7 @@ Sophie: Well, I love contributing to open-source projects! I really like the sen
## --sentence--
`I really like the sense of _ and _.`
`Well, I love contributing to open-source projects! I really like the sense of _ and _.`
## --blanks--
@@ -36,3 +33,47 @@ Describes a group of people who share common interests or values, especially in
### --feedback--
Refers to the act of working with someone to produce or create something.
# --scene--
```json
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Sophie",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "4.1-5.mp3",
"startTime": 1,
"startTimestamp": 6.66,
"finishTimestamp": 12.08
}
},
"commands": [
{
"character": "Sophie",
"opacity": 1,
"startTime": 0
},
{
"character": "Sophie",
"startTime": 1,
"finishTime": 6.42,
"dialogue": {
"text": "Well, I love contributing to open-source projects. I really like the sense of community and collaboration.",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 6.92
}
]
}
```

Some files were not shown because too many files have changed in this diff Show More