From dc91c4d076e639fd66b196bb888d335ea0659199 Mon Sep 17 00:00:00 2001 From: nparker94 Date: Tue, 17 Mar 2026 20:51:10 +0000 Subject: [PATCH 1/5] Correcting case to capital --- org-cyf-itp/content/data-groups/sprints/3/prep/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-cyf-itp/content/data-groups/sprints/3/prep/index.md b/org-cyf-itp/content/data-groups/sprints/3/prep/index.md index c55b0765a..7f8d93802 100644 --- a/org-cyf-itp/content/data-groups/sprints/3/prep/index.md +++ b/org-cyf-itp/content/data-groups/sprints/3/prep/index.md @@ -38,7 +38,7 @@ src="module/js2/reacting" name="Reacting to events" [[blocks]] src="module/js2/check-progress" -name="check progress" +name="Check progress" [[blocks]] src="module/js2/refactor" name="Refactor" From 3d54c46347b3377fb74da75199a43a54c7c2808e Mon Sep 17 00:00:00 2001 From: nparker94 Date: Sun, 22 Mar 2026 17:58:18 +0000 Subject: [PATCH 2/5] Adding a section in the prep to read the interview guide before the workshop --- .../en/module/employability/interviewing/index.md | 14 ++++++++++++++ .../content/data-groups/sprints/3/prep/index.md | 3 +++ 2 files changed, 17 insertions(+) create mode 100644 common-content/en/module/employability/interviewing/index.md diff --git a/common-content/en/module/employability/interviewing/index.md b/common-content/en/module/employability/interviewing/index.md new file mode 100644 index 000000000..91f6ec07e --- /dev/null +++ b/common-content/en/module/employability/interviewing/index.md @@ -0,0 +1,14 @@ ++++ +title = 'Interviewing' +time = 30 +[objectives] + 1='Understand how to introduce yourself in an interview' + 2='Understand what competency based interview are and how to succeed in them' + 3='Understand how to prepare for a technical interview' +[build] + render = 'never' + list = 'local' + publishResources = false ++++ + +Please read the [CYF interview guide](https://curriculum.codeyourfuture.io/guides/employability/interview/) to prepare you for the interviewing workshop this week. You will be asked to play the role of both the interviewer and interviewee during the workshop. This guide includes what to expect in interviews, some sample questions and how to answer them. \ No newline at end of file diff --git a/org-cyf-itp/content/data-groups/sprints/3/prep/index.md b/org-cyf-itp/content/data-groups/sprints/3/prep/index.md index 7f8d93802..03b268b61 100644 --- a/org-cyf-itp/content/data-groups/sprints/3/prep/index.md +++ b/org-cyf-itp/content/data-groups/sprints/3/prep/index.md @@ -42,4 +42,7 @@ name="Check progress" [[blocks]] src="module/js2/refactor" name="Refactor" +[[blocks]] +src="module/employability/interviews +name"Guide to interviewing" +++ From 366db5eda0e5879aea0ed18ce9a323c118c7c167 Mon Sep 17 00:00:00 2001 From: nparker94 Date: Sun, 22 Mar 2026 18:02:03 +0000 Subject: [PATCH 3/5] Adding link to workshop branch --- org-cyf-itp/content/data-groups/sprints/3/day-plan/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org-cyf-itp/content/data-groups/sprints/3/day-plan/index.md b/org-cyf-itp/content/data-groups/sprints/3/day-plan/index.md index 92cc528ec..7c2a98dbe 100644 --- a/org-cyf-itp/content/data-groups/sprints/3/day-plan/index.md +++ b/org-cyf-itp/content/data-groups/sprints/3/day-plan/index.md @@ -20,7 +20,8 @@ src="blocks/morning-break" time=20 [[blocks]] name="Interviewing practice" -src="https://github.com/CodeYourFuture/CYF-Workshops/tree/main/interviewing" +src="https://github.com/CodeYourFuture/CYF-Workshops/tree/interview-workshop/interviewing" +#TODO change this link to main not the branch time=60 [[blocks]] name="lunch" From cfdcabb305c76605b90520b9d612bf756d8e6001 Mon Sep 17 00:00:00 2001 From: nparker94 Date: Sun, 22 Mar 2026 18:06:59 +0000 Subject: [PATCH 4/5] Extend time of workshop --- org-cyf-itp/content/data-groups/sprints/3/day-plan/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-cyf-itp/content/data-groups/sprints/3/day-plan/index.md b/org-cyf-itp/content/data-groups/sprints/3/day-plan/index.md index 7c2a98dbe..ae9dce6dd 100644 --- a/org-cyf-itp/content/data-groups/sprints/3/day-plan/index.md +++ b/org-cyf-itp/content/data-groups/sprints/3/day-plan/index.md @@ -22,7 +22,7 @@ time=20 name="Interviewing practice" src="https://github.com/CodeYourFuture/CYF-Workshops/tree/interview-workshop/interviewing" #TODO change this link to main not the branch -time=60 +time=90 [[blocks]] name="lunch" src="blocks/lunch" From 0b798d6a4efcee45778bbb84337e142f4754f3f8 Mon Sep 17 00:00:00 2001 From: nparker94 Date: Sun, 22 Mar 2026 18:09:59 +0000 Subject: [PATCH 5/5] Typo --- org-cyf-itp/content/data-groups/sprints/3/prep/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org-cyf-itp/content/data-groups/sprints/3/prep/index.md b/org-cyf-itp/content/data-groups/sprints/3/prep/index.md index 03b268b61..ddefeca45 100644 --- a/org-cyf-itp/content/data-groups/sprints/3/prep/index.md +++ b/org-cyf-itp/content/data-groups/sprints/3/prep/index.md @@ -43,6 +43,6 @@ name="Check progress" src="module/js2/refactor" name="Refactor" [[blocks]] -src="module/employability/interviews -name"Guide to interviewing" +src="module/employability/interviews" +name="Guide to interviewing" +++