Skip to content

Commit 09d91ce

Browse files
authored
Rename Piscine to Checkpoint (#1837)
1 parent 01adb52 commit 09d91ce

77 files changed

Lines changed: 257 additions & 225 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
+++
2+
title="Checkpoint"
3+
description="Content for the checkpoint, basically hackathons"
4+
layout="block-viewer"
5+
hide_from_overview="true"
6+
noindex="true"
7+
+++

common-content/en/module/piscine/application/index.md renamed to common-content/en/module/checkpoint/application/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ title="Entry Criteria"
33
time=2
44
hide_from_overview=true
55
objectives = [
6-
"List the mandatory requirements for the Piscine.",
7-
"Apply to join the Piscine."
6+
"List the mandatory requirements for the Checkpoint.",
7+
"Apply to join the Checkpoint."
88
]
99
[build]
1010
render = 'never'
1111
list = 'local'
1212
publishResources = false
1313
+++
1414

15-
## Welcome to the Piscine.
15+
## Welcome to the Checkpoint.
1616

17-
You must **apply** to join the Piscine. If you meet the eligibility criteria, you will be invited to join the next run of this module.
17+
You must **apply** to join the Checkpoint. If you meet the eligibility criteria, you will be invited to join the next run of this module.
1818

1919
EMBED APPLICATION FORM HERE
2020

common-content/en/module/piscine/assessing-demos/index.md renamed to common-content/en/module/checkpoint/assessing-demos/index.md

File renamed without changes.

common-content/en/module/piscine/assessment/index.md renamed to common-content/en/module/checkpoint/assessment/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The success criteria is listed on the end of sprint review page. Read it careful
1515

1616
Your interviewer will expect you to have a secure understanding of:
1717

18-
- All of the projects you have worked on during the Piscine, including the code other people wrote
18+
- All of the projects you have worked on during the Checkpoint, including the code other people wrote
1919
- Professional English at a B2 level
2020
- A limited subset of JavaScript concepts at a junior level
2121

File renamed without changes.
File renamed without changes.

common-content/en/module/piscine/demo/index.md renamed to common-content/en/module/checkpoint/demo/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ After the demo, the group will give you feedback for up to 5 minutes. It's smart
3535

3636
### 3. Assessment {{<timer>}}1{{</timer>}}
3737

38-
The person running the session (either a member of staff or a volunteer) will assess your demo against the rubric below, give you feedback and let you know your score. You need to score at least **5 out of 6** to pass the demo, and you must pass **at least 1** demo across the Piscine.
38+
The person running the session (either a member of staff or a volunteer) will assess your demo against the rubric below, give you feedback and let you know your score. You need to score at least **5 out of 6** to pass the demo, and you must pass **at least 1** demo across the Checkpoint.
3939

4040
## 💡 Tips:
4141

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
+++
2+
title="Team Development"
3+
time=120
4+
tasks = [
5+
"Create a strategy for implementing an application based on a set of user stories.",
6+
"Interpret business requirements and express them as test cases.",
7+
"Design interactions with a provided data set.",
8+
"Open a pull request and iterate on it in response to feedback."]
9+
[[blocks.nested.blocks]]
10+
name="Pomodoro"
11+
src="module/checkpoint/pomodoro"
12+
[[blocks.nested.blocks]]
13+
name="Blockers"
14+
src="module/checkpoint/blockers"
15+
[[blocks.nested.blocks]]
16+
name="Pair Programming"
17+
src="module/checkpoint/pairing"
18+
[build]
19+
render = 'never'
20+
list = 'local'
21+
publishResources = false
22+
23+
+++
24+
25+
This time is set aside for you to work together as a team to make progress on your project.
26+
27+
Remember: At your interview, you may be asked about _any_ code in your project, not just the code you wrote. You need to understand and be able to explain the code your team mates wrote. Make sure you read their code, review it, and talk to them about it.

common-content/en/module/piscine/expectations/index.md renamed to common-content/en/module/checkpoint/expectations/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title="Expectations"
33
time=5
44
objectives = [
5-
"List the expectations of the Piscine."
5+
"List the expectations of the Checkpoint."
66
]
77
hide_from_overview="true"
88
[build]
@@ -33,7 +33,7 @@ hide_from_overview="true"
3333
- Do the prep.
3434

3535
{{<multiple-choice
36-
question="How long is the Piscine?"
36+
question="How long is the Checkpoint?"
3737
answers="22 days | 12 weeks | 3 weeks "
38-
feedback="Right! The Piscine has 3 working weeks and one assessment day, making 22 days in total. | The SDC is 12 weeks, but the Piscine is shorter | The Piscine is 3 weeks long, but there are 22 days in total including the assessment day."
38+
feedback="Right! The Checkpoint has 3 working weeks and one assessment day, making 22 days in total. | The SDC is 12 weeks, but the Checkpoint is shorter | The Checkpoint is 3 weeks long, but there are 22 days in total including the assessment day."
3939
correct="0" >}}

common-content/en/module/piscine/goals/index.md renamed to common-content/en/module/checkpoint/goals/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title="Goals"
33
time=2
44
hide_from_overview=true
55
objectives = [
6-
"List the core goals of the Piscine."
6+
"List the core goals of the Checkpoint."
77
]
88
[build]
99
render = 'never'
1010
list = 'local'
1111
publishResources = false
1212
+++
1313

14-
## Welcome to the Piscine.
14+
## Welcome to the Checkpoint.
1515

1616
Your goal is to build two group projects and one solo project over the next 22 days. For each project, your goal is to:
1717

@@ -24,4 +24,4 @@ _Our_ goal is to find people who are ready to train in the Software Development
2424
- 🎯 Write simple code independently.
2525
- 🎯 Explain your work to others in English.
2626

27-
These are the core goals of the Piscine.
27+
These are the core goals of the Checkpoint.

0 commit comments

Comments
 (0)