From 9f9d0b34c2bd54429c96eed9cfd028fcb0b2e104 Mon Sep 17 00:00:00 2001 From: miyaliu666 Date: Tue, 18 Jun 2024 03:37:23 +0800 Subject: [PATCH] feat(curriculum): add animations to block 8.3 of the English Curriculum (#55202) Co-authored-by: DanielRosa74 <58576743+DanielRosa74@users.noreply.github.com> --- .../661750f15f41cc866197183d.md | 112 ++++++++++++- .../6617513e3855718810b088d0.md | 62 ++++++- .../6617528c1b07688acdfea4e9.md | 64 ++++++- .../661752fbc765ec8c13f96616.md | 2 +- .../66175386c145ea8d96b0adf9.md | 53 +++++- .../6617562f72eb2a9387252430.md | 84 +++++++++- .../6617569f81323494d7c80fa4.md | 55 +++++- .../661757150c7a75961a574a39.md | 64 ++++++- .../66175792ec93b19771c55c62.md | 115 ++++++++++++- .../661757e285095e986fed9c27.md | 117 ++++++++++++- .../66177150856cd6d0ca504c9f.md | 157 +++++++++++++++++- .../661771a11af289d1ec5c72f9.md | 64 ++++++- .../661772551b64ddd40c834b1e.md | 64 ++++++- .../661772f42e1412d5bfe4c655.md | 71 +++++++- .../6617962704224fe969a76811.md | 73 +++++++- .../661796e4635cd3eb1c8c78a4.md | 71 +++++++- .../661797b505f2d3ed4b170d74.md | 75 ++++++++- .../66179829f664e3ee9b42ce5f.md | 138 ++++++++++++--- .../6617994636fa13f16060b12b.md | 71 +++++++- .../6617aea9ccdd68f7088368d1.md | 62 ++++++- .../6617af3ab73475f87b53a59d.md | 85 ++++++++-- .../6617afa03e1a7bf99f123c52.md | 55 +++++- .../6617b04b6e9139fb30d059d9.md | 139 +++++++++++++++- .../6617b087df2220fcc00514ec.md | 64 ++++++- .../6617b1efe920c2ffea40b54d.md | 64 ++++++- .../6617b23534265c00d6b800fd.md | 53 +++++- .../6617b2b0388c600232500e28.md | 62 ++++++- .../6617b34260704803d74a6e07.md | 53 +++++- .../6617b3d0e2de65050f11351c.md | 82 ++++++++- .../6617b500a7049808f3a2a593.md | 62 ++++++- .../6617b53e5eda8e09c6c67d28.md | 64 ++++++- .../6617b674eb480b0c8d3d6031.md | 64 ++++++- .../6617b81046e7b11287a7bef8.md | 66 +++++++- .../6617b9b4bb38f916a2c01f8e.md | 62 ++++++- .../6617bae50ecd231987654d2e.md | 64 ++++++- 35 files changed, 2442 insertions(+), 171 deletions(-) diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661750f15f41cc866197183d.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661750f15f41cc866197183d.md index c534c72086c..cf4bf46f22c 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661750f15f41cc866197183d.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661750f15f41cc866197183d.md @@ -7,8 +7,118 @@ dashedName: dialogue-1-reviewing-an-app-design # --description-- -Watch the video below to understand the context of the upcoming lessons. +Watch the video to understand the context of the upcoming lessons. # --assignment-- Watch the video + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Bob", + "position": { "x": -25, "y": 0, "z": 1 } + }, + { + "character": "Sophie", + "position": { "x": 125, "y": 0, "z": 1 } + } + ], + "audio": { + "filename": "8.3-1.mp3", + "startTime": 1 + }, + "alwaysShowDialogue": true + }, + "commands": [ + { + "character": "Bob", + "position": { "x": 25, "y": 0, "z": 1 }, + "startTime": 0 + }, + { + "character": "Sophie", + "position": { "x": 70, "y": 0, "z": 1 }, + "startTime": 0.5 + }, + { + "character": "Bob", + "startTime": 1, + "finishTime": 3.66, + "dialogue": { + "text": "I've received the new design and I think it looks great.", + "align": "left" + } + }, + { + "character": "Bob", + "startTime": 3.88, + "finishTime": 4.98, + "dialogue": { + "text": "What's your take on that?", + "align": "left" + } + }, + { + "character": "Sophie", + "startTime": 5.54, + "finishTime": 9.8, + "dialogue": { + "text": "I respectfully disagree, Bob. I believe the color scheme needs some changes.", + "align": "right" + } + }, + { + "character": "Bob", + "startTime": 10.56, + "finishTime": 14.08, + "dialogue": { + "text": "Ah, I see what you mean. The color scheme doesn't match our brand's image.", + "align": "left" + } + }, + { + "character": "Sophie", + "startTime": 14.96, + "finishTime": 17.26, + "dialogue": { + "text": "Also, I think the font choice needs improvement.", + "align": "right" + } + }, + { + "character": "Bob", + "startTime": 18.1, + "finishTime": 20.52, + "dialogue": { + "text": "Thanks for your feedback. I'll share this feedback with Tom", + "align": "left" + } + }, + { + "character": "Bob", + "startTime": 20.52, + "finishTime": 23.34, + "dialogue": { + "text": "and give him some extra time to work on these colors and fonts.", + "align": "left" + } + }, + { + "character": "Sophie", + "position": { "x": 125, "y": 0, "z": 1 }, + "startTime": 23.84 + }, + { + "character": "Bob", + "position": { "x": -25, "y": 0, "z": 1 }, + "startTime": 24.34 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617513e3855718810b088d0.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617513e3855718810b088d0.md index dff5eedab44..051111643d5 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617513e3855718810b088d0.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617513e3855718810b088d0.md @@ -5,10 +5,7 @@ challengeType: 22 dashedName: task-1 --- - + # --description-- @@ -47,3 +44,60 @@ It is used to express Bob's opinion about the design's appearance. ### --feedback-- In this context, it means Bob is asking for the other person's opinion about the design. + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Bob", + "position": { + "x": 50, + "y": 15, + "z": 1.2 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "8.3-1.mp3", + "startTime": 1, + "startTimestamp": 0, + "finishTimestamp": 3.98 + } + }, + "commands": [ + { + "character": "Bob", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Bob", + "startTime": 1, + "finishTime": 3.66, + "dialogue": { + "text": "I've received the new design and I think it looks great.", + "align": "center" + } + }, + { + "character": "Bob", + "startTime": 3.88, + "finishTime": 4.98, + "dialogue": { + "text": "What's your take on that?", + "align": "center" + } + }, + { + "character": "Bob", + "opacity": 0, + "startTime": 5.48 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617528c1b07688acdfea4e9.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617528c1b07688acdfea4e9.md index 66c28b7840a..1bab358f0ec 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617528c1b07688acdfea4e9.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617528c1b07688acdfea4e9.md @@ -5,14 +5,11 @@ challengeType: 19 dashedName: task-2 --- - + # --description-- -Please answer the question below. +Listen to the audio and answer the question. # --question-- @@ -51,3 +48,60 @@ He likes the new design and is asking for the other person's opinion. ## --video-solution-- 4 + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Bob", + "position": { + "x": 50, + "y": 15, + "z": 1.2 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "8.3-1.mp3", + "startTime": 1, + "startTimestamp": 0, + "finishTimestamp": 3.98 + } + }, + "commands": [ + { + "character": "Bob", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Bob", + "startTime": 1, + "finishTime": 3.66, + "dialogue": { + "text": "I've received the new design and I think it looks great.", + "align": "center" + } + }, + { + "character": "Bob", + "startTime": 3.88, + "finishTime": 4.98, + "dialogue": { + "text": "What's your take on that?", + "align": "center" + } + }, + { + "character": "Bob", + "opacity": 0, + "startTime": 5.48 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661752fbc765ec8c13f96616.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661752fbc765ec8c13f96616.md index afc0ffd8e21..2eabe0d534a 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661752fbc765ec8c13f96616.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661752fbc765ec8c13f96616.md @@ -13,7 +13,7 @@ To `agree` means to have the same opinion as someone else. For example, `I agree To `disagree` means to have a different opinion. For instance, `I disagree with the decision to postpone the project.` -It's also important to know how to disagree `respectfully`. This means expressing your different opinion in a way that is polite and considers the other person's feelings. For example, `I respectfully disagree with your approach, but I see your point.` or `I don't see it that way, but I understand your perspective.` +It's also important to know how to disagree `respectfully`. This means you are expressing your different opinion in a way that is polite and considers the other person's feelings. For example, `I respectfully disagree with your approach, but I see your point.` or `I don't see it that way, but I understand your perspective.` # --question-- diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/66175386c145ea8d96b0adf9.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/66175386c145ea8d96b0adf9.md index 5b27b7fc9bb..15bd6224538 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/66175386c145ea8d96b0adf9.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/66175386c145ea8d96b0adf9.md @@ -5,10 +5,7 @@ challengeType: 22 dashedName: task-4 --- - + # --description-- @@ -51,3 +48,51 @@ This adverb is used here to politely express a disagreement, showing considerati ### --feedback-- It indicates Sophie's opinion that the color scheme requires changes. + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Sophie", + "position": { + "x": 50, + "y": 0, + "z": 1.4 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "8.3-1.mp3", + "startTime": 1, + "startTimestamp": 4.54, + "finishTimestamp": 8.8 + } + }, + "commands": [ + { + "character": "Sophie", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Sophie", + "startTime": 1, + "finishTime": 5.26, + "dialogue": { + "text": "I respectfully disagree, Bob. I believe the color scheme needs some changes.", + "align": "center" + } + }, + { + "character": "Sophie", + "opacity": 0, + "startTime": 5.76 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617562f72eb2a9387252430.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617562f72eb2a9387252430.md index a444bef6872..49baa107e3c 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617562f72eb2a9387252430.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617562f72eb2a9387252430.md @@ -5,15 +5,11 @@ challengeType: 19 dashedName: task-5 --- - + # --description-- -Recognizing and interpreting responses is crucial for effective communication and collaboration in a workplace. +Listen to the audio and answer the question. # --question-- @@ -52,3 +48,79 @@ Bob's response `I see what you mean` shows understanding, not confusion. ## --video-solution-- 1 + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Sophie", + "position": { + "x": 50, + "y": 0, + "z": 1.4 + }, + "opacity": 0 + }, + { + "character": "Bob", + "position": { + "x": 50, + "y": 15, + "z": 1.2 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "8.3-1.mp3", + "startTime": 1, + "startTimestamp": 4.54, + "finishTimestamp": 13.08 + } + }, + "commands": [ + { + "character": "Sophie", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Sophie", + "startTime": 1, + "finishTime": 5.26, + "dialogue": { + "text": "I respectfully disagree, Bob. I believe the color scheme needs some changes.", + "align": "center" + } + }, + { + "character": "Sophie", + "opacity": 0, + "startTime": 5.64 + }, + { + "character": "Bob", + "opacity": 1, + "startTime": 5.64 + }, + { + "character": "Bob", + "startTime": 6.02, + "finishTime": 9.54, + "dialogue": { + "text": "Ah, I see what you mean. The color scheme doesn't match our brand's image.", + "align": "center" + } + }, + { + "character": "Bob", + "opacity": 0, + "startTime": 10.04 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617569f81323494d7c80fa4.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617569f81323494d7c80fa4.md index d7d65bbf337..99580b3e421 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617569f81323494d7c80fa4.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617569f81323494d7c80fa4.md @@ -5,14 +5,11 @@ challengeType: 22 dashedName: task-6 --- - + # --description-- -Fill in the blanks in the dialogue below. +Listen to the audio and complete the sentence. # --fillInTheBlank-- @@ -35,3 +32,51 @@ It refers to the selection or decision regarding the font used in the project. ### --feedback-- It indicates that Sophie believes the current font selection can be enhanced or made better. + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Sophie", + "position": { + "x": 50, + "y": 0, + "z": 1.4 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "8.3-1.mp3", + "startTime": 1, + "startTimestamp": 13.76, + "finishTimestamp": 16.26 + } + }, + "commands": [ + { + "character": "Sophie", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Sophie", + "startTime": 1, + "finishTime": 3.5, + "dialogue": { + "text": "Also, I think the font choice needs improvement.", + "align": "center" + } + }, + { + "character": "Sophie", + "opacity": 0, + "startTime": 4 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661757150c7a75961a574a39.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661757150c7a75961a574a39.md index 54c82cdb631..7da591d1744 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661757150c7a75961a574a39.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661757150c7a75961a574a39.md @@ -5,14 +5,11 @@ challengeType: 19 dashedName: task-7 --- - + # --description-- -Please answer the question below. +Listen to the audio and answer the question. # --question-- @@ -51,3 +48,60 @@ Bob specifically mentions sharing the feedback with Tom, not scheduling a team m ## --video-solution-- 2 + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Bob", + "position": { + "x": 50, + "y": 15, + "z": 1.2 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "8.3-1.mp3", + "startTime": 1, + "startTimestamp": 16.9, + "finishTimestamp": 22.34 + } + }, + "commands": [ + { + "character": "Bob", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Bob", + "startTime": 1, + "finishTime": 3.62, + "dialogue": { + "text": "Thanks for your feedback. I'll share this feedback with Tom", + "align": "center" + } + }, + { + "character": "Bob", + "startTime": 3.62, + "finishTime": 6.44, + "dialogue": { + "text": "and give him some extra time to work on these colors and fonts.", + "align": "center" + } + }, + { + "character": "Bob", + "opacity": 0, + "startTime": 6.94 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/66175792ec93b19771c55c62.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/66175792ec93b19771c55c62.md index 14beaa24583..d417a11cc5b 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/66175792ec93b19771c55c62.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/66175792ec93b19771c55c62.md @@ -5,10 +5,7 @@ challengeType: 19 dashedName: task-8 --- - + # --description-- @@ -53,3 +50,113 @@ She believes it needs improvements, particularly in the color scheme and font ch ## --video-solution-- 4 + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Bob", + "position": { "x": -25, "y": 0, "z": 1 } + }, + { + "character": "Sophie", + "position": { "x": 125, "y": 0, "z": 1 } + } + ], + "audio": { + "filename": "8.3-1.mp3", + "startTime": 1 + }, + "alwaysShowDialogue": true + }, + "commands": [ + { + "character": "Bob", + "position": { "x": 25, "y": 0, "z": 1 }, + "startTime": 0 + }, + { + "character": "Sophie", + "position": { "x": 70, "y": 0, "z": 1 }, + "startTime": 0.5 + }, + { + "character": "Bob", + "startTime": 1, + "finishTime": 3.66, + "dialogue": { + "text": "I've received the new design and I think it looks great.", + "align": "left" + } + }, + { + "character": "Bob", + "startTime": 3.88, + "finishTime": 4.98, + "dialogue": { + "text": "What's your take on that?", + "align": "left" + } + }, + { + "character": "Sophie", + "startTime": 5.54, + "finishTime": 9.8, + "dialogue": { + "text": "I respectfully disagree, Bob. I believe the color scheme needs some changes.", + "align": "right" + } + }, + { + "character": "Bob", + "startTime": 10.56, + "finishTime": 14.08, + "dialogue": { + "text": "Ah, I see what you mean. The color scheme doesn't match our brand's image.", + "align": "left" + } + }, + { + "character": "Sophie", + "startTime": 14.96, + "finishTime": 17.26, + "dialogue": { + "text": "Also, I think the font choice needs improvement.", + "align": "right" + } + }, + { + "character": "Bob", + "startTime": 18.1, + "finishTime": 20.52, + "dialogue": { + "text": "Thanks for your feedback. I'll share this feedback with Tom", + "align": "left" + } + }, + { + "character": "Bob", + "startTime": 20.52, + "finishTime": 23.34, + "dialogue": { + "text": "and give him some extra time to work on these colors and fonts.", + "align": "left" + } + }, + { + "character": "Sophie", + "position": { "x": 125, "y": 0, "z": 1 }, + "startTime": 23.84 + }, + { + "character": "Bob", + "position": { "x": -25, "y": 0, "z": 1 }, + "startTime": 24.34 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661757e285095e986fed9c27.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661757e285095e986fed9c27.md index 1127c7b07ce..7e3728d74c4 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661757e285095e986fed9c27.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661757e285095e986fed9c27.md @@ -5,14 +5,11 @@ challengeType: 19 dashedName: task-9 --- - + # --description-- -Please answer the question below. +Listen to the audio and answer the question. # --question-- @@ -51,3 +48,113 @@ Bob's reaction does not convey surprise or upset; he is understanding and accept ## --video-solution-- 2 + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Bob", + "position": { "x": -25, "y": 0, "z": 1 } + }, + { + "character": "Sophie", + "position": { "x": 125, "y": 0, "z": 1 } + } + ], + "audio": { + "filename": "8.3-1.mp3", + "startTime": 1 + }, + "alwaysShowDialogue": true + }, + "commands": [ + { + "character": "Bob", + "position": { "x": 25, "y": 0, "z": 1 }, + "startTime": 0 + }, + { + "character": "Sophie", + "position": { "x": 70, "y": 0, "z": 1 }, + "startTime": 0.5 + }, + { + "character": "Bob", + "startTime": 1, + "finishTime": 3.66, + "dialogue": { + "text": "I've received the new design and I think it looks great.", + "align": "left" + } + }, + { + "character": "Bob", + "startTime": 3.88, + "finishTime": 4.98, + "dialogue": { + "text": "What's your take on that?", + "align": "left" + } + }, + { + "character": "Sophie", + "startTime": 5.54, + "finishTime": 9.8, + "dialogue": { + "text": "I respectfully disagree, Bob. I believe the color scheme needs some changes.", + "align": "right" + } + }, + { + "character": "Bob", + "startTime": 10.56, + "finishTime": 14.08, + "dialogue": { + "text": "Ah, I see what you mean. The color scheme doesn't match our brand's image.", + "align": "left" + } + }, + { + "character": "Sophie", + "startTime": 14.96, + "finishTime": 17.26, + "dialogue": { + "text": "Also, I think the font choice needs improvement.", + "align": "right" + } + }, + { + "character": "Bob", + "startTime": 18.1, + "finishTime": 20.52, + "dialogue": { + "text": "Thanks for your feedback. I'll share this feedback with Tom", + "align": "left" + } + }, + { + "character": "Bob", + "startTime": 20.52, + "finishTime": 23.34, + "dialogue": { + "text": "and give him some extra time to work on these colors and fonts.", + "align": "left" + } + }, + { + "character": "Sophie", + "position": { "x": 125, "y": 0, "z": 1 }, + "startTime": 23.84 + }, + { + "character": "Bob", + "position": { "x": -25, "y": 0, "z": 1 }, + "startTime": 24.34 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/66177150856cd6d0ca504c9f.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/66177150856cd6d0ca504c9f.md index 1eabe98d4aa..df908ba24d9 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/66177150856cd6d0ca504c9f.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/66177150856cd6d0ca504c9f.md @@ -7,8 +7,163 @@ dashedName: dialogue-2-what-to-prioritize-next # --description-- -Watch the video below to understand the context of the upcoming lessons. +Watch the video to understand the context of the upcoming lessons. # --assignment-- Watch the video + +# --scene-- + +```json +{ + "setup": { + "background": "company2-center.png", + "characters": [ + { + "character": "Brian", + "position": { "x": -25, "y": 0, "z": 1 } + }, + { + "character": "Sarah", + "position": { "x": 125, "y": 0, "z": 1 } + } + ], + "audio": { + "filename": "8.3-2.mp3", + "startTime": 1 + }, + "alwaysShowDialogue": true + }, + "commands": [ + { + "character": "Brian", + "position": { "x": 25, "y": 0, "z": 1 }, + "startTime": 0 + }, + { + "character": "Sarah", + "position": { "x": 70, "y": 0, "z": 1 }, + "startTime": 0.5 + }, + { + "character": "Brian", + "startTime": 1, + "finishTime": 5.18, + "dialogue": { + "text": "Hey, Sarah, we need to prioritize the new features for the next release.", + "align": "left" + } + }, + { + "character": "Brian", + "startTime": 5.18, + "finishTime": 7.58, + "dialogue": { + "text": "I think we should focus on the mobile app version.", + "align": "left" + } + }, + { + "character": "Sarah", + "startTime": 8.22, + "finishTime": 9.92, + "dialogue": { + "text": "I'm not sure I agree with that, Brian.", + "align": "right" + } + }, + { + "character": "Sarah", + "startTime": 10.28, + "finishTime": 12.92, + "dialogue": { + "text": "The web app needs attention. It has more users.", + "align": "right" + } + }, + { + "character": "Sarah", + "startTime": 13.46, + "finishTime": 16.82, + "dialogue": { + "text": "Prioritizing the web app makes more sense given its larger user base.", + "align": "right" + } + }, + { + "character": "Brian", + "startTime": 17.6, + "finishTime": 19.34, + "dialogue": { + "text": "Well, here's what I think we could do.", + "align": "left" + } + }, + { + "character": "Brian", + "startTime": 19.48, + "finishTime": 22.4, + "dialogue": { + "text": "Why don't we allocate resources to both platforms equally?", + "align": "left" + } + }, + { + "character": "Brian", + "startTime": 22.7, + "finishTime": 26.2, + "dialogue": { + "text": "We could give equal priority to both the web app and the mobile app.", + "align": "left" + } + }, + { + "character": "Sarah", + "startTime": 26.76, + "finishTime": 29.02, + "dialogue": { + "text": "I still think we should dedicate more time to the web app,", + "align": "right" + } + }, + { + "character": "Sarah", + "startTime": 29.04, + "finishTime": 30.52, + "dialogue": { + "text": "but I see where you're coming from, Brian.", + "align": "right" + } + }, + { + "character": "Sarah", + "startTime": 31.16, + "finishTime": 33.3, + "dialogue": { + "text": "I think we can try giving equal priority for a while.", + "align": "right" + } + }, + { + "character": "Brian", + "startTime": 33.56, + "finishTime": 35, + "dialogue": { + "text": "Good. Thanks for your support.", + "align": "left" + } + }, + { + "character": "Sarah", + "position": { "x": 125, "y": 0, "z": 1 }, + "startTime": 35.5 + }, + { + "character": "Brian", + "position": { "x": -25, "y": 0, "z": 1 }, + "startTime": 36 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661771a11af289d1ec5c72f9.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661771a11af289d1ec5c72f9.md index 6a0d3a69ea8..95d8e211483 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661771a11af289d1ec5c72f9.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661771a11af289d1ec5c72f9.md @@ -5,14 +5,11 @@ challengeType: 19 dashedName: task-10 --- - + # --description-- -This task tests your ability to understand the specific need and suggestion communicated by Brian. +Listen to the audio and answer the question. # --question-- @@ -51,3 +48,60 @@ Brian's emphasis is on feature prioritization for the next release, not on expan ## --video-solution-- 2 + +# --scene-- + +```json +{ + "setup": { + "background": "company2-center.png", + "characters": [ + { + "character": "Brian", + "position": { + "x": 50, + "y": 15, + "z": 1.2 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "8.3-2.mp3", + "startTime": 1, + "startTimestamp": 0, + "finishTimestamp": 6.58 + } + }, + "commands": [ + { + "character": "Brian", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Brian", + "startTime": 1, + "finishTime": 5.18, + "dialogue": { + "text": "Hey, Sarah, we need to prioritize the new features for the next release.", + "align": "center" + } + }, + { + "character": "Brian", + "startTime": 5.18, + "finishTime": 7.58, + "dialogue": { + "text": "I think we should focus on the mobile app version.", + "align": "center" + } + }, + { + "character": "Brian", + "opacity": 0, + "startTime": 8.08 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661772551b64ddd40c834b1e.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661772551b64ddd40c834b1e.md index 00e8951ff95..669b28c6216 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661772551b64ddd40c834b1e.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661772551b64ddd40c834b1e.md @@ -5,14 +5,11 @@ challengeType: 19 dashedName: task-11 --- - + # --description-- -This task focuses on understanding Sarah's opinion in response to Brian's suggestion. +Listen to the audio and answer the question. # --question-- @@ -51,3 +48,60 @@ The reason for Sarah's disagreement is not a preference for the desktop app, but ## --video-solution-- 2 + +# --scene-- + +```json +{ + "setup": { + "background": "company2-center.png", + "characters": [ + { + "character": "Sarah", + "position": { + "x": 50, + "y": 0, + "z": 1.4 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "8.3-2.mp3", + "startTime": 1, + "startTimestamp": 7.22, + "finishTimestamp": 11.92 + } + }, + "commands": [ + { + "character": "Sarah", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Sarah", + "startTime": 1, + "finishTime": 2.7, + "dialogue": { + "text": "I'm not sure I agree with that, Brian.", + "align": "center" + } + }, + { + "character": "Sarah", + "startTime": 3.06, + "finishTime": 5.7, + "dialogue": { + "text": "The web app needs attention. It has more users.", + "align": "center" + } + }, + { + "character": "Sarah", + "opacity": 0, + "startTime": 6.2 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661772f42e1412d5bfe4c655.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661772f42e1412d5bfe4c655.md index 6ad085f2791..f334dae9014 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661772f42e1412d5bfe4c655.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661772f42e1412d5bfe4c655.md @@ -5,10 +5,7 @@ challengeType: 22 dashedName: task-12 --- - + # --description-- @@ -51,3 +48,69 @@ It means making something more important or giving it preference. Sarah suggests ### --feedback-- It introduces the reason for the decision, which is the larger user base of the web app. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-center.png", + "characters": [ + { + "character": "Sarah", + "position": { + "x": 50, + "y": 0, + "z": 1.4 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "8.3-2.mp3", + "startTime": 1, + "startTimestamp": 7.22, + "finishTimestamp": 15.82 + } + }, + "commands": [ + { + "character": "Sarah", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Sarah", + "startTime": 1, + "finishTime": 2.7, + "dialogue": { + "text": "I'm not sure I agree with that, Brian.", + "align": "center" + } + }, + { + "character": "Sarah", + "startTime": 3.06, + "finishTime": 5.7, + "dialogue": { + "text": "The web app needs attention. It has more users.", + "align": "center" + } + }, + { + "character": "Sarah", + "startTime": 6.24, + "finishTime": 9.6, + "dialogue": { + "text": "Prioritizing the web app makes more sense given its larger user base.", + "align": "center" + } + }, + { + "character": "Sarah", + "opacity": 0, + "startTime": 10.1 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617962704224fe969a76811.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617962704224fe969a76811.md index c2645da1457..c577bfbc960 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617962704224fe969a76811.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617962704224fe969a76811.md @@ -5,14 +5,11 @@ challengeType: 19 dashedName: task-13 --- - + # --description-- -This task focuses on understanding Sarah's reasoning for prioritizing the web app. In professional discussions, it's important to recognize the logic or reasoning behind a team member's suggestions, especially when it comes to project priorities. +Listen to the audio and answer the question. # --question-- @@ -51,3 +48,69 @@ Sarah's focus is on the user base size, not the time spent on the mobile app. ## --video-solution-- 1 + +# --scene-- + +```json +{ + "setup": { + "background": "company2-center.png", + "characters": [ + { + "character": "Sarah", + "position": { + "x": 50, + "y": 0, + "z": 1.4 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "8.3-2.mp3", + "startTime": 1, + "startTimestamp": 7.22, + "finishTimestamp": 15.82 + } + }, + "commands": [ + { + "character": "Sarah", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Sarah", + "startTime": 1, + "finishTime": 2.7, + "dialogue": { + "text": "I'm not sure I agree with that, Brian.", + "align": "center" + } + }, + { + "character": "Sarah", + "startTime": 3.06, + "finishTime": 5.7, + "dialogue": { + "text": "The web app needs attention. It has more users.", + "align": "center" + } + }, + { + "character": "Sarah", + "startTime": 6.24, + "finishTime": 9.6, + "dialogue": { + "text": "Prioritizing the web app makes more sense given its larger user base.", + "align": "center" + } + }, + { + "character": "Sarah", + "opacity": 0, + "startTime": 10.1 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661796e4635cd3eb1c8c78a4.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661796e4635cd3eb1c8c78a4.md index 7ddadbbc848..75c4071718b 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661796e4635cd3eb1c8c78a4.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661796e4635cd3eb1c8c78a4.md @@ -5,10 +5,7 @@ challengeType: 22 dashedName: task-14 --- - + # --description-- @@ -47,3 +44,69 @@ It indicates that the resources will be divided in equal parts between the two p ### --feedback-- It emphasizes that the equal priority is given to two specific things: the web app and the mobile app. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-center.png", + "characters": [ + { + "character": "Brian", + "position": { + "x": 50, + "y": 15, + "z": 1.2 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "8.3-2.mp3", + "startTime": 1, + "startTimestamp": 16.6, + "finishTimestamp": 25.2 + } + }, + "commands": [ + { + "character": "Brian", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Brian", + "startTime": 1, + "finishTime": 2.74, + "dialogue": { + "text": "Well, here's what I think we could do.", + "align": "center" + } + }, + { + "character": "Brian", + "startTime": 2.88, + "finishTime": 5.8, + "dialogue": { + "text": "Why don't we allocate resources to both platforms equally?", + "align": "center" + } + }, + { + "character": "Brian", + "startTime": 6.1, + "finishTime": 9.6, + "dialogue": { + "text": "We could give equal priority to both the web app and the mobile app.", + "align": "center" + } + }, + { + "character": "Brian", + "opacity": 0, + "startTime": 10.1 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661797b505f2d3ed4b170d74.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661797b505f2d3ed4b170d74.md index 27db2af9262..a1947358f8e 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661797b505f2d3ed4b170d74.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/661797b505f2d3ed4b170d74.md @@ -5,16 +5,11 @@ challengeType: 19 dashedName: task-15 --- - + # --description-- -This task focuses on interpreting Brian's response as a form of negotiation. In professional discussions, recognizing negotiation strategies and understanding how to read clues for compromise is essential. - -Negotiation often involves suggesting alternatives and finding middle ground. +Listen to the audio and answer the question. # --question-- @@ -53,3 +48,69 @@ He proposes a compromise by equally prioritizing both the web and mobile apps. ## --video-solution-- 4 + +# --scene-- + +```json +{ + "setup": { + "background": "company2-center.png", + "characters": [ + { + "character": "Brian", + "position": { + "x": 50, + "y": 15, + "z": 1.2 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "8.3-2.mp3", + "startTime": 1, + "startTimestamp": 16.6, + "finishTimestamp": 25.2 + } + }, + "commands": [ + { + "character": "Brian", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Brian", + "startTime": 1, + "finishTime": 2.74, + "dialogue": { + "text": "Well, here's what I think we could do.", + "align": "center" + } + }, + { + "character": "Brian", + "startTime": 2.88, + "finishTime": 5.8, + "dialogue": { + "text": "Why don't we allocate resources to both platforms equally?", + "align": "center" + } + }, + { + "character": "Brian", + "startTime": 6.1, + "finishTime": 9.6, + "dialogue": { + "text": "We could give equal priority to both the web app and the mobile app.", + "align": "center" + } + }, + { + "character": "Brian", + "opacity": 0, + "startTime": 10.1 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/66179829f664e3ee9b42ce5f.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/66179829f664e3ee9b42ce5f.md index 25553db5adf..d03eb868783 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/66179829f664e3ee9b42ce5f.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/66179829f664e3ee9b42ce5f.md @@ -5,23 +5,11 @@ challengeType: 19 dashedName: task-16 --- - + # --description-- -This task focuses on understanding Brian's response to Sarah's proposal about prioritizing the web app. - -Recognizing agreement, disagreement, or `compromise` is crucial in professional communication, especially in discussions related to project priorities. - -`Compromise` means finding a middle way between two different ideas or wishes. It's like making a deal where each person agrees to give up something to get something else they want. For example, if two friends want to eat out, but one wants pizza and the other wants burgers, a `compromise` might be choosing a restaurant that serves both. - -In simple work situations, `compromise` helps people work together better. Imagine two colleagues planning a presentation. One wants to use a lot of pictures, and the other prefers more words. A `compromise` might be to use some pictures and some words. This way, both ideas are used. - -`Neither` is used to deny or refute two options or possibilities. For example, `Neither the marketing strategy nor the sales approach was effective` means that both strategies were not effective. +Listen to the audio and answer the question. # --question-- @@ -31,15 +19,15 @@ Does Brian agree with Sarah's proposal to prioritize the web app? ## --answers-- -Yes, he completely agrees and wants to focus only on the web app. +Yes, he completely agrees and wants to focus only on the web app ### --feedback-- -This choice is incorrect. Brian suggests a `compromise` by equally allocating resources to both platforms, not solely focusing on the web app. +This choice is incorrect. Brian suggests a compromise by equally allocating resources to both platforms, not solely focusing on the web app. --- -No, he disagrees and suggests focusing only on the mobile app instead. +No, he disagrees and suggests focusing only on the mobile app instead ### --feedback-- @@ -47,11 +35,11 @@ Brian's response is not a direct disagreement; he proposes a balanced approach r --- -Neither, he proposes a compromise by equally prioritizing both platforms. +He partially agrees with Sarah, but he proposes a compromise by equally prioritizing both platforms --- -He agrees but suggests postponing the decision for later. +He agrees but suggests postponing the decision for later ### --feedback-- @@ -60,3 +48,115 @@ Brian's suggestion is immediate and specific about equal resource allocation, no ## --video-solution-- 3 + +# --scene-- + +```json +{ + "setup": { + "background": "company2-center.png", + "characters": [ + { + "character": "Sarah", + "position": { + "x": 50, + "y": 0, + "z": 1.4 + }, + "opacity": 0 + }, + { + "character": "Brian", + "position": { + "x": 50, + "y": 15, + "z": 1.2 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "8.3-2.mp3", + "startTime": 1, + "startTimestamp": 7.22, + "finishTimestamp": 25.2 + } + }, + "commands": [ + { + "character": "Sarah", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Sarah", + "startTime": 1, + "finishTime": 2.7, + "dialogue": { + "text": "I'm not sure I agree with that, Brian.", + "align": "center" + } + }, + { + "character": "Sarah", + "startTime": 3.06, + "finishTime": 5.7, + "dialogue": { + "text": "The web app needs attention. It has more users.", + "align": "center" + } + }, + { + "character": "Sarah", + "startTime": 6.24, + "finishTime": 9.6, + "dialogue": { + "text": "Prioritizing the web app makes more sense given its larger user base.", + "align": "center" + } + }, + { + "character": "Sarah", + "opacity": 0, + "startTime": 9.99 + }, + { + "character": "Brian", + "opacity": 1, + "startTime": 9.99 + }, + { + "character": "Brian", + "startTime": 10.38, + "finishTime": 12.12, + "dialogue": { + "text": "Well, here's what I think we could do.", + "align": "center" + } + }, + { + "character": "Brian", + "startTime": 12.26, + "finishTime": 15.18, + "dialogue": { + "text": "Why don't we allocate resources to both platforms equally?", + "align": "center" + } + }, + { + "character": "Brian", + "startTime": 15.48, + "finishTime": 18.98, + "dialogue": { + "text": "We could give equal priority to both the web app and the mobile app.", + "align": "center" + } + }, + { + "character": "Brian", + "opacity": 0, + "startTime": 19.48 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617994636fa13f16060b12b.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617994636fa13f16060b12b.md index 9c89b23cdf4..185dc84b688 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617994636fa13f16060b12b.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617994636fa13f16060b12b.md @@ -5,10 +5,7 @@ challengeType: 22 dashedName: task-17 --- - + # --description-- @@ -51,3 +48,69 @@ In this context, it means allocating or devoting more effort or resources to the ### --feedback-- It means the level of importance or focus, with Sarah suggesting to balance it between the web and mobile apps. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-center.png", + "characters": [ + { + "character": "Sarah", + "position": { + "x": 50, + "y": 0, + "z": 1.4 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "8.3-2.mp3", + "startTime": 1, + "startTimestamp": 25.76, + "finishTimestamp": 32.3 + } + }, + "commands": [ + { + "character": "Sarah", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Sarah", + "startTime": 1, + "finishTime": 3.26, + "dialogue": { + "text": "I still think we should dedicate more time to the web app,", + "align": "center" + } + }, + { + "character": "Sarah", + "startTime": 3.28, + "finishTime": 4.76, + "dialogue": { + "text": "but I see where you're coming from, Brian.", + "align": "center" + } + }, + { + "character": "Sarah", + "startTime": 5.4, + "finishTime": 7.54, + "dialogue": { + "text": "I think we can try giving equal priority for a while.", + "align": "center" + } + }, + { + "character": "Sarah", + "opacity": 0, + "startTime": 8.04 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617aea9ccdd68f7088368d1.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617aea9ccdd68f7088368d1.md index e519ab219ab..8e7b3ac72f4 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617aea9ccdd68f7088368d1.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617aea9ccdd68f7088368d1.md @@ -5,10 +5,7 @@ challengeType: 19 dashedName: task-18 --- - + # --description-- @@ -55,3 +52,60 @@ Sarah's statement indicates understanding of Brian's perspective, not confusion. ## --video-solution-- 2 + +# --scene-- + +```json +{ + "setup": { + "background": "company2-center.png", + "characters": [ + { + "character": "Sarah", + "position": { + "x": 50, + "y": 0, + "z": 1.4 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "8.3-2.mp3", + "startTime": 1, + "startTimestamp": 25.76, + "finishTimestamp": 29.52 + } + }, + "commands": [ + { + "character": "Sarah", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Sarah", + "startTime": 1, + "finishTime": 3.26, + "dialogue": { + "text": "I still think we should dedicate more time to the web app,", + "align": "center" + } + }, + { + "character": "Sarah", + "startTime": 3.28, + "finishTime": 4.76, + "dialogue": { + "text": "but I see where you're coming from, Brian.", + "align": "center" + } + }, + { + "character": "Sarah", + "opacity": 0, + "startTime": 5.26 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617af3ab73475f87b53a59d.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617af3ab73475f87b53a59d.md index 94bf58b8f3b..d1142e7dba8 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617af3ab73475f87b53a59d.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617af3ab73475f87b53a59d.md @@ -5,24 +5,21 @@ challengeType: 19 dashedName: task-19 --- - + # --description-- -An `arrangement` in this context refers to a plan about how something will be done. For example, in a work setting, if two team members decide who will do what part of a project, they have made an `arrangement`. +Listen to the audio and answer the question. # --question-- ## --text-- -Does Sarah accept Brian's offer, and how does she feel about this `arrangement`? +Does Sarah accept Brian's offer? ## --answers-- -No, she rejects his offer because she wants to focus only on the web app. +No, she rejects his offer because she wants to focus only on the web app ### --feedback-- @@ -30,19 +27,19 @@ Sarah suggests trying Brian's idea of equal priority, indicating some level of a --- -Yes, she accepts it, but she is not entirely happy with it and prefers more focus on the web app. +Yes, she accepts it, but she is not entirely happy with it and prefers more focus on the web app --- -Yes, she is very happy and completely agrees with giving equal priority. +Yes, she is very happy and completely agrees with giving equal priority ### --feedback-- -While Sarah agrees to try the idea, her initial preference for the web app suggests she is not completely happy with the `arrangement`. +While Sarah agrees to try the idea, her initial preference for the web app suggests she is not completely happy with the arrangement. --- -No, she is indifferent and leaves the decision to Brian. +No, she is indifferent and leaves the decision to Brian ### --feedback-- @@ -51,3 +48,69 @@ Sarah actively participates in the decision by suggesting they can try Brian's i ## --video-solution-- 2 + +# --scene-- + +```json +{ + "setup": { + "background": "company2-center.png", + "characters": [ + { + "character": "Sarah", + "position": { + "x": 50, + "y": 0, + "z": 1.4 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "8.3-2.mp3", + "startTime": 1, + "startTimestamp": 25.76, + "finishTimestamp": 32.3 + } + }, + "commands": [ + { + "character": "Sarah", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Sarah", + "startTime": 1, + "finishTime": 3.26, + "dialogue": { + "text": "I still think we should dedicate more time to the web app,", + "align": "center" + } + }, + { + "character": "Sarah", + "startTime": 3.28, + "finishTime": 4.76, + "dialogue": { + "text": "but I see where you're coming from, Brian.", + "align": "center" + } + }, + { + "character": "Sarah", + "startTime": 5.4, + "finishTime": 7.54, + "dialogue": { + "text": "I think we can try giving equal priority for a while.", + "align": "center" + } + }, + { + "character": "Sarah", + "opacity": 0, + "startTime": 8.04 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617afa03e1a7bf99f123c52.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617afa03e1a7bf99f123c52.md index 27bb62598d6..72a5a941de2 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617afa03e1a7bf99f123c52.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617afa03e1a7bf99f123c52.md @@ -5,14 +5,11 @@ challengeType: 22 dashedName: task-20 --- - + # --description-- -Fill in the blank in the dialogue below. +Listen to the audio and complete the sentence. # --fillInTheBlank-- @@ -27,3 +24,51 @@ Fill in the blank in the dialogue below. ### --feedback-- It refers to Brian expressing gratitude for agreement or assistance, likely in the context of the project discussion. + +# --scene-- + +```json +{ + "setup": { + "background": "company2-center.png", + "characters": [ + { + "character": "Brian", + "position": { + "x": 50, + "y": 15, + "z": 1.2 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "8.3-2.mp3", + "startTime": 1, + "startTimestamp": 32.56, + "finishTimestamp": 34 + } + }, + "commands": [ + { + "character": "Brian", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Brian", + "startTime": 1, + "finishTime": 2.44, + "dialogue": { + "text": "Good. Thanks for your support.", + "align": "center" + } + }, + { + "character": "Brian", + "opacity": 0, + "startTime": 2.94 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b04b6e9139fb30d059d9.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b04b6e9139fb30d059d9.md index bf741d8c100..2d44b06cfb5 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b04b6e9139fb30d059d9.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b04b6e9139fb30d059d9.md @@ -7,8 +7,145 @@ dashedName: dialogue-3-how-to-approach-the-project # --description-- -Watch the video below to understand the context of the upcoming lessons. +Watch the video to understand the context of the upcoming lessons. # --assignment-- Watch the video + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Sarah", + "position": { "x": -25, "y": 0, "z": 1 } + }, + { + "character": "Bob", + "position": { "x": 125, "y": 0, "z": 1 } + } + ], + "audio": { + "filename": "8.3-3.mp3", + "startTime": 1 + }, + "alwaysShowDialogue": true + }, + "commands": [ + { + "character": "Sarah", + "position": { "x": 25, "y": 0, "z": 1 }, + "startTime": 0 + }, + { + "character": "Bob", + "position": { "x": 70, "y": 0, "z": 1 }, + "startTime": 0.5 + }, + { + "character": "Sarah", + "startTime": 1, + "finishTime": 4.38, + "dialogue": { + "text": "We need to decide on the approach for the next phase of the project.", + "align": "left" + } + }, + { + "character": "Sarah", + "startTime": 4.68, + "finishTime": 7.22, + "dialogue": { + "text": "I believe an Agile methodology is the way to go.", + "align": "left" + } + }, + { + "character": "Bob", + "startTime": 7.66, + "finishTime": 9, + "dialogue": { + "text": "I'm sorry, but I beg to differ.", + "align": "right" + } + }, + { + "character": "Bob", + "startTime": 9.38, + "finishTime": 12.24, + "dialogue": { + "text": "While Agile may allow us to adapt to changes more efficiently,", + "align": "right" + } + }, + { + "character": "Bob", + "startTime": 12.62, + "finishTime": 14.54, + "dialogue": { + "text": "I still think Waterfall would be a better option.", + "align": "right" + } + }, + { + "character": "Bob", + "startTime": 15.34, + "finishTime": 18.38, + "dialogue": { + "text": "It offers a more structured approach that will suit this project better.", + "align": "right" + } + }, + { + "character": "Sarah", + "startTime": 19.28, + "finishTime": 23.68, + "dialogue": { + "text": "I see what you mean. I strongly feel that Agile aligns with our team's strengths, though.", + "align": "left" + } + }, + { + "character": "Sarah", + "startTime": 24.06, + "finishTime": 26.48, + "dialogue": { + "text": "I think we'll have a greater chance of success with it.", + "align": "left" + } + }, + { + "character": "Bob", + "startTime": 27, + "finishTime": 29.76, + "dialogue": { + "text": "Well, I think everyone is more used to Agile, right?", + "align": "right" + } + }, + { + "character": "Bob", + "startTime": 29.76, + "finishTime": 33.16, + "dialogue": { + "text": "Okay, I give in. We can proceed with the Agile approach.", + "align": "right" + } + }, + { + "character": "Bob", + "position": { "x": 125, "y": 0, "z": 1 }, + "startTime": 33.66 + }, + { + "character": "Sarah", + "position": { "x": -25, "y": 0, "z": 1 }, + "startTime": 34.16 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b087df2220fcc00514ec.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b087df2220fcc00514ec.md index 5ce2210137e..0a9453bc2f7 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b087df2220fcc00514ec.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b087df2220fcc00514ec.md @@ -5,10 +5,7 @@ challengeType: 22 dashedName: task-21 --- - + # --description-- @@ -34,7 +31,7 @@ It refers to the method or strategy to be used for the next phase of the project --- -`agile` +`Agile` ### --feedback-- @@ -47,3 +44,60 @@ It describes the type of methodology managing a project by breaking it up into s ### --feedback-- It indicates Sarah's opinion that agile methodology is a good choice for the project. + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Sarah", + "position": { + "x": 50, + "y": 0, + "z": 1.4 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "8.3-3.mp3", + "startTime": 1, + "startTimestamp": 0, + "finishTimestamp": 6.22 + } + }, + "commands": [ + { + "character": "Sarah", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Sarah", + "startTime": 1, + "finishTime": 4.38, + "dialogue": { + "text": "We need to decide on the approach for the next phase of the project.", + "align": "center" + } + }, + { + "character": "Sarah", + "startTime": 4.68, + "finishTime": 7.22, + "dialogue": { + "text": "I believe an Agile methodology is the way to go.", + "align": "center" + } + }, + { + "character": "Sarah", + "opacity": 0, + "startTime": 7.72 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b1efe920c2ffea40b54d.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b1efe920c2ffea40b54d.md index 4290f99de68..b8814c18049 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b1efe920c2ffea40b54d.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b1efe920c2ffea40b54d.md @@ -5,14 +5,11 @@ challengeType: 19 dashedName: task-22 --- - + # --description-- -This task aims to assess your understanding of what Sarah is proposing for the project's next phase. +Listen to the audio and answer the question. # --question-- @@ -51,3 +48,60 @@ Sarah's statement is about choosing an approach for the ongoing project, not sta ## --video-solution-- 1 + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Sarah", + "position": { + "x": 50, + "y": 0, + "z": 1.4 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "8.3-3.mp3", + "startTime": 1, + "startTimestamp": 0, + "finishTimestamp": 6.22 + } + }, + "commands": [ + { + "character": "Sarah", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Sarah", + "startTime": 1, + "finishTime": 4.38, + "dialogue": { + "text": "We need to decide on the approach for the next phase of the project.", + "align": "center" + } + }, + { + "character": "Sarah", + "startTime": 4.68, + "finishTime": 7.22, + "dialogue": { + "text": "I believe an Agile methodology is the way to go.", + "align": "center" + } + }, + { + "character": "Sarah", + "opacity": 0, + "startTime": 7.72 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b23534265c00d6b800fd.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b23534265c00d6b800fd.md index dc2ab8f0ecf..eff89d8fd25 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b23534265c00d6b800fd.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b23534265c00d6b800fd.md @@ -5,10 +5,7 @@ challengeType: 22 dashedName: task-23 --- - + # --description-- @@ -39,3 +36,51 @@ In this context, it is part of the phrase used to politely introduce a disagreem ### --feedback-- It means to have a different opinion or viewpoint. + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Bob", + "position": { + "x": 50, + "y": 15, + "z": 1.2 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "8.3-3.mp3", + "startTime": 1, + "startTimestamp": 6.46, + "finishTimestamp": 8 + } + }, + "commands": [ + { + "character": "Bob", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Bob", + "startTime": 1, + "finishTime": 2.54, + "dialogue": { + "text": "I'm sorry, but I beg to differ.", + "align": "center" + } + }, + { + "character": "Bob", + "opacity": 0, + "startTime": 3.04 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b2b0388c600232500e28.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b2b0388c600232500e28.md index 03d0eb46375..aa24751995f 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b2b0388c600232500e28.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b2b0388c600232500e28.md @@ -5,10 +5,7 @@ challengeType: 19 dashedName: task-24 --- - + # --description-- @@ -53,3 +50,60 @@ The contrast is not about Waterfall's inability but about a preference for it de ## --video-solution-- 1 + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Bob", + "position": { + "x": 50, + "y": 15, + "z": 1.2 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "8.3-3.mp3", + "startTime": 1, + "startTimestamp": 8.18, + "finishTimestamp": 13.54 + } + }, + "commands": [ + { + "character": "Bob", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Bob", + "startTime": 1, + "finishTime": 4.06, + "dialogue": { + "text": "While Agile may allow us to adapt to changes more efficiently,", + "align": "center" + } + }, + { + "character": "Bob", + "startTime": 4.44, + "finishTime": 6.36, + "dialogue": { + "text": "I still think Waterfall would be a better option.", + "align": "center" + } + }, + { + "character": "Bob", + "opacity": 0, + "startTime": 6.86 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b34260704803d74a6e07.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b34260704803d74a6e07.md index 55077937878..7f48afa2190 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b34260704803d74a6e07.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b34260704803d74a6e07.md @@ -5,10 +5,7 @@ challengeType: 22 dashedName: task-25 --- - + # --description-- @@ -45,3 +42,51 @@ It means to be a good fit or appropriate for the project. ### --feedback-- It implies that this approach is more suitable or effective for the project compared to other options. + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Bob", + "position": { + "x": 50, + "y": 15, + "z": 1.2 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "8.3-3.mp3", + "startTime": 1, + "startTimestamp": 14.34, + "finishTimestamp": 17.38 + } + }, + "commands": [ + { + "character": "Bob", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Bob", + "startTime": 1, + "finishTime": 4.04, + "dialogue": { + "text": "It offers a more structured approach that will suit this project better.", + "align": "center" + } + }, + { + "character": "Bob", + "opacity": 0, + "startTime": 4.54 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b3d0e2de65050f11351c.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b3d0e2de65050f11351c.md index 1426703578b..9559d01255a 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b3d0e2de65050f11351c.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b3d0e2de65050f11351c.md @@ -5,14 +5,11 @@ challengeType: 19 dashedName: task-26 --- - + # --description-- -Practice time! +Listen to the audio and answer the question. # --question-- @@ -51,3 +48,78 @@ Cost and ease of implementation are not mentioned. Bob's focus is on the structu ## --video-solution-- 3 + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Bob", + "position": { + "x": 50, + "y": 15, + "z": 1.2 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "8.3-3.mp3", + "startTime": 1, + "startTimestamp": 6.46, + "finishTimestamp": 17.38 + } + }, + "commands": [ + { + "character": "Bob", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Bob", + "startTime": 1, + "finishTime": 2.54, + "dialogue": { + "text": "I'm sorry, but I beg to differ.", + "align": "center" + } + }, + { + "character": "Bob", + "startTime": 2.92, + "finishTime": 5.78, + "dialogue": { + "text": "While Agile may allow us to adapt to changes more efficiently,", + "align": "center" + } + }, + { + "character": "Bob", + "startTime": 6.16, + "finishTime": 8.08, + "dialogue": { + "text": "I still think Waterfall would be a better option.", + "align": "center" + } + }, + { + "character": "Bob", + "startTime": 8.88, + "finishTime": 11.92, + "dialogue": { + "text": "It offers a more structured approach that will suit this project better.", + "align": "center" + } + }, + { + "character": "Bob", + "opacity": 0, + "startTime": 12.42 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b500a7049808f3a2a593.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b500a7049808f3a2a593.md index 1c3d66f85c1..9c2475527d7 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b500a7049808f3a2a593.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b500a7049808f3a2a593.md @@ -5,10 +5,7 @@ challengeType: 22 dashedName: task-29 --- - + # --description-- @@ -27,3 +24,60 @@ Focus on the word `greater`. `Greater` is used to describe something that is mor ### --feedback-- It indicates an increased likelihood or higher degree of success in this context. + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Sarah", + "position": { + "x": 50, + "y": 0, + "z": 1.4 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "8.3-3.mp3", + "startTime": 1, + "startTimestamp": 18.28, + "finishTimestamp": 25.48 + } + }, + "commands": [ + { + "character": "Sarah", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Sarah", + "startTime": 1, + "finishTime": 5.4, + "dialogue": { + "text": "I see what you mean. I strongly feel that Agile aligns with our team's strengths, though.", + "align": "center" + } + }, + { + "character": "Sarah", + "startTime": 5.78, + "finishTime": 8.2, + "dialogue": { + "text": "I think we'll have a greater chance of success with it.", + "align": "center" + } + }, + { + "character": "Sarah", + "opacity": 0, + "startTime": 8.7 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b53e5eda8e09c6c67d28.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b53e5eda8e09c6c67d28.md index 0b14d8ecf77..219a53ec194 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b53e5eda8e09c6c67d28.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b53e5eda8e09c6c67d28.md @@ -5,14 +5,11 @@ challengeType: 22 dashedName: task-30 --- - + # --description-- -Practice time! +Listen to the audio and complete the sentence. # --fillInTheBlank-- @@ -51,3 +48,60 @@ It introduces a contrasting idea, showing a shift in Sarah's thought process. ### --feedback-- It implies a higher probability or larger degree of success. + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Sarah", + "position": { + "x": 50, + "y": 0, + "z": 1.4 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "8.3-3.mp3", + "startTime": 1, + "startTimestamp": 18.28, + "finishTimestamp": 25.48 + } + }, + "commands": [ + { + "character": "Sarah", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Sarah", + "startTime": 1, + "finishTime": 5.4, + "dialogue": { + "text": "I see what you mean. I strongly feel that Agile aligns with our team's strengths, though.", + "align": "center" + } + }, + { + "character": "Sarah", + "startTime": 5.78, + "finishTime": 8.2, + "dialogue": { + "text": "I think we'll have a greater chance of success with it.", + "align": "center" + } + }, + { + "character": "Sarah", + "opacity": 0, + "startTime": 8.7 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b674eb480b0c8d3d6031.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b674eb480b0c8d3d6031.md index ef7656c7b00..fe37fc4e239 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b674eb480b0c8d3d6031.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b674eb480b0c8d3d6031.md @@ -5,14 +5,11 @@ challengeType: 19 dashedName: task-31 --- - + # --description-- -This task aims to identify key words that Sarah uses to effectively defend her opinion about Agile in a negotiation context. Recognizing impactful language is crucial for understanding persuasive communication in professional settings. +Listen to the audio and answer the question. # --question-- @@ -51,3 +48,60 @@ These words are part of her statement but are not the key terms that emphasize h ## --video-solution-- 2 + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Sarah", + "position": { + "x": 50, + "y": 0, + "z": 1.4 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "8.3-3.mp3", + "startTime": 1, + "startTimestamp": 18.28, + "finishTimestamp": 25.48 + } + }, + "commands": [ + { + "character": "Sarah", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Sarah", + "startTime": 1, + "finishTime": 5.4, + "dialogue": { + "text": "I see what you mean. I strongly feel that Agile aligns with our team's strengths, though.", + "align": "center" + } + }, + { + "character": "Sarah", + "startTime": 5.78, + "finishTime": 8.2, + "dialogue": { + "text": "I think we'll have a greater chance of success with it.", + "align": "center" + } + }, + { + "character": "Sarah", + "opacity": 0, + "startTime": 8.7 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b81046e7b11287a7bef8.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b81046e7b11287a7bef8.md index 4576e864924..78d72b78c9d 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b81046e7b11287a7bef8.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b81046e7b11287a7bef8.md @@ -5,14 +5,11 @@ challengeType: 19 dashedName: task-32 --- - + # --description-- -This task focuses on understanding Sarah's perspective on using Agile methodology for the project. Recognizing the reasoning behind a team member's preference for a particular approach is crucial in professional communication, especially when it comes to project management and decision-making. +Listen to the audio and answer the question. # --question-- @@ -46,8 +43,65 @@ Sarah's statement indicates she believes Agile is well-suited for the team, not --- -She feels strongly that Agile aligns with the team's strengths and will increase the chances of success. +She strongly feels that Agile aligns with the team's strengths and will increase the chances of success. ## --video-solution-- 4 + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Sarah", + "position": { + "x": 50, + "y": 0, + "z": 1.4 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "8.3-3.mp3", + "startTime": 1, + "startTimestamp": 18.28, + "finishTimestamp": 25.48 + } + }, + "commands": [ + { + "character": "Sarah", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Sarah", + "startTime": 1, + "finishTime": 5.4, + "dialogue": { + "text": "I see what you mean. I strongly feel that Agile aligns with our team's strengths, though.", + "align": "center" + } + }, + { + "character": "Sarah", + "startTime": 5.78, + "finishTime": 8.2, + "dialogue": { + "text": "I think we'll have a greater chance of success with it.", + "align": "center" + } + }, + { + "character": "Sarah", + "opacity": 0, + "startTime": 8.7 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b9b4bb38f916a2c01f8e.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b9b4bb38f916a2c01f8e.md index 1364cf6ce86..7e6e7abc95b 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b9b4bb38f916a2c01f8e.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617b9b4bb38f916a2c01f8e.md @@ -5,10 +5,7 @@ challengeType: 22 dashedName: task-33 --- - + # --description-- @@ -47,3 +44,60 @@ It is part of a phrase indicating Bob is agreeing to go with the Agile approach ### --feedback-- It means to go forward with, in this case, the Agile approach for the project. + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Bob", + "position": { + "x": 50, + "y": 15, + "z": 1.2 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "8.3-3.mp3", + "startTime": 1, + "startTimestamp": 26, + "finishTimestamp": 32.16 + } + }, + "commands": [ + { + "character": "Bob", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Bob", + "startTime": 1, + "finishTime": 3.76, + "dialogue": { + "text": "Well, I think everyone is more used to Agile, right?", + "align": "center" + } + }, + { + "character": "Bob", + "startTime": 3.76, + "finishTime": 7.16, + "dialogue": { + "text": "Okay, I give in. We can proceed with the Agile approach.", + "align": "center" + } + }, + { + "character": "Bob", + "opacity": 0, + "startTime": 7.66 + } + ] +} +``` diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617bae50ecd231987654d2e.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617bae50ecd231987654d2e.md index f03680beb35..fd936930b9d 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617bae50ecd231987654d2e.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/6617bae50ecd231987654d2e.md @@ -5,14 +5,11 @@ challengeType: 19 dashedName: task-34 --- - + # --description-- -This task aims to evaluate your understanding of the reason behind Bob's agreement with Sarah's suggestion to use the Agile methodology. +Listen to the audio and answer the question. # --question-- @@ -51,3 +48,60 @@ While Sarah's belief may have been a factor, Bob specifically mentions the team' ## --video-solution-- 2 + +# --scene-- + +```json +{ + "setup": { + "background": "company1-boardroom.png", + "characters": [ + { + "character": "Bob", + "position": { + "x": 50, + "y": 15, + "z": 1.2 + }, + "opacity": 0 + } + ], + "audio": { + "filename": "8.3-3.mp3", + "startTime": 1, + "startTimestamp": 26, + "finishTimestamp": 32.16 + } + }, + "commands": [ + { + "character": "Bob", + "opacity": 1, + "startTime": 0 + }, + { + "character": "Bob", + "startTime": 1, + "finishTime": 3.76, + "dialogue": { + "text": "Well, I think everyone is more used to Agile, right?", + "align": "center" + } + }, + { + "character": "Bob", + "startTime": 3.76, + "finishTime": 7.16, + "dialogue": { + "text": "Okay, I give in. We can proceed with the Agile approach.", + "align": "center" + } + }, + { + "character": "Bob", + "opacity": 0, + "startTime": 7.66 + } + ] +} +```