diff --git a/client/config/cert-and-project-map.ts b/client/config/cert-and-project-map.ts index c45cd8f10a2..75df4eb5d52 100644 --- a/client/config/cert-and-project-map.ts +++ b/client/config/cert-and-project-map.ts @@ -916,9 +916,9 @@ const allStandardCerts = [ certSlug: Certification.B1English, projects: [ { - id: '66607e5b317411dd5e8aae22', - title: "Dialogue 1: I'm Tom", - link: `${b1EnglishBase}/learn-how-to-describe-places-and-events/dialogue-1-im-tom`, + id: '694106b87224ea1c1a9d3201', + title: 'B1 English for Developers Certification Exam', + link: `${b1EnglishBase}/en-b1-certification-exam/en-b1-certification-exam`, certSlug: Certification.B1English } ] diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index ecd33155c3d..f08fae158e9 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -1724,6 +1724,12 @@ "intro": [ "In this course, you will learn how to use common phrasal verbs and idioms to sound more natural and confident at work. You will practice using expressions to give opinions, make suggestions, organize meetings, and talk about tasks in everyday professional conversations." ] + }, + "en-b1-certification-exam": { + "title": "B1 English for Developers Certification Exam", + "intro": [ + "This exam is required to claim the B1 English for Developers Certification." + ] } } }, diff --git a/client/src/pages/learn/b1-english-for-developers/en-b1-certification-exam/index.md b/client/src/pages/learn/b1-english-for-developers/en-b1-certification-exam/index.md new file mode 100644 index 00000000000..e2ea487d97a --- /dev/null +++ b/client/src/pages/learn/b1-english-for-developers/en-b1-certification-exam/index.md @@ -0,0 +1,9 @@ +--- +title: B1 English for Developers Certification Exam +block: en-b1-certification-exam +superBlock: b1-english-for-developers +--- + +## Introduction to B1 English for Developers Certification Exam + +This is a stub. diff --git a/curriculum/challenges/english/blocks/en-b1-certification-exam/694106b87224ea1c1a9d3201.md b/curriculum/challenges/english/blocks/en-b1-certification-exam/694106b87224ea1c1a9d3201.md new file mode 100644 index 00000000000..1f21c9af9e3 --- /dev/null +++ b/curriculum/challenges/english/blocks/en-b1-certification-exam/694106b87224ea1c1a9d3201.md @@ -0,0 +1,21 @@ +--- +id: 694106b87224ea1c1a9d3201 +title: B1 English for Developers Certification Exam +challengeType: 30 +isExam: true +dashedName: en-b1-certification-exam +prerequisites: [] +lang: en-US +--- + +# --description-- + +Start your exam in the exam environment app. + +# --instructions-- + +# --hints-- + +# --seed-- + +# --solutions-- diff --git a/curriculum/challenges/english/certifications/b1-english-for-developers.yml b/curriculum/challenges/english/certifications/b1-english-for-developers.yml index 721dc3489f6..a1ae0dba429 100644 --- a/curriculum/challenges/english/certifications/b1-english-for-developers.yml +++ b/curriculum/challenges/english/certifications/b1-english-for-developers.yml @@ -1,8 +1,7 @@ ---- id: 66607e53317411dd5e8aae21 -title: B1 English for Developers Certification +title: B1 English for Developers Certification (Beta) certification: b1-english-for-developers challengeType: 7 tests: - - id: 66607e5b317411dd5e8aae22 - title: "Dialogue 1: I'm Tom" + - id: 694106b87224ea1c1a9d3201 + title: B1 English for Developers Certification Exam diff --git a/curriculum/structure/blocks/en-b1-certification-exam.json b/curriculum/structure/blocks/en-b1-certification-exam.json new file mode 100644 index 00000000000..46fa4bb9c08 --- /dev/null +++ b/curriculum/structure/blocks/en-b1-certification-exam.json @@ -0,0 +1,13 @@ +{ + "name": "B1 English for Developers Certification Exam", + "isUpcomingChange": false, + "dashedName": "en-b1-certification-exam", + "helpCategory": "English", + "challengeOrder": [ + { + "id": "694106b87224ea1c1a9d3201", + "title": "B1 English for Developers Certification Exam" + } + ], + "blockLayout": "project-list" +} diff --git a/curriculum/structure/superblocks/b1-english-for-developers.json b/curriculum/structure/superblocks/b1-english-for-developers.json index 2c6d1456cb7..0405f49034f 100644 --- a/curriculum/structure/superblocks/b1-english-for-developers.json +++ b/curriculum/structure/superblocks/b1-english-for-developers.json @@ -23,6 +23,7 @@ "learn-how-to-use-reported-speech", "learn-how-to-use-prepositions-according-to-context", "learn-how-to-talk-about-numbers-with-a-coworker", - "learn-common-phrasal-verbs-and-idioms" + "learn-common-phrasal-verbs-and-idioms", + "en-b1-certification-exam" ] }