diff --git a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-camper-leaderboard.md b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-camper-leaderboard.md index 35f9887785d538..a903e6e889621d 100644 --- a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-camper-leaderboard.md +++ b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-camper-leaderboard.md @@ -20,7 +20,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use **Hint:** To get the 30 most recent forum posts: . -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-light-bright-app.md b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-light-bright-app.md index 5cf03cdd2a36f3..c8711e4481ec07 100644 --- a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-light-bright-app.md +++ b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-light-bright-app.md @@ -26,7 +26,7 @@ dashedName: build-a-light-bright-app **User Story:** I can click on the 'Reset All' button to remove all the colors from the circles. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-pinterest-clone.md b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-pinterest-clone.md index bd190875b3b024..2c7d5832a82a41 100644 --- a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-pinterest-clone.md +++ b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-pinterest-clone.md @@ -26,7 +26,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use **Hint:** [Masonry.js](https://masonry.desandro.com/) is a library that allows for Pinterest-style image grids. -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. +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. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-pong-game.md b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-pong-game.md index cfa0cc598b6389..06e6de6df78f56 100644 --- a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-pong-game.md +++ b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-pong-game.md @@ -22,7 +22,7 @@ dashedName: build-a-pong-game **User Story:** The game keeps track of the player and computer's score. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-recipe-box.md b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-recipe-box.md index 7817e26951de2b..024f3fac2af6ad 100644 --- a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-recipe-box.md +++ b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-recipe-box.md @@ -26,7 +26,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use **Hint:** You should prefix your local storage keys on CodePen, i.e. `_username_recipes` -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-roguelike-dungeon-crawler-game.md b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-roguelike-dungeon-crawler-game.md index de57859782bf18..cdb2ce3de59a56 100644 --- a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-roguelike-dungeon-crawler-game.md +++ b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-roguelike-dungeon-crawler-game.md @@ -30,7 +30,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use **User Story:** The game should be challenging, but theoretically winnable. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-simon-game.md b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-simon-game.md index 5bc458abb1d10f..14db705dfb9261 100644 --- a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-simon-game.md +++ b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-simon-game.md @@ -30,7 +30,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use **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`. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-tic-tac-toe-game.md b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-tic-tac-toe-game.md index bf79eae711da4f..30205c935ed5a4 100644 --- a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-tic-tac-toe-game.md +++ b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-tic-tac-toe-game.md @@ -18,7 +18,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use **User Story:** I can choose whether I want to play as X or O. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-wikipedia-viewer.md b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-wikipedia-viewer.md index d4cf3b350f7bdf..4ea8f443869bf4 100644 --- a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-wikipedia-viewer.md +++ b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-a-wikipedia-viewer.md @@ -22,7 +22,7 @@ Hint #2: Here's an entry on using Wikipedia's API: `https://www.mediawiki.org/wi 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. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-the-game-of-life.md b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-the-game-of-life.md index 498b2a027a25ca..feeb3cb052bd09 100644 --- a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-the-game-of-life.md +++ b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/build-the-game-of-life.md @@ -28,7 +28,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use **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) -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/manage-a-book-trading-club.md b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/manage-a-book-trading-club.md index 5a5420d7713ea9..c953a34059e2f5 100644 --- a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/manage-a-book-trading-club.md +++ b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/manage-a-book-trading-club.md @@ -20,7 +20,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use **User Story:** I can propose a trade and wait for the other user to accept the trade. -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. +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. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/map-data-across-the-globe.md b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/map-data-across-the-globe.md index aa1dcc3a84aa6c..b2a27ad907ae0a 100644 --- a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/map-data-across-the-globe.md +++ b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/map-data-across-the-globe.md @@ -20,7 +20,7 @@ Fulfill the following [user stories](https://en.wikipedia.org/wiki/User_story). **Hint:** Here's a dataset you can use to build this: -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/p2p-video-chat-application.md b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/p2p-video-chat-application.md index 6070f83ea88a21..f4e7c1e3b7a192 100644 --- a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/p2p-video-chat-application.md +++ b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/p2p-video-chat-application.md @@ -30,7 +30,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use **User Story:** If one of the two people in the room get disconnected, they can reconnect to the same room and continue chatting. -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. +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. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/show-national-contiguity-with-a-force-directed-graph.md b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/show-national-contiguity-with-a-force-directed-graph.md index 9e83b937f40893..b63be520445cbb 100644 --- a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/show-national-contiguity-with-a-force-directed-graph.md +++ b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/show-national-contiguity-with-a-force-directed-graph.md @@ -20,7 +20,7 @@ Fulfill the following [user stories](https://en.wikipedia.org/wiki/User_story). **Hint:** You can create a spritesheet of national flags at . -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/show-the-local-weather.md b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/show-the-local-weather.md index 9d470d6b1cf0d6..4ba37fdf4aeead 100644 --- a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/show-the-local-weather.md +++ b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/show-the-local-weather.md @@ -22,7 +22,7 @@ dashedName: show-the-local-weather **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 which uses an HTTP Secure connection for the weather. Also, be sure to connect to [CodePen.io](https://codepen.io) via `https://`. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/use-the-twitch-json-api.md b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/use-the-twitch-json-api.md index 55d17b1745f7fa..25f980b6ed4937 100644 --- a/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/use-the-twitch-json-api.md +++ b/curriculum/challenges/chinese-traditional/10-coding-interview-prep/take-home-projects/use-the-twitch-json-api.md @@ -24,7 +24,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use **UPDATE:** Due to a change in conditions on API usage, Twitch.tv requires an API key, but we've built a workaround. Use 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. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-camper-leaderboard.md b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-camper-leaderboard.md index 35f9887785d538..a903e6e889621d 100644 --- a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-camper-leaderboard.md +++ b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-camper-leaderboard.md @@ -20,7 +20,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use **Hint:** To get the 30 most recent forum posts: . -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-light-bright-app.md b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-light-bright-app.md index 5cf03cdd2a36f3..c8711e4481ec07 100644 --- a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-light-bright-app.md +++ b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-light-bright-app.md @@ -26,7 +26,7 @@ dashedName: build-a-light-bright-app **User Story:** I can click on the 'Reset All' button to remove all the colors from the circles. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-pinterest-clone.md b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-pinterest-clone.md index bd190875b3b024..2c7d5832a82a41 100644 --- a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-pinterest-clone.md +++ b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-pinterest-clone.md @@ -26,7 +26,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use **Hint:** [Masonry.js](https://masonry.desandro.com/) is a library that allows for Pinterest-style image grids. -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. +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. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-pong-game.md b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-pong-game.md index cfa0cc598b6389..06e6de6df78f56 100644 --- a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-pong-game.md +++ b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-pong-game.md @@ -22,7 +22,7 @@ dashedName: build-a-pong-game **User Story:** The game keeps track of the player and computer's score. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-recipe-box.md b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-recipe-box.md index 7817e26951de2b..024f3fac2af6ad 100644 --- a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-recipe-box.md +++ b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-recipe-box.md @@ -26,7 +26,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use **Hint:** You should prefix your local storage keys on CodePen, i.e. `_username_recipes` -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-roguelike-dungeon-crawler-game.md b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-roguelike-dungeon-crawler-game.md index de57859782bf18..cdb2ce3de59a56 100644 --- a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-roguelike-dungeon-crawler-game.md +++ b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-roguelike-dungeon-crawler-game.md @@ -30,7 +30,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use **User Story:** The game should be challenging, but theoretically winnable. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-simon-game.md b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-simon-game.md index 5bc458abb1d10f..14db705dfb9261 100644 --- a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-simon-game.md +++ b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-simon-game.md @@ -30,7 +30,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use **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`. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-tic-tac-toe-game.md b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-tic-tac-toe-game.md index bf79eae711da4f..30205c935ed5a4 100644 --- a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-tic-tac-toe-game.md +++ b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-tic-tac-toe-game.md @@ -18,7 +18,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use **User Story:** I can choose whether I want to play as X or O. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-wikipedia-viewer.md b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-wikipedia-viewer.md index d4cf3b350f7bdf..4ea8f443869bf4 100644 --- a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-wikipedia-viewer.md +++ b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-a-wikipedia-viewer.md @@ -22,7 +22,7 @@ Hint #2: Here's an entry on using Wikipedia's API: `https://www.mediawiki.org/wi 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. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-the-game-of-life.md b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-the-game-of-life.md index 498b2a027a25ca..feeb3cb052bd09 100644 --- a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-the-game-of-life.md +++ b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/build-the-game-of-life.md @@ -28,7 +28,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use **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) -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/manage-a-book-trading-club.md b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/manage-a-book-trading-club.md index 5a5420d7713ea9..c953a34059e2f5 100644 --- a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/manage-a-book-trading-club.md +++ b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/manage-a-book-trading-club.md @@ -20,7 +20,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use **User Story:** I can propose a trade and wait for the other user to accept the trade. -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. +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. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/map-data-across-the-globe.md b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/map-data-across-the-globe.md index aa1dcc3a84aa6c..b2a27ad907ae0a 100644 --- a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/map-data-across-the-globe.md +++ b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/map-data-across-the-globe.md @@ -20,7 +20,7 @@ Fulfill the following [user stories](https://en.wikipedia.org/wiki/User_story). **Hint:** Here's a dataset you can use to build this: -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/p2p-video-chat-application.md b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/p2p-video-chat-application.md index 6070f83ea88a21..f4e7c1e3b7a192 100644 --- a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/p2p-video-chat-application.md +++ b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/p2p-video-chat-application.md @@ -30,7 +30,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use **User Story:** If one of the two people in the room get disconnected, they can reconnect to the same room and continue chatting. -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. +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. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/show-national-contiguity-with-a-force-directed-graph.md b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/show-national-contiguity-with-a-force-directed-graph.md index 9e83b937f40893..b63be520445cbb 100644 --- a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/show-national-contiguity-with-a-force-directed-graph.md +++ b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/show-national-contiguity-with-a-force-directed-graph.md @@ -20,7 +20,7 @@ Fulfill the following [user stories](https://en.wikipedia.org/wiki/User_story). **Hint:** You can create a spritesheet of national flags at . -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/show-the-local-weather.md b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/show-the-local-weather.md index 9d470d6b1cf0d6..4ba37fdf4aeead 100644 --- a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/show-the-local-weather.md +++ b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/show-the-local-weather.md @@ -22,7 +22,7 @@ dashedName: show-the-local-weather **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 which uses an HTTP Secure connection for the weather. Also, be sure to connect to [CodePen.io](https://codepen.io) via `https://`. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/use-the-twitch-json-api.md b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/use-the-twitch-json-api.md index 55d17b1745f7fa..25f980b6ed4937 100644 --- a/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/use-the-twitch-json-api.md +++ b/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/use-the-twitch-json-api.md @@ -24,7 +24,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use **UPDATE:** Due to a change in conditions on API usage, Twitch.tv requires an API key, but we've built a workaround. Use 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. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-camper-leaderboard.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-camper-leaderboard.md index 1895c60f5ae360..6869ec475b0c59 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-camper-leaderboard.md +++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-camper-leaderboard.md @@ -20,7 +20,7 @@ Fulfill the below user stories and get all of the tests to pass. Use whichever l **Hint:** To get the 30 most recent forum posts: . -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the freeCodeCamp forum. diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-light-bright-app.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-light-bright-app.md index 2a80ee5378e8f7..c9a878e6514d4a 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-light-bright-app.md +++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-light-bright-app.md @@ -26,7 +26,7 @@ dashedName: build-a-light-bright-app **User Story:** I can click on the 'Reset All' button to remove all the colors from the circles. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the freeCodeCamp forum. diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-pinterest-clone.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-pinterest-clone.md index 3020d0b7ee8516..de461ad6ac667d 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-pinterest-clone.md +++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-pinterest-clone.md @@ -26,7 +26,7 @@ Fulfill the below user stories and get all of the tests to pass. Use whichever l **Hint:** Masonry.js is a library that allows for Pinterest-style image grids. -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. +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. You can get feedback on your project by sharing it on the freeCodeCamp forum. diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-pong-game.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-pong-game.md index 3522056c712427..3482fdd9ea1265 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-pong-game.md +++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-pong-game.md @@ -22,7 +22,7 @@ dashedName: build-a-pong-game **User Story:** The game keeps track of the player and computer's score. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the freeCodeCamp forum. diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-recipe-box.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-recipe-box.md index c457e33ccc1c3a..c9f0dcd5229c20 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-recipe-box.md +++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-recipe-box.md @@ -26,7 +26,7 @@ Fulfill the below user stories and get all of the tests to pass. Use whichever l **Hint:** You should prefix your local storage keys on CodePen, i.e. `_username_recipes` -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the freeCodeCamp forum. diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-roguelike-dungeon-crawler-game.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-roguelike-dungeon-crawler-game.md index b43936fdfcba13..c6f3c8f91bd6f7 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-roguelike-dungeon-crawler-game.md +++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-roguelike-dungeon-crawler-game.md @@ -30,7 +30,7 @@ Fulfill the below user stories and get all of the tests to pass. Use whichever l **User Story:** The game should be challenging, but theoretically winnable. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the freeCodeCamp forum. diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-simon-game.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-simon-game.md index 2ff2d76054193d..84ee5b4112bd40 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-simon-game.md +++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-simon-game.md @@ -30,7 +30,7 @@ Fulfill the below user stories and get all of the tests to pass. Use whichever l **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`. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the freeCodeCamp forum. diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-tic-tac-toe-game.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-tic-tac-toe-game.md index 2f79f73178e320..90c5e09aa6d8ae 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-tic-tac-toe-game.md +++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-tic-tac-toe-game.md @@ -18,7 +18,7 @@ Fulfill the below user stories and get all of the tests to pass. Use whichever l **User Story:** I can choose whether I want to play as X or O. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the freeCodeCamp forum. diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-wikipedia-viewer.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-wikipedia-viewer.md index adcef83386e5be..c699fad8cd75a0 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-wikipedia-viewer.md +++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-wikipedia-viewer.md @@ -20,7 +20,7 @@ Fulfill the below user stories and get all of the tests to pass. Use whichever l **User Story:** I can click a button to see a random Wikipedia entry. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the freeCodeCamp forum. diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-the-game-of-life.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-the-game-of-life.md index 8a07168f613ae8..99a07eaad61acc 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-the-game-of-life.md +++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-the-game-of-life.md @@ -35,7 +35,7 @@ Fulfill the below user stories and get all of the tests to pass. Use whichever l **User Story:** Each time the board changes, I can see how many generations have gone by. -When you are finished, include a link to your project and click the "I've completed this challenge" button. +When you are finished, include a link to your project and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the freeCodeCamp forum. diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/manage-a-book-trading-club.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/manage-a-book-trading-club.md index fca6420cdc5805..c8c50f79bd46c7 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/manage-a-book-trading-club.md +++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/manage-a-book-trading-club.md @@ -20,7 +20,7 @@ Fulfill the below user stories and get all of the tests to pass. Use whichever l **User Story:** I can propose a trade and wait for the other user to accept the trade. -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. +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. You can get feedback on your project by sharing it on the freeCodeCamp forum. diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/map-data-across-the-globe.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/map-data-across-the-globe.md index 951f1c5c429a07..fafb5582124127 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/map-data-across-the-globe.md +++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/map-data-across-the-globe.md @@ -20,7 +20,7 @@ Fulfill the below user stories and get all of the tests to pass. Use whichever l **Hint:** Here's a dataset you can use to build this: -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the freeCodeCamp forum. diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/p2p-video-chat-application.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/p2p-video-chat-application.md index 590a5bb4a00b50..e2793994a3bfe0 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/p2p-video-chat-application.md +++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/p2p-video-chat-application.md @@ -30,7 +30,7 @@ Fulfill the below user stories and get all of the tests to pass. Use whichever l **User Story:** If one of the two people in the room get disconnected, they can reconnect to the same room and continue chatting. -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. +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. You can get feedback on your project by sharing it on the freeCodeCamp forum. diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/show-national-contiguity-with-a-force-directed-graph.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/show-national-contiguity-with-a-force-directed-graph.md index 23f76537c240ca..692e293dd4e7b3 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/show-national-contiguity-with-a-force-directed-graph.md +++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/show-national-contiguity-with-a-force-directed-graph.md @@ -20,7 +20,7 @@ Fulfill the below user stories and get all of the tests to pass. Use whichever l **Hint:** You can create a spritesheet of national flags at . -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the freeCodeCamp forum. diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/show-the-local-weather.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/show-the-local-weather.md index d5b751f8a62d28..d5c618ae457b99 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/show-the-local-weather.md +++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/show-the-local-weather.md @@ -22,7 +22,7 @@ dashedName: show-the-local-weather **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 via `https://`. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the freeCodeCamp forum. diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/use-the-twitch-json-api.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/use-the-twitch-json-api.md index 328ba2183d2484..35d849fe779e34 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/use-the-twitch-json-api.md +++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/use-the-twitch-json-api.md @@ -24,7 +24,7 @@ Fulfill the below user stories and get all of the tests to pass. Use whichever l **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 and you'll still be able to get account information, without needing to sign up for an API key. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the freeCodeCamp forum. diff --git a/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-camper-leaderboard.md b/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-camper-leaderboard.md index 35f9887785d538..a903e6e889621d 100644 --- a/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-camper-leaderboard.md +++ b/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-camper-leaderboard.md @@ -20,7 +20,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use **Hint:** To get the 30 most recent forum posts: . -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-pinterest-clone.md b/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-pinterest-clone.md index bd190875b3b024..2c7d5832a82a41 100644 --- a/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-pinterest-clone.md +++ b/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-pinterest-clone.md @@ -26,7 +26,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use **Hint:** [Masonry.js](https://masonry.desandro.com/) is a library that allows for Pinterest-style image grids. -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. +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. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-pong-game.md b/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-pong-game.md index cfa0cc598b6389..06e6de6df78f56 100644 --- a/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-pong-game.md +++ b/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-pong-game.md @@ -22,7 +22,7 @@ dashedName: build-a-pong-game **User Story:** The game keeps track of the player and computer's score. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-recipe-box.md b/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-recipe-box.md index 7817e26951de2b..024f3fac2af6ad 100644 --- a/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-recipe-box.md +++ b/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-recipe-box.md @@ -26,7 +26,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use **Hint:** You should prefix your local storage keys on CodePen, i.e. `_username_recipes` -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-roguelike-dungeon-crawler-game.md b/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-roguelike-dungeon-crawler-game.md index de57859782bf18..cdb2ce3de59a56 100644 --- a/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-roguelike-dungeon-crawler-game.md +++ b/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-roguelike-dungeon-crawler-game.md @@ -30,7 +30,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use **User Story:** The game should be challenging, but theoretically winnable. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-simon-game.md b/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-simon-game.md index 5bc458abb1d10f..14db705dfb9261 100644 --- a/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-simon-game.md +++ b/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-simon-game.md @@ -30,7 +30,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use **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`. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-tic-tac-toe-game.md b/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-tic-tac-toe-game.md index bf79eae711da4f..30205c935ed5a4 100644 --- a/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-tic-tac-toe-game.md +++ b/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-tic-tac-toe-game.md @@ -18,7 +18,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use **User Story:** I can choose whether I want to play as X or O. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-wikipedia-viewer.md b/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-wikipedia-viewer.md index d4cf3b350f7bdf..4ea8f443869bf4 100644 --- a/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-wikipedia-viewer.md +++ b/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-a-wikipedia-viewer.md @@ -22,7 +22,7 @@ Hint #2: Here's an entry on using Wikipedia's API: `https://www.mediawiki.org/wi 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. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-the-game-of-life.md b/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-the-game-of-life.md index 498b2a027a25ca..feeb3cb052bd09 100644 --- a/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-the-game-of-life.md +++ b/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/build-the-game-of-life.md @@ -28,7 +28,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use **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) -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/manage-a-book-trading-club.md b/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/manage-a-book-trading-club.md index 5a5420d7713ea9..c953a34059e2f5 100644 --- a/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/manage-a-book-trading-club.md +++ b/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/manage-a-book-trading-club.md @@ -20,7 +20,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use **User Story:** I can propose a trade and wait for the other user to accept the trade. -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. +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. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/map-data-across-the-globe.md b/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/map-data-across-the-globe.md index aa1dcc3a84aa6c..b2a27ad907ae0a 100644 --- a/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/map-data-across-the-globe.md +++ b/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/map-data-across-the-globe.md @@ -20,7 +20,7 @@ Fulfill the following [user stories](https://en.wikipedia.org/wiki/User_story). **Hint:** Here's a dataset you can use to build this: -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/show-national-contiguity-with-a-force-directed-graph.md b/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/show-national-contiguity-with-a-force-directed-graph.md index 9e83b937f40893..b63be520445cbb 100644 --- a/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/show-national-contiguity-with-a-force-directed-graph.md +++ b/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/show-national-contiguity-with-a-force-directed-graph.md @@ -20,7 +20,7 @@ Fulfill the following [user stories](https://en.wikipedia.org/wiki/User_story). **Hint:** You can create a spritesheet of national flags at . -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/show-the-local-weather.md b/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/show-the-local-weather.md index 9d470d6b1cf0d6..4ba37fdf4aeead 100644 --- a/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/show-the-local-weather.md +++ b/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/show-the-local-weather.md @@ -22,7 +22,7 @@ dashedName: show-the-local-weather **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 which uses an HTTP Secure connection for the weather. Also, be sure to connect to [CodePen.io](https://codepen.io) via `https://`. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409). diff --git a/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/use-the-twitch-json-api.md b/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/use-the-twitch-json-api.md index 55d17b1745f7fa..25f980b6ed4937 100644 --- a/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/use-the-twitch-json-api.md +++ b/curriculum/challenges/espanol/10-coding-interview-prep/take-home-projects/use-the-twitch-json-api.md @@ -24,7 +24,7 @@ Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use **UPDATE:** Due to a change in conditions on API usage, Twitch.tv requires an API key, but we've built a workaround. Use 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. -When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button. +When you are finished, include a link to your project on CodePen and click the "Submit and go to my next challenge" button. You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).