From c20bd91bccc37cf30e2e50e22d47c356e00d6328 Mon Sep 17 00:00:00 2001 From: DanielRosa74 <58576743+DanielRosa74@users.noreply.github.com> Date: Tue, 18 Jun 2024 04:19:53 -0300 Subject: [PATCH] feat(curriculum): set parts 7, 8, and 9 of the English Curriculum live (#55215) --- client/i18n/locales/english/intro.json | 36 ++++++++++++++----- .../index.md | 2 +- .../index.md | 2 +- .../index.md | 2 +- .../index.md | 2 +- .../index.md | 2 +- .../index.md | 2 +- .../index.md | 2 +- .../index.md | 2 +- .../index.md | 2 +- .../meta.json | 2 +- .../meta.json | 2 +- .../meta.json | 2 +- .../meta.json | 2 +- .../meta.json | 2 +- .../meta.json | 2 +- .../meta.json | 2 +- .../meta.json | 2 +- .../meta.json | 2 +- 19 files changed, 45 insertions(+), 27 deletions(-) diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index 10ce4289973..7c0da18a522 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -1502,39 +1502,57 @@ }, "learn-how-to-document-code-for-a-project": { "title": "Learn How to Document Code for a Project", - "intro": ["", ""] + "intro": [ + "This course will show you expressions related to what to do when documenting code." + ] }, "learn-how-to-read-and-understand-code-documentation": { "title": "Learn How to Read and Understand Code Documentation", - "intro": ["", ""] + "intro": [ + "This course will present more expressions related to code documentation and bring tips on how to understand it." + ] }, "learn-how-to-analyze-code-documentation": { "title": "Learn How to Analyze Code Documentation", - "intro": ["", ""] + "intro": [ + "In this course, you will see some ideas to help you to approach documentation and analyze it in simple terms." + ] }, "learn-how-to-share-progress-and-accomplishments": { "title": "Learn How to Share Progress and Accomplishments", - "intro": ["", ""] + "intro": [ + "In this course, you will learn how to share your progress with coworkers and tell about what successes you've had in your projects." + ] }, "learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects": { "title": "Learn How to Talk about Updates and Plans for Tasks and Projects", - "intro": ["", ""] + "intro": [ + "This course will show you how to speak about the most recent advancements in your projects and about your plans." + ] }, "learn-how-to-express-agreement-or-disagreement": { "title": "Learn How to Express Agreement or Disagreement", - "intro": ["", ""] + "intro": [ + "This course will introduce how to say that you agree with what another person says and to tell them politely that you do not agree with them." + ] }, "learn-how-to-offer-technical-support-and-guidance": { "title": "Learn How to Offer Technical Support and Guidance", - "intro": ["", ""] + "intro": [ + "In this course, you will see ways of offering some help in terms of technical specifics to another person." + ] }, "learn-how-to-request-and-receive-guidance": { "title": "Learn How to Request and Receive Guidance", - "intro": ["", ""] + "intro": [ + "This course will show you how to ask for assistance from a coworker when you need it." + ] }, "learn-how-to-provide-explanations-when-helping-others": { "title": "Learn How to Provide Explanations When Helping Others", - "intro": ["", ""] + "intro": [ + "This course will provide you with ways to explain things to other people while assisting them." + ] } } }, diff --git a/client/src/pages/learn/a2-english-for-developers/learn-how-to-analyze-code-documentation/index.md b/client/src/pages/learn/a2-english-for-developers/learn-how-to-analyze-code-documentation/index.md index bd5d0b7cc6b..d2201e9cbeb 100644 --- a/client/src/pages/learn/a2-english-for-developers/learn-how-to-analyze-code-documentation/index.md +++ b/client/src/pages/learn/a2-english-for-developers/learn-how-to-analyze-code-documentation/index.md @@ -6,4 +6,4 @@ superBlock: a2-english-for-developers ## Introduction to the Learn How to Analyze Code Documentation -This is a test for the new project-based curriculum. +In this course, you will see some ideas to help you to approach documentation and analyze it in simple terms. diff --git a/client/src/pages/learn/a2-english-for-developers/learn-how-to-document-code-for-a-project/index.md b/client/src/pages/learn/a2-english-for-developers/learn-how-to-document-code-for-a-project/index.md index 418d694ea15..da9f3171262 100644 --- a/client/src/pages/learn/a2-english-for-developers/learn-how-to-document-code-for-a-project/index.md +++ b/client/src/pages/learn/a2-english-for-developers/learn-how-to-document-code-for-a-project/index.md @@ -6,4 +6,4 @@ superBlock: a2-english-for-developers ## Introduction to the Learn How to Document Code for a Project -This is a test for the new project-based curriculum. +This course will show you expressions related to what to do when documenting code. diff --git a/client/src/pages/learn/a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/index.md b/client/src/pages/learn/a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/index.md index d0dd4e983f7..2f8425924e7 100644 --- a/client/src/pages/learn/a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/index.md +++ b/client/src/pages/learn/a2-english-for-developers/learn-how-to-express-agreement-or-disagreement/index.md @@ -6,4 +6,4 @@ superBlock: a2-english-for-developers ## Introduction to the Learn How to Express Agreement or Disagreement -This is a test for the new project-based curriculum. +This course will introduce how to say that you agree with what another person says and to tell them politely that you do not agree with them. diff --git a/client/src/pages/learn/a2-english-for-developers/learn-how-to-offer-technical-support-and-guidance/index.md b/client/src/pages/learn/a2-english-for-developers/learn-how-to-offer-technical-support-and-guidance/index.md index efa89660267..2d2e67eadb5 100644 --- a/client/src/pages/learn/a2-english-for-developers/learn-how-to-offer-technical-support-and-guidance/index.md +++ b/client/src/pages/learn/a2-english-for-developers/learn-how-to-offer-technical-support-and-guidance/index.md @@ -6,4 +6,4 @@ superBlock: a2-english-for-developers ## Introduction to the Learn How to Offer Technical Support and Guidance -This is a test for the new project-based curriculum. +In this course, you will see ways of offering some help in terms of technical specifics to another person. diff --git a/client/src/pages/learn/a2-english-for-developers/learn-how-to-provide-explanations-when-helping-others/index.md b/client/src/pages/learn/a2-english-for-developers/learn-how-to-provide-explanations-when-helping-others/index.md index e0469a3d861..13564ca99a7 100644 --- a/client/src/pages/learn/a2-english-for-developers/learn-how-to-provide-explanations-when-helping-others/index.md +++ b/client/src/pages/learn/a2-english-for-developers/learn-how-to-provide-explanations-when-helping-others/index.md @@ -6,4 +6,4 @@ superBlock: a2-english-for-developers ## Introduction to the Learn How to Provide Explanations When Helping Others -This is a test for the new project-based curriculum. +This course will provide you with ways to explain things to other people while assisting them. diff --git a/client/src/pages/learn/a2-english-for-developers/learn-how-to-read-and-understand-code-documentation/index.md b/client/src/pages/learn/a2-english-for-developers/learn-how-to-read-and-understand-code-documentation/index.md index 2be417eabef..1129109e626 100644 --- a/client/src/pages/learn/a2-english-for-developers/learn-how-to-read-and-understand-code-documentation/index.md +++ b/client/src/pages/learn/a2-english-for-developers/learn-how-to-read-and-understand-code-documentation/index.md @@ -6,4 +6,4 @@ superBlock: a2-english-for-developers ## Introduction to the Learn How to Read and Understand Code Documentation -This is a test for the new project-based curriculum. +This course will present more expressions related to code documentation and bring tips on how to understand it. diff --git a/client/src/pages/learn/a2-english-for-developers/learn-how-to-request-and-receive-guidance/index.md b/client/src/pages/learn/a2-english-for-developers/learn-how-to-request-and-receive-guidance/index.md index 41bac18236a..496d6d25008 100644 --- a/client/src/pages/learn/a2-english-for-developers/learn-how-to-request-and-receive-guidance/index.md +++ b/client/src/pages/learn/a2-english-for-developers/learn-how-to-request-and-receive-guidance/index.md @@ -6,4 +6,4 @@ superBlock: a2-english-for-developers ## Introduction to the Learn How to Request and Receive Guidance -This is a test for the new project-based curriculum. +This course will show you how to ask for assistance from a coworker when you need it. diff --git a/client/src/pages/learn/a2-english-for-developers/learn-how-to-share-progress-and-accomplishments/index.md b/client/src/pages/learn/a2-english-for-developers/learn-how-to-share-progress-and-accomplishments/index.md index a2dc09dd621..cfdfe22de8d 100644 --- a/client/src/pages/learn/a2-english-for-developers/learn-how-to-share-progress-and-accomplishments/index.md +++ b/client/src/pages/learn/a2-english-for-developers/learn-how-to-share-progress-and-accomplishments/index.md @@ -6,4 +6,4 @@ superBlock: a2-english-for-developers ## Introduction to the Learn How to Share Progress and Accomplishments -This is a test for the new project-based curriculum. +In this course, you will learn how to share your progress with coworkers and tell about what successes you've had in your projects. diff --git a/client/src/pages/learn/a2-english-for-developers/learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects/index.md b/client/src/pages/learn/a2-english-for-developers/learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects/index.md index e321e5e1f31..ea83e939bd8 100644 --- a/client/src/pages/learn/a2-english-for-developers/learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects/index.md +++ b/client/src/pages/learn/a2-english-for-developers/learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects/index.md @@ -6,4 +6,4 @@ superBlock: a2-english-for-developers ## Introduction to the Learn How to Talk About Updates and Plans for Tasks and Projects -This is a test for the new project-based curriculum. +This course will show you how to speak about the most recent advancements in your projects and about your plans. diff --git a/curriculum/challenges/_meta/learn-how-to-analyze-code-documentation/meta.json b/curriculum/challenges/_meta/learn-how-to-analyze-code-documentation/meta.json index cb57eab3d71..70de94c8421 100644 --- a/curriculum/challenges/_meta/learn-how-to-analyze-code-documentation/meta.json +++ b/curriculum/challenges/_meta/learn-how-to-analyze-code-documentation/meta.json @@ -1,6 +1,6 @@ { "name": "Learn How to Analyze Code Documentation", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "learn-how-to-analyze-code-documentation", "order": 20, "superBlock": "a2-english-for-developers", diff --git a/curriculum/challenges/_meta/learn-how-to-document-code-for-a-project/meta.json b/curriculum/challenges/_meta/learn-how-to-document-code-for-a-project/meta.json index d9989f0a569..d60c4f87c17 100644 --- a/curriculum/challenges/_meta/learn-how-to-document-code-for-a-project/meta.json +++ b/curriculum/challenges/_meta/learn-how-to-document-code-for-a-project/meta.json @@ -1,6 +1,6 @@ { "name": "Learn How to Document Code for a Project", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "learn-how-to-document-code-for-a-project", "order": 18, "superBlock": "a2-english-for-developers", diff --git a/curriculum/challenges/_meta/learn-how-to-express-agreement-or-disagreement/meta.json b/curriculum/challenges/_meta/learn-how-to-express-agreement-or-disagreement/meta.json index 29176f7ecd5..6e49f5a08b6 100644 --- a/curriculum/challenges/_meta/learn-how-to-express-agreement-or-disagreement/meta.json +++ b/curriculum/challenges/_meta/learn-how-to-express-agreement-or-disagreement/meta.json @@ -1,6 +1,6 @@ { "name": "Learn How to Express Agreement or Disagreement", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "learn-how-to-express-agreement-or-disagreement", "order": 23, "superBlock": "a2-english-for-developers", diff --git a/curriculum/challenges/_meta/learn-how-to-offer-technical-support-and-guidance/meta.json b/curriculum/challenges/_meta/learn-how-to-offer-technical-support-and-guidance/meta.json index b6986cf7897..7bd9d289a3d 100644 --- a/curriculum/challenges/_meta/learn-how-to-offer-technical-support-and-guidance/meta.json +++ b/curriculum/challenges/_meta/learn-how-to-offer-technical-support-and-guidance/meta.json @@ -1,6 +1,6 @@ { "name": "Learn How to Offer Technical Support and Guidance", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "learn-how-to-offer-technical-support-and-guidance", "order": 24, "superBlock": "a2-english-for-developers", diff --git a/curriculum/challenges/_meta/learn-how-to-provide-explanations-when-helping-others/meta.json b/curriculum/challenges/_meta/learn-how-to-provide-explanations-when-helping-others/meta.json index 676acfc6532..63adcd4b10d 100644 --- a/curriculum/challenges/_meta/learn-how-to-provide-explanations-when-helping-others/meta.json +++ b/curriculum/challenges/_meta/learn-how-to-provide-explanations-when-helping-others/meta.json @@ -1,6 +1,6 @@ { "name": "Learn How to Provide Explanations When Helping Others", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "learn-how-to-provide-explanations-when-helping-others", "order": 26, "superBlock": "a2-english-for-developers", diff --git a/curriculum/challenges/_meta/learn-how-to-read-and-understand-code-documentation/meta.json b/curriculum/challenges/_meta/learn-how-to-read-and-understand-code-documentation/meta.json index e3384dcbd19..51c456c5c4f 100644 --- a/curriculum/challenges/_meta/learn-how-to-read-and-understand-code-documentation/meta.json +++ b/curriculum/challenges/_meta/learn-how-to-read-and-understand-code-documentation/meta.json @@ -1,6 +1,6 @@ { "name": "Learn How to Read and Understand Code Documentation", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "learn-how-to-read-and-understand-code-documentation", "order": 19, "superBlock": "a2-english-for-developers", diff --git a/curriculum/challenges/_meta/learn-how-to-request-and-receive-guidance/meta.json b/curriculum/challenges/_meta/learn-how-to-request-and-receive-guidance/meta.json index 58c37896ae0..d10cee0eb52 100644 --- a/curriculum/challenges/_meta/learn-how-to-request-and-receive-guidance/meta.json +++ b/curriculum/challenges/_meta/learn-how-to-request-and-receive-guidance/meta.json @@ -1,6 +1,6 @@ { "name": "Learn How to Request and Receive Guidance", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "learn-how-to-request-and-receive-guidance", "order": 25, "superBlock": "a2-english-for-developers", diff --git a/curriculum/challenges/_meta/learn-how-to-share-progress-and-accomplishments/meta.json b/curriculum/challenges/_meta/learn-how-to-share-progress-and-accomplishments/meta.json index ccbae8094cb..b3b60041392 100644 --- a/curriculum/challenges/_meta/learn-how-to-share-progress-and-accomplishments/meta.json +++ b/curriculum/challenges/_meta/learn-how-to-share-progress-and-accomplishments/meta.json @@ -1,6 +1,6 @@ { "name": "Learn How to Share Progress and Accomplishments", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "learn-how-to-share-progress-and-accomplishments", "order": 21, "superBlock": "a2-english-for-developers", diff --git a/curriculum/challenges/_meta/learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects/meta.json b/curriculum/challenges/_meta/learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects/meta.json index fd587d115fb..18bd25d3c9b 100644 --- a/curriculum/challenges/_meta/learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects/meta.json +++ b/curriculum/challenges/_meta/learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects/meta.json @@ -1,6 +1,6 @@ { "name": "Learn How to Talk about Updates and Plans for Tasks and Projects", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects", "order": 22, "superBlock": "a2-english-for-developers",