Skip to content

Commit 92706be

Browse files
committed
TCA-492 - update assessment instructions with the right CTA label
1 parent 75b419b commit 92706be

File tree

62 files changed

+62
-62
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+62
-62
lines changed

curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-camper-leaderboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use
2020

2121
**Hint:** To get the 30 most recent forum posts: <https://forum-proxy.freecodecamp.rocks/latest>.
2222

23-
When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
23+
When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button.
2424

2525
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
2626

curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-light-bright-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dashedName: build-a-light-bright-app
2626

2727
**User Story:** I can click on the 'Reset All' button to remove all the colors from the circles.
2828

29-
When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
29+
When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button.
3030

3131
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
3232

curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-pinterest-clone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use
2626

2727
**Hint:** [Masonry.js](https://masonry.desandro.com/) is a library that allows for Pinterest-style image grids.
2828

29-
Once you've finished implementing these user stories, enter the URL to your live app and, optionally, your GitHub repository. Then click the "I've completed this challenge" button.
29+
Once you've finished implementing these user stories, enter the URL to your live app and, optionally, your GitHub repository. Then click the "Submit and go to my next challenge" button.
3030

3131
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
3232

curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-pong-game.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dashedName: build-a-pong-game
2222

2323
**User Story:** The game keeps track of the player and computer's score.
2424

25-
When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
25+
When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button.
2626

2727
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
2828

curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-recipe-box.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use
2626

2727
**Hint:** You should prefix your local storage keys on CodePen, i.e. `_username_recipes`
2828

29-
When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
29+
When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button.
3030

3131
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
3232

curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-roguelike-dungeon-crawler-game.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use
3030

3131
**User Story:** The game should be challenging, but theoretically winnable.
3232

33-
When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
33+
When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button.
3434

3535
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
3636

curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-simon-game.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use
3030

3131
**Hint:** Here are mp3s you can use for each button: `https://s3.amazonaws.com/freecodecamp/simonSound1.mp3`, `https://s3.amazonaws.com/freecodecamp/simonSound2.mp3`, `https://s3.amazonaws.com/freecodecamp/simonSound3.mp3`, `https://s3.amazonaws.com/freecodecamp/simonSound4.mp3`.
3232

33-
When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
33+
When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button.
3434

3535
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
3636

curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-tic-tac-toe-game.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use
1818

1919
**User Story:** I can choose whether I want to play as X or O.
2020

21-
When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
21+
When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button.
2222

2323
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
2424

curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-wikipedia-viewer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Hint #2: Here's an entry on using Wikipedia's API: `https://www.mediawiki.org/wi
2222

2323
Hint #3: Use this [link](https://en.wikipedia.org/wiki/Special:ApiSandbox#action=query&titles=Main%20Page&prop=revisions&rvprop=content&format=jsonfm) to experiment with Wikipedia's API.
2424

25-
When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
25+
When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button.
2626

2727
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
2828

curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-the-game-of-life.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use
2828

2929
**Hint:** Here's an overview of Conway's Game of Life with rules for your reference: [https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life)
3030

31-
When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
31+
When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button.
3232

3333
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
3434

curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/manage-a-book-trading-club.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use
2020

2121
**User Story:** I can propose a trade and wait for the other user to accept the trade.
2222

23-
Once you've finished implementing these user stories, enter the URL to your live app and, optionally, your GitHub repository. Then click the "I've completed this challenge" button.
23+
Once you've finished implementing these user stories, enter the URL to your live app and, optionally, your GitHub repository. Then click the "Submit and go to my next challenge" button.
2424

2525
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
2626

curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/map-data-across-the-globe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Fulfill the following [user stories](https://en.wikipedia.org/wiki/User_story).
2020

2121
**Hint:** Here's a dataset you can use to build this: <https://raw.githubusercontent.com/freeCodeCamp/ProjectReferenceData/master/meteorite-strike-data.json>
2222

23-
When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
23+
When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button.
2424

2525
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
2626

curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/p2p-video-chat-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use
3030

3131
**User Story:** If one of the two people in the room get disconnected, they can reconnect to the same room and continue chatting.
3232

33-
Once you've finished implementing these user stories, enter the URL to your live app and, optionally, your GitHub repository. Then click the "I've completed this challenge" button.
33+
Once you've finished implementing these user stories, enter the URL to your live app and, optionally, your GitHub repository. Then click the "Submit and go to my next challenge" button.
3434

3535
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
3636

curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/show-national-contiguity-with-a-force-directed-graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Fulfill the following [user stories](https://en.wikipedia.org/wiki/User_story).
2020

2121
**Hint:** You can create a spritesheet of national flags at <https://www.flag-sprites.com>.
2222

23-
When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
23+
When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button.
2424

2525
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
2626

curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/show-the-local-weather.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dashedName: show-the-local-weather
2222

2323
**Note:** Many internet browsers now require an HTTP Secure (`https://`) connection to obtain a user's locale via HTML5 Geolocation. For this reason, we recommend using HTML5 Geolocation to get user location and then use the freeCodeCamp Weather API <https://weather-proxy.freecodecamp.rocks/> which uses an HTTP Secure connection for the weather. Also, be sure to connect to [CodePen.io](https://codepen.io) via `https://`.
2424

25-
When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
25+
When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button.
2626

2727
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
2828

curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/use-the-twitch-json-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use
2424

2525
**UPDATE:** Due to a change in conditions on API usage, Twitch.tv requires an API key, but we've built a workaround. Use <https://twitch-proxy.freecodecamp.rocks/> instead of Twitch's API base URL (i.e. `https://api.twitch.tv/helix` ) and you'll still be able to get account information, without needing to sign up for an API key.
2626

27-
When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
27+
When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button.
2828

2929
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
3030

curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-camper-leaderboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use
2020

2121
**Hint:** To get the 30 most recent forum posts: <https://forum-proxy.freecodecamp.rocks/latest>.
2222

23-
When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
23+
When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button.
2424

2525
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
2626

curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-light-bright-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dashedName: build-a-light-bright-app
2626

2727
**User Story:** I can click on the 'Reset All' button to remove all the colors from the circles.
2828

29-
When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
29+
When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button.
3030

3131
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
3232

curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-pinterest-clone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use
2626

2727
**Hint:** [Masonry.js](https://masonry.desandro.com/) is a library that allows for Pinterest-style image grids.
2828

29-
Once you've finished implementing these user stories, enter the URL to your live app and, optionally, your GitHub repository. Then click the "I've completed this challenge" button.
29+
Once you've finished implementing these user stories, enter the URL to your live app and, optionally, your GitHub repository. Then click the "Submit and go to my next challenge" button.
3030

3131
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
3232

curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-pong-game.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dashedName: build-a-pong-game
2222

2323
**User Story:** The game keeps track of the player and computer's score.
2424

25-
When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
25+
When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button.
2626

2727
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
2828

curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-recipe-box.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use
2626

2727
**Hint:** You should prefix your local storage keys on CodePen, i.e. `_username_recipes`
2828

29-
When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
29+
When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button.
3030

3131
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
3232

curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-roguelike-dungeon-crawler-game.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use
3030

3131
**User Story:** The game should be challenging, but theoretically winnable.
3232

33-
When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
33+
When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button.
3434

3535
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
3636

curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-simon-game.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use
3030

3131
**Hint:** Here are mp3s you can use for each button: `https://s3.amazonaws.com/freecodecamp/simonSound1.mp3`, `https://s3.amazonaws.com/freecodecamp/simonSound2.mp3`, `https://s3.amazonaws.com/freecodecamp/simonSound3.mp3`, `https://s3.amazonaws.com/freecodecamp/simonSound4.mp3`.
3232

33-
When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
33+
When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button.
3434

3535
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
3636

curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-tic-tac-toe-game.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use
1818

1919
**User Story:** I can choose whether I want to play as X or O.
2020

21-
When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
21+
When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button.
2222

2323
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
2424

curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-wikipedia-viewer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Hint #2: Here's an entry on using Wikipedia's API: `https://www.mediawiki.org/wi
2222

2323
Hint #3: Use this [link](https://en.wikipedia.org/wiki/Special:ApiSandbox#action=query&titles=Main%20Page&prop=revisions&rvprop=content&format=jsonfm) to experiment with Wikipedia's API.
2424

25-
When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
25+
When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button.
2626

2727
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
2828

curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-the-game-of-life.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use
2828

2929
**Hint:** Here's an overview of Conway's Game of Life with rules for your reference: [https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life)
3030

31-
When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
31+
When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button.
3232

3333
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
3434

curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/manage-a-book-trading-club.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use
2020

2121
**User Story:** I can propose a trade and wait for the other user to accept the trade.
2222

23-
Once you've finished implementing these user stories, enter the URL to your live app and, optionally, your GitHub repository. Then click the "I've completed this challenge" button.
23+
Once you've finished implementing these user stories, enter the URL to your live app and, optionally, your GitHub repository. Then click the "Submit and go to my next challenge" button.
2424

2525
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
2626

curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/map-data-across-the-globe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Fulfill the following [user stories](https://en.wikipedia.org/wiki/User_story).
2020

2121
**Hint:** Here's a dataset you can use to build this: <https://raw.githubusercontent.com/freeCodeCamp/ProjectReferenceData/master/meteorite-strike-data.json>
2222

23-
When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
23+
When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button.
2424

2525
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
2626

curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/p2p-video-chat-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use
3030

3131
**User Story:** If one of the two people in the room get disconnected, they can reconnect to the same room and continue chatting.
3232

33-
Once you've finished implementing these user stories, enter the URL to your live app and, optionally, your GitHub repository. Then click the "I've completed this challenge" button.
33+
Once you've finished implementing these user stories, enter the URL to your live app and, optionally, your GitHub repository. Then click the "Submit and go to my next challenge" button.
3434

3535
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
3636

curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/show-national-contiguity-with-a-force-directed-graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Fulfill the following [user stories](https://en.wikipedia.org/wiki/User_story).
2020

2121
**Hint:** You can create a spritesheet of national flags at <https://www.flag-sprites.com>.
2222

23-
When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
23+
When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button.
2424

2525
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
2626

curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/show-the-local-weather.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dashedName: show-the-local-weather
2222

2323
**Note:** Many internet browsers now require an HTTP Secure (`https://`) connection to obtain a user's locale via HTML5 Geolocation. For this reason, we recommend using HTML5 Geolocation to get user location and then use the freeCodeCamp Weather API <https://weather-proxy.freecodecamp.rocks/> which uses an HTTP Secure connection for the weather. Also, be sure to connect to [CodePen.io](https://codepen.io) via `https://`.
2424

25-
When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
25+
When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button.
2626

2727
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
2828

0 commit comments

Comments
 (0)