From a6c4ed77a5a18af14aef0c0a3d9cab48baf34b1a Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Thu, 14 Jan 2016 23:29:46 -0800 Subject: [PATCH] further improvements of challenge ssed for better looking views --- .../00-getting-started/getting-started.json | 2 +- .../advanced-bonfires.json | 2 +- .../basic-bonfires.json | 2 +- .../basic-javascript.json | 2 +- .../basic-ziplines.json | 50 ++++----- .../bootstrap.json | 2 +- .../front-end-development-certificate.json | 2 +- .../gear-up-for-success.json | 2 +- .../html5-and-css.json | 2 +- .../intermediate-bonfires.json | 2 +- .../intermediate-ziplines.json | 96 ++++++++-------- .../jquery.json | 2 +- .../json-apis-and-ajax.json | 2 +- ...t-oriented-and-functional-programming.json | 2 +- .../d3.json | 2 +- .../data-visualization-certificate.json | 4 +- .../data-visualization-projects.json | 82 +++++++------- .../react-projects.json | 106 +++++++++--------- .../react.json | 2 +- .../sass.json | 2 +- .../api-projects.json | 38 +++---- .../automated-testing-and-debugging.json | 2 +- .../back-end-development-certificate.json | 2 +- .../dynamic-web-applications.json | 68 +++++------ .../git.json | 2 +- .../mongodb.json | 2 +- .../nodejs-and-expressjs.json | 2 +- seed/challenges/hikes/computer-basics.json | 2 +- seed/challenges/hikes/programming.json | 2 +- server/views/challenges/showStep.jade | 8 +- server/views/resources/about.jade | 19 ++-- 31 files changed, 258 insertions(+), 257 deletions(-) diff --git a/seed/challenges/00-getting-started/getting-started.json b/seed/challenges/00-getting-started/getting-started.json index cb3ed53dc1..7c32433129 100644 --- a/seed/challenges/00-getting-started/getting-started.json +++ b/seed/challenges/00-getting-started/getting-started.json @@ -1,7 +1,7 @@ { "name": "Getting Started", "order": 1, - "time": "15m", + "time": "15 minutes", "helpRoom": "Help", "challenges": [ { diff --git a/seed/challenges/01-front-end-development-certification/advanced-bonfires.json b/seed/challenges/01-front-end-development-certification/advanced-bonfires.json index 9930db2523..4e1e507f86 100644 --- a/seed/challenges/01-front-end-development-certification/advanced-bonfires.json +++ b/seed/challenges/01-front-end-development-certification/advanced-bonfires.json @@ -1,7 +1,7 @@ { "name": "Advanced Algorithm Scripting", "order": 12, - "time": "50h", + "time": "50 hours", "helpRoom": "HelpJavaScript", "challenges": [ { diff --git a/seed/challenges/01-front-end-development-certification/basic-bonfires.json b/seed/challenges/01-front-end-development-certification/basic-bonfires.json index 2183e7d319..18dea610a9 100644 --- a/seed/challenges/01-front-end-development-certification/basic-bonfires.json +++ b/seed/challenges/01-front-end-development-certification/basic-bonfires.json @@ -1,7 +1,7 @@ { "name": "Basic Algorithm Scripting", "order": 8, - "time": "50h", + "time": "50 hours", "helpRoom": "HelpJavaScript", "challenges": [ { diff --git a/seed/challenges/01-front-end-development-certification/basic-javascript.json b/seed/challenges/01-front-end-development-certification/basic-javascript.json index 3e3b7bbe35..b256190dc5 100644 --- a/seed/challenges/01-front-end-development-certification/basic-javascript.json +++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json @@ -1,6 +1,6 @@ { "name": "Basic JavaScript", - "time": "10h", + "time": "10 hours", "order": 6, "helpRoom": "HelpJavaScript", "challenges": [ diff --git a/seed/challenges/01-front-end-development-certification/basic-ziplines.json b/seed/challenges/01-front-end-development-certification/basic-ziplines.json index c94f4b28d6..c191d4f01b 100644 --- a/seed/challenges/01-front-end-development-certification/basic-ziplines.json +++ b/seed/challenges/01-front-end-development-certification/basic-ziplines.json @@ -1,7 +1,7 @@ { "name": "Basic Front End Development Projects", "order": 9, - "time": "100h", + "time": "100 hours", "helpRoom": "HelpFrontEnd", "challenges": [ { @@ -111,13 +111,13 @@ "133315782" ], "description": [ - "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/VemmoX/.", - "Rule #1: Don't look at the example project's code. Figure it out for yourself.", - "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", - "User Story: I can access all of the portfolio webpage's content just by scrolling.", - "User Story: I can click different buttons that will take me to the portfolio creator's different social media pages.", - "User Story: I can see thumbnail images of different projects the portfolio creator has built (if you haven't built any websites before, use placeholders.)", - "User Story: I navigate to different sections of the webpage by clicking buttons in the navigation.", + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/VemmoX/.", + "Rule #1: Don't look at the example project's code. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "User Story: I can access all of the portfolio webpage's content just by scrolling.", + "User Story: I can click different buttons that will take me to the portfolio creator's different social media pages.", + "User Story: I can see thumbnail images of different projects the portfolio creator has built (if you haven't built any websites before, use placeholders.)", + "User Story: I navigate to different sections of the webpage by clicking buttons in the navigation.", "Don't worry if you don't have anything to showcase on your portfolio yet - you will build several apps on the next few CodePen challenges, and can come back and update your portfolio later.", "There are many great portfolio templates out there, but for this challenge, you'll need to build a portfolio page yourself. Using Bootstrap will make this much easier for you.", "Note that CodePen.io overrides the Window.open() function, so if you want to open windows using jQuery, you will need to target invisible anchor elements like this one: <a target='_blank'>.", @@ -181,11 +181,11 @@ "126415122" ], "description": [ - "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/yeVgBY.", - "Rule #1: Don't look at the example project's code. Figure it out for yourself.", - "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", - "User Story: I can click a button to show me a new random quote.", - "User Story: I can press a button to tweet out a quote.", + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/yeVgBY.", + "Rule #1: Don't look at the example project's code. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "User Story: I can click a button to show me a new random quote.", + "User Story: I can press a button to tweet out a quote.", "Remember to use Read-Search-Ask if you get stuck.", "When you are finished, click the \"I've completed this challenge\" button and include a link to your CodePen. ", "You can get feedback on your project from fellow campers by sharing it in our Code Review Chatroom. You can also share it on Twitter and your city's Campsite (on Facebook)." @@ -235,12 +235,12 @@ "126411565" ], "description": [ - "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/EPNZYW.", - "Rule #1: Don't look at the example project's code. Figure it out for yourself.", - "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", - "User Story: I can add, subtract, multiply and divide two numbers.", - "User Story: I can clear the input field with a clear button.", - "User Story: I can keep chaining mathematical operations together until I hit the equal button, and the calculator will tell me the correct output.", + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/EPNZYW.", + "Rule #1: Don't look at the example project's code. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "User Story: I can add, subtract, multiply and divide two numbers.", + "User Story: I can clear the input field with a clear button.", + "User Story: I can keep chaining mathematical operations together until I hit the equal button, and the calculator will tell me the correct output.", "Remember to use Read-Search-Ask if you get stuck.", "When you are finished, click the \"I've completed this challenge\" button and include a link to your CodePen. ", "You can get feedback on your project from fellow campers by sharing it in our Code Review Chatroom. You can also share it on Twitter and your city's Campsite (on Facebook)." @@ -279,12 +279,12 @@ "126411567" ], "description": [ - "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/VemPZX.", - "Rule #1: Don't look at the example project's code. Figure it out for yourself.", - "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", - "User Story: I can start a 25 minute pomodoro, and the timer will go off once 25 minutes has elapsed.", - "User Story: I can reset the clock for my next pomodoro.", - "User Story: I can customize the length of each pomodoro.", + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/VemPZX.", + "Rule #1: Don't look at the example project's code. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "User Story: I can start a 25 minute pomodoro, and the timer will go off once 25 minutes has elapsed.", + "User Story: I can reset the clock for my next pomodoro.", + "User Story: I can customize the length of each pomodoro.", "Remember to use Read-Search-Ask if you get stuck.", "When you are finished, click the \"I've completed this challenge\" button and include a link to your CodePen. ", "You can get feedback on your project from fellow campers by sharing it in our Code Review Chatroom. You can also share it on Twitter and your city's Campsite (on Facebook)." diff --git a/seed/challenges/01-front-end-development-certification/bootstrap.json b/seed/challenges/01-front-end-development-certification/bootstrap.json index 7ef432101b..b68b2663b2 100644 --- a/seed/challenges/01-front-end-development-certification/bootstrap.json +++ b/seed/challenges/01-front-end-development-certification/bootstrap.json @@ -1,7 +1,7 @@ { "name": "Responsive Design with Bootstrap", "order": 3, - "time": "5h", + "time": "5 hours", "helpRoom": "Help", "challenges": [ { diff --git a/seed/challenges/01-front-end-development-certification/front-end-development-certificate.json b/seed/challenges/01-front-end-development-certification/front-end-development-certificate.json index 9148574634..95cda02d25 100644 --- a/seed/challenges/01-front-end-development-certification/front-end-development-certificate.json +++ b/seed/challenges/01-front-end-development-certification/front-end-development-certificate.json @@ -1,7 +1,7 @@ { "name": "Claim Your Front End Development Certificate", "order": 13, - "time": "5m", + "time": "5 minutes", "challenges": [ { "id": "561add10cb82ac38a17513be", diff --git a/seed/challenges/01-front-end-development-certification/gear-up-for-success.json b/seed/challenges/01-front-end-development-certification/gear-up-for-success.json index c39f10fda2..e824370e11 100644 --- a/seed/challenges/01-front-end-development-certification/gear-up-for-success.json +++ b/seed/challenges/01-front-end-development-certification/gear-up-for-success.json @@ -1,7 +1,7 @@ { "name": "Gear up for Success", "order": 4, - "time": "20m", + "time": "20 minutes", "challenges": [ { "id": "560add65cb82ac38a17513c2", diff --git a/seed/challenges/01-front-end-development-certification/html5-and-css.json b/seed/challenges/01-front-end-development-certification/html5-and-css.json index 596810fc4a..f4a4c537c0 100644 --- a/seed/challenges/01-front-end-development-certification/html5-and-css.json +++ b/seed/challenges/01-front-end-development-certification/html5-and-css.json @@ -1,7 +1,7 @@ { "name": "HTML5 and CSS", "order": 2, - "time": "5h", + "time": "5 hours", "helpRoom": "Help", "challenges": [ { diff --git a/seed/challenges/01-front-end-development-certification/intermediate-bonfires.json b/seed/challenges/01-front-end-development-certification/intermediate-bonfires.json index 999abbd646..bcc88e5f24 100644 --- a/seed/challenges/01-front-end-development-certification/intermediate-bonfires.json +++ b/seed/challenges/01-front-end-development-certification/intermediate-bonfires.json @@ -1,7 +1,7 @@ { "name": "Intermediate Algorithm Scripting", "order": 10, - "time": "50h", + "time": "50 hours", "helpRoom": "HelpJavaScript", "challenges": [ { diff --git a/seed/challenges/01-front-end-development-certification/intermediate-ziplines.json b/seed/challenges/01-front-end-development-certification/intermediate-ziplines.json index e13545eddf..896d93ce7f 100644 --- a/seed/challenges/01-front-end-development-certification/intermediate-ziplines.json +++ b/seed/challenges/01-front-end-development-certification/intermediate-ziplines.json @@ -1,7 +1,7 @@ { "name": "Intermediate Front End Development Projects", "order": 11, - "time": "200h", + "time": "200 hours", "helpRoom": "HelpFrontEnd", "challenges": [ { @@ -11,12 +11,12 @@ "126415127" ], "description": [ - "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/avqvgJ.", - "Rule #1: Don't look at the example project's code. Figure it out for yourself.", - "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", - "User Story: I can see the weather in my current location.", - "User Story: I can see a different icon or background image (e.g. snowy mountain, hot desert) depending on the weather.", - "User Story: I can push a button to toggle between Fahrenheit and Celsius.", + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/avqvgJ.", + "Rule #1: Don't look at the example project's code. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "User Story: I can see the weather in my current location.", + "User Story: I can see a different icon or background image (e.g. snowy mountain, hot desert) depending on the weather.", + "User Story: I can push a button to toggle between Fahrenheit and Celsius.", "We recommend using the Open Weather API. This will require creating a free API key. Normally you want to avoid exposing API keys on CodePen, but we haven't been able to find a keyless API for weather.", "Remember to use Read-Search-Ask if you get stuck.", "When you are finished, click the \"I've completed this challenge\" button and include a link to your CodePen.", @@ -71,13 +71,13 @@ "126415129" ], "description": [ - "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/pgNRoJ.", - "Rule #1: Don't look at the example project's code. Figure it out for yourself.", - "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", - "User Story: I can browse recent posts from Camper News.", - "User Story: I can click on a post to be taken to the story's original URL.", - "User Story: I can see how many upvotes each story has.", - "Hint: Here's the Camper News Hot Stories API endpoint: http://www.freecodecamp.com/news/hot.", + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/pgNRoJ.", + "Rule #1: Don't look at the example project's code. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "User Story: I can browse recent posts from Camper News.", + "User Story: I can click on a post to be taken to the story's original URL.", + "User Story: I can see how many upvotes each story has.", + "Hint: Here's the Camper News Hot Stories API endpoint: http://www.freecodecamp.com/news/hot.", "Remember to use Read-Search-Ask if you get stuck.", "When you are finished, click the \"I've completed this challenge\" button and include a link to your CodePen.", "You can get feedback on your project from fellow campers by sharing it in our Code Review Chatroom. You can also share it on Twitter and your city's Campsite (on Facebook)." @@ -117,11 +117,11 @@ "126415131" ], "description": [ - "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/pgNRvJ.", - "Rule #1: Don't look at the example project's code. Figure it out for yourself.", - "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", - "User Story: I can search Wikipedia entries in a search box and see the resulting Wikipedia entries.", - "User Story: I can click a button to see a random Wikipedia entry.", + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/pgNRvJ.", + "Rule #1: Don't look at the example project's code. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "User Story: I can search Wikipedia entries in a search box and see the resulting Wikipedia entries.", + "User Story: I can click a button to see a random Wikipedia entry.", "Hint #1: Here's a URL you can use to get a random Wikipedia article: http://en.wikipedia.org/wiki/Special:Random.", "Hint #2: Here's an entry on using Wikipedia's API: http://www.mediawiki.org/wiki/API:Main_page.", "Hint #3: Use this link to experiment with Wikipedia's API.", @@ -164,16 +164,16 @@ "126411564" ], "description": [ - "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/adBpOw.", - "Rule #1: Don't look at the example project's code. Figure it out for yourself.", - "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", - "User Story: I can see whether Free Code Camp is currently streaming on Twitch.tv.", - "User Story: I can click the status output and be sent directly to the Free Code Camp's Twitch.tv channel.", - "User Story: if a Twitch user is currently streaming, I can see additional details about what they are streaming.", - "User Story: I will see a placeholder notification if a streamer has closed their Twitch account (or the account never existed). You can verify this works by adding brunofin and comster404 to your array of Twitch streamers.", - "Hint: See an example call to Twitch.tv's JSONP API at https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Zipline-Use-the-Twitchtv-JSON-API.", - "Hint: The relevant documentation about this API call is here: https://github.com/justintv/Twitch-API/blob/master/v3_resources/streams.md#get-streamschannel.", - "Hint: Here's an array of the Twitch.tv usernames of people who regularly stream coding: [\"freecodecamp\", \"storbeck\", \"terakilobyte\", \"habathcx\",\"RobotCaleb\",\"thomasballinger\",\"noobs2ninjas\",\"beohoff\"]", + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/adBpOw.", + "Rule #1: Don't look at the example project's code. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "User Story: I can see whether Free Code Camp is currently streaming on Twitch.tv.", + "User Story: I can click the status output and be sent directly to the Free Code Camp's Twitch.tv channel.", + "User Story: if a Twitch user is currently streaming, I can see additional details about what they are streaming.", + "User Story: I will see a placeholder notification if a streamer has closed their Twitch account (or the account never existed). You can verify this works by adding brunofin and comster404 to your array of Twitch streamers.", + "Hint: See an example call to Twitch.tv's JSONP API at https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Zipline-Use-the-Twitchtv-JSON-API.", + "Hint: The relevant documentation about this API call is here: https://github.com/justintv/Twitch-API/blob/master/v3_resources/streams.md#get-streamschannel.", + "Hint: Here's an array of the Twitch.tv usernames of people who regularly stream coding: [\"freecodecamp\", \"storbeck\", \"terakilobyte\", \"habathcx\",\"RobotCaleb\",\"thomasballinger\",\"noobs2ninjas\",\"beohoff\"]", "Remember to use Read-Search-Ask if you get stuck.", "When you are finished, click the \"I've completed this challenge\" button and include a link to your CodePen.", "You can get feedback on your project from fellow campers by sharing it in our Code Review Chatroom. You can also share it on Twitter and your city's Campsite (on Facebook)." @@ -234,13 +234,13 @@ "126415123" ], "description": [ - "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/adBpvw.", - "Rule #1: Don't look at the example project's code. Figure it out for yourself.", - "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", - "User Story: I can play a game of Tic Tac Toe with the computer.", - "User Story: I can never actually win against the computer - at best I can tie.", - "User Story: My game will reset as soon as it's over so I can play again.", - "User Story: I can choose whether I want to play as X or O.", + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/adBpvw.", + "Rule #1: Don't look at the example project's code. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "User Story: I can play a game of Tic Tac Toe with the computer.", + "User Story: I can never actually win against the computer - at best I can tie.", + "User Story: My game will reset as soon as it's over so I can play again.", + "User Story: I can choose whether I want to play as X or O.", "Remember to use Read-Search-Ask if you get stuck.", "When you are finished, click the \"I've completed this challenge\" button and include a link to your CodePen.", "You can get feedback on your project from fellow campers by sharing it in our Code Review Chatroom. You can also share it on Twitter and your city's Campsite (on Facebook)." @@ -280,18 +280,18 @@ "137213633" ], "description": [ - "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/obYBjE.", - "Rule #1: Don't look at the example project's code. Figure it out for yourself.", - "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", - "User Story: I am presented with a random series of button presses.", - "User Story: Each time I input a series of button presses correctly, I see the same series of button presses but with an additional step.", - "User Story: I hear a sound that corresponds to each button both when the series of button presses plays, and when I personally press a button.", - "User Story: If I press the wrong button, I am notified that I have done so, and that series of button presses starts again to remind me of the pattern so I can try again.", - "User Story: I can see how many steps are in the current series of button presses.", - "User Story: If I want to restart, I can hit a button to do so, and the game will return to a single step.", - "User Story: I can play in strict mode where if I get a button press wrong, it notifies me that I have done so, and the game restarts at a new random series of button presses.", - "User Story: I can win the game by getting a series of 20 steps correct. I am notified of my victory, then the game starts over.", - "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.", + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/obYBjE.", + "Rule #1: Don't look at the example project's code. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "User Story: I am presented with a random series of button presses.", + "User Story: Each time I input a series of button presses correctly, I see the same series of button presses but with an additional step.", + "User Story: I hear a sound that corresponds to each button both when the series of button presses plays, and when I personally press a button.", + "User Story: If I press the wrong button, I am notified that I have done so, and that series of button presses starts again to remind me of the pattern so I can try again.", + "User Story: I can see how many steps are in the current series of button presses.", + "User Story: If I want to restart, I can hit a button to do so, and the game will return to a single step.", + "User Story: I can play in strict mode where if I get a button press wrong, it notifies me that I have done so, and the game restarts at a new random series of button presses.", + "User Story: I can win the game by getting a series of 20 steps correct. I am notified of my victory, then the game starts over.", + "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.", "Remember to use Read-Search-Ask if you get stuck.", "When you are finished, click the \"I've completed this challenge\" button and include a link to your CodePen.", "You can get feedback on your project from fellow campers by sharing it in our Code Review Chatroom. You can also share it on Twitter and your city's Campsite (on Facebook)." diff --git a/seed/challenges/01-front-end-development-certification/jquery.json b/seed/challenges/01-front-end-development-certification/jquery.json index 9b6fec48a9..6e6aa444e5 100644 --- a/seed/challenges/01-front-end-development-certification/jquery.json +++ b/seed/challenges/01-front-end-development-certification/jquery.json @@ -1,7 +1,7 @@ { "name": "jQuery", "order": 5, - "time": "3h", + "time": "3 hours", "helpRoom": "Help", "challenges": [ { diff --git a/seed/challenges/01-front-end-development-certification/json-apis-and-ajax.json b/seed/challenges/01-front-end-development-certification/json-apis-and-ajax.json index 293cc96ec6..22b6361493 100644 --- a/seed/challenges/01-front-end-development-certification/json-apis-and-ajax.json +++ b/seed/challenges/01-front-end-development-certification/json-apis-and-ajax.json @@ -1,7 +1,7 @@ { "name": "JSON APIs and Ajax", "order": 10.5, - "time": "2h", + "time": "2 hours", "helpRoom": "Help", "challenges": [ { diff --git a/seed/challenges/01-front-end-development-certification/object-oriented-and-functional-programming.json b/seed/challenges/01-front-end-development-certification/object-oriented-and-functional-programming.json index 13a7108dcb..8a442592f0 100644 --- a/seed/challenges/01-front-end-development-certification/object-oriented-and-functional-programming.json +++ b/seed/challenges/01-front-end-development-certification/object-oriented-and-functional-programming.json @@ -1,7 +1,7 @@ { "name": "Object Oriented and Functional Programming", "order": 7, - "time": "2h", + "time": "2 hours", "helpRoom": "HelpJavaScript", "note": [ "Methods", diff --git a/seed/challenges/02-data-visualization-certification/d3.json b/seed/challenges/02-data-visualization-certification/d3.json index bafab8cd1f..75172df8b3 100644 --- a/seed/challenges/02-data-visualization-certification/d3.json +++ b/seed/challenges/02-data-visualization-certification/d3.json @@ -2,7 +2,7 @@ "name": "D3", "order": 16, "isComingSoon": true, - "time": "5h", + "time": "5 hours", "helpRoom": "HelpDataViz", "challenges": [ { diff --git a/seed/challenges/02-data-visualization-certification/data-visualization-certificate.json b/seed/challenges/02-data-visualization-certification/data-visualization-certificate.json index 75a77bbd9e..6e46922f32 100644 --- a/seed/challenges/02-data-visualization-certification/data-visualization-certificate.json +++ b/seed/challenges/02-data-visualization-certification/data-visualization-certificate.json @@ -1,7 +1,7 @@ { "name": "Claim Your Data Visualization Certificate", "order": 18, - "time": "5m", + "time": "5 minutes", "challenges": [ { "id": "561add10cb82ac38a17513b3", @@ -129,4 +129,4 @@ "descriptionPt": [] } ] -} \ No newline at end of file +} diff --git a/seed/challenges/02-data-visualization-certification/data-visualization-projects.json b/seed/challenges/02-data-visualization-certification/data-visualization-projects.json index 1926622287..b4861ab031 100644 --- a/seed/challenges/02-data-visualization-certification/data-visualization-projects.json +++ b/seed/challenges/02-data-visualization-certification/data-visualization-projects.json @@ -1,7 +1,7 @@ { "name": "Data Visualization Projects", "order": 17, - "time": "200h", + "time": "200 hours", "helpRoom": "HelpDataViz", "challenges": [ { @@ -11,13 +11,13 @@ "150324699" ], "description": [ - "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/adBBWd.", - "Rule #1: Don't look at the example project's code. Figure it out for yourself.", - "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", - "Rule #3: You must use D3.js to build this project.", - "User Story: I can see US Gross Domestic Product by quarter, over time.", - "User Story: I can mouse over a bar and see a tooltip with the GDP amount and exact year and month that bar represents.", - "Hint: Here's a dataset you can use to build this: https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/GDP-data.json", + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/adBBWd.", + "Rule #1: Don't look at the example project's code. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "Rule #3: You must use D3.js to build this project.", + "User Story: I can see US Gross Domestic Product by quarter, over time.", + "User Story: I can mouse over a bar and see a tooltip with the GDP amount and exact year and month that bar represents.", + "Hint: Here's a dataset you can use to build this: https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/GDP-data.json", "Remember to use Read-Search-Ask if you get stuck.", "When you are finished, click the \"I've completed this challenge\" button and include a link to your CodePen. ", "You can get feedback on your project from fellow campers by sharing it in our Code Review Chatroom. You can also share it on Twitter and your city's Campsite (on Facebook)." @@ -45,13 +45,13 @@ "150324700" ], "description": [ - "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/GoNNEy.", - "Rule #1: Don't look at the example project's code. Figure it out for yourself.", - "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", - "Rule #3: You must use D3.js to build this project.", - "User Story: I can see performance time visualized in a scatterplot graph.", - "User Story: I can mouse over a plot to see a tooltip with additional details.", - "Hint: Here's a dataset you can use to build this: https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/cyclist-data.json", + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/GoNNEy.", + "Rule #1: Don't look at the example project's code. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "Rule #3: You must use D3.js to build this project.", + "User Story: I can see performance time visualized in a scatterplot graph.", + "User Story: I can mouse over a plot to see a tooltip with additional details.", + "Hint: Here's a dataset you can use to build this: https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/cyclist-data.json", "Remember to use Read-Search-Ask if you get stuck.", "When you are finished, click the \"I've completed this challenge\" button and include a link to your CodePen. ", "You can get feedback on your project from fellow campers by sharing it in our Code Review Chatroom. You can also share it on Twitter and your city's Campsite (on Facebook)." @@ -79,14 +79,14 @@ "150324701" ], "description": [ - "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/rxWWGa.", - "Rule #1: Don't look at the example project's code. Figure it out for yourself.", - "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", - "Rule #3: You must use D3.js to build this project.", - "User Story: I can view a heat map with data represented both on the Y and X axis.", - "User Story: Each cell is colored based its relationship to other data.", - "User Story: I can mouse over a cell in the heat map to get more exact information.", - "Hint: Here's a dataset you can use to build this: https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/global-temperature.json", + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/rxWWGa.", + "Rule #1: Don't look at the example project's code. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "Rule #3: You must use D3.js to build this project.", + "User Story: I can view a heat map with data represented both on the Y and X axis.", + "User Story: Each cell is colored based its relationship to other data.", + "User Story: I can mouse over a cell in the heat map to get more exact information.", + "Hint: Here's a dataset you can use to build this: https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/global-temperature.json", "Remember to use Read-Search-Ask if you get stuck.", "When you are finished, click the \"I've completed this challenge\" button and include a link to your CodePen. ", "You can get feedback on your project from fellow campers by sharing it in our Code Review Chatroom. You can also share it on Twitter and your city's Campsite (on Facebook)." @@ -114,16 +114,16 @@ "150324458" ], "description": [ - "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/KVNNXY.", - "Rule #1: Don't look at the example project's code. Figure it out for yourself.", - "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", - "Rule #3: You must use D3.js to build this project.", - "User Story: I can see a Force-directed Graph that shows which campers are posting links on Camper News to which domains.", - "User Story: I can see each camper's icon on their node.", - "User Story: I can see the relationship between the campers and the domains they're posting.", - "User Story: I can tell approximately many times campers have linked to a specific domain from it's node size.", - "User Story: I can tell approximately how many times a specific camper has posted a link from their node's size.", - "Hint: Here's the Camper News Hot Stories API endpoint: http://www.freecodecamp.com/news/hot.", + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/KVNNXY.", + "Rule #1: Don't look at the example project's code. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "Rule #3: You must use D3.js to build this project.", + "User Story: I can see a Force-directed Graph that shows which campers are posting links on Camper News to which domains.", + "User Story: I can see each camper's icon on their node.", + "User Story: I can see the relationship between the campers and the domains they're posting.", + "User Story: I can tell approximately many times campers have linked to a specific domain from it's node size.", + "User Story: I can tell approximately how many times a specific camper has posted a link from their node's size.", + "Hint: Here's the Camper News Hot Stories API endpoint: http://www.freecodecamp.com/news/hot.", "Remember to use Read-Search-Ask if you get stuck.", "When you are finished, click the \"I've completed this challenge\" button and include a link to your CodePen. ", "You can get feedback on your project from fellow campers by sharing it in our Code Review Chatroom. You can also share it on Twitter and your city's Campsite (on Facebook)." @@ -151,14 +151,14 @@ "150324698" ], "description": [ - "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/mVEJag.", - "Rule #1: Don't look at the example project's code. Figure it out for yourself.", - "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", - "Rule #3: You must use D3.js to build this project.", - "User Story: I can see where all Meteorites landed on a world map.", - "User Story: I can tell the relative size of the meteorite, just by looking at the way it's represented on the map.", - "User Story: I can mouse over the meteorite's data point for additional data.", - "Hint: Here's a dataset you can use to build this: https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/meteorite-strike-data.json", + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/mVEJag.", + "Rule #1: Don't look at the example project's code. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "Rule #3: You must use D3.js to build this project.", + "User Story: I can see where all Meteorites landed on a world map.", + "User Story: I can tell the relative size of the meteorite, just by looking at the way it's represented on the map.", + "User Story: I can mouse over the meteorite's data point for additional data.", + "Hint: Here's a dataset you can use to build this: https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/meteorite-strike-data.json", "Remember to use Read-Search-Ask if you get stuck.", "When you are finished, click the \"I've completed this challenge\" button and include a link to your CodePen. ", "You can get feedback on your project from fellow campers by sharing it in our Code Review Chatroom. You can also share it on Twitter and your city's Campsite (on Facebook)." diff --git a/seed/challenges/02-data-visualization-certification/react-projects.json b/seed/challenges/02-data-visualization-certification/react-projects.json index 3481585702..e1fbbe6dc5 100644 --- a/seed/challenges/02-data-visualization-certification/react-projects.json +++ b/seed/challenges/02-data-visualization-certification/react-projects.json @@ -1,7 +1,7 @@ { "name": "React Projects", "order": 15, - "time": "200h", + "time": "200 hours", "helpRoom": "HelpDataViz", "challenges": [ { @@ -11,14 +11,14 @@ "150324697" ], "description": [ - "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/obYYqW.", - "Rule #1: Don't look at the example project's code. Figure it out for yourself.", - "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", - "Rule #3: You must use both Sass and React to build this project.", - "User Story: I can type GitHub-flavored Markdown into a text area.", - "User Story: I can see a preview of the output of my markdown that is updated as I type.", - "Hint: You don't need to interperate Markdown yourself - you can import the Marked library for this: https://cdnjs.com/libraries/marked", - "Note: If you want to use the React JSX syntax, you need to enable 'Babel' as a preprocessor", + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/obYYqW.", + "Rule #1: Don't look at the example project's code. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "Rule #3: You must use both Sass and React to build this project.", + "User Story: I can type GitHub-flavored Markdown into a text area.", + "User Story: I can see a preview of the output of my markdown that is updated as I type.", + "Hint: You don't need to interperate Markdown yourself - you can import the Marked library for this: https://cdnjs.com/libraries/marked", + "Note: If you want to use the React JSX syntax, you need to enable 'Babel' as a preprocessor", "Remember to use Read-Search-Ask if you get stuck.", "When you are finished, click the \"I've completed this challenge\" button and include a link to your CodePen. ", "You can get feedback on your project from fellow campers by sharing it in our Code Review Chatroom. You can also share it on Twitter and your city's Campsite (on Facebook)." @@ -46,15 +46,15 @@ "150324694" ], "description": [ - "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/qbqqJm/.", - "Rule #1: Don't look at the example project's code. Figure it out for yourself.", - "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", - "Rule #3: You must use both Sass and React to build this project.", - "User Story: I can see a table of the Free Code Camp campers who've earned the most brownie points in the past 30 days.", - "User Story: I can see how many brownie points they've earned in the past 30 days, and how many they've earned total.", - "User Story: I can toggle between sorting the list by how many bronwie points they've earned in the past 30 days and by how many brownie points they've earned total.", - "Hint: To get the top 100 campers for the last 30 days: http://fcctop100.herokuapp.com/api/fccusers/top/recent.", - "Hint: To get the top 100 campers of all time: http://fcctop100.herokuapp.com/api/fccusers/top/alltime.", + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/qbqqJm/.", + "Rule #1: Don't look at the example project's code. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "Rule #3: You must use both Sass and React to build this project.", + "User Story: I can see a table of the Free Code Camp campers who've earned the most brownie points in the past 30 days.", + "User Story: I can see how many brownie points they've earned in the past 30 days, and how many they've earned total.", + "User Story: I can toggle between sorting the list by how many bronwie points they've earned in the past 30 days and by how many brownie points they've earned total.", + "Hint: To get the top 100 campers for the last 30 days: http://fcctop100.herokuapp.com/api/fccusers/top/recent.", + "Hint: To get the top 100 campers of all time: http://fcctop100.herokuapp.com/api/fccusers/top/alltime.", "Remember to use Read-Search-Ask if you get stuck.", "When you are finished, click the \"I've completed this challenge\" button and include a link to your CodePen. ", "You can get feedback on your project from fellow campers by sharing it in our Code Review Chatroom. You can also share it on Twitter and your city's Campsite (on Facebook)." @@ -82,16 +82,16 @@ "150324695" ], "description": [ - "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/LGbbqj.", - "Rule #1: Don't look at the example project's code. Figure it out for yourself.", - "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", - "Rule #3: You must use both Sass and React to build this project.", - "User Story: I can create recipes that have names and ingredients.", - "User Story: I can see an index view where the names of all the recipes are visible.", - "User Story: I can click into any of those recipes to view it.", - "User Story: I can edit these recipes.", - "User Story: I can delete these recipes.", - "User Story: All new recipes I add are saved in my browser's local storage. If I refresh the page, these recipes will still be there.", + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/LGbbqj.", + "Rule #1: Don't look at the example project's code. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "Rule #3: You must use both Sass and React to build this project.", + "User Story: I can create recipes that have names and ingredients.", + "User Story: I can see an index view where the names of all the recipes are visible.", + "User Story: I can click into any of those recipes to view it.", + "User Story: I can edit these recipes.", + "User Story: I can delete these recipes.", + "User Story: All new recipes I add are saved in my browser's local storage. If I refresh the page, these recipes will still be there.", "Remember to use Read-Search-Ask if you get stuck.", "When you are finished, click the \"I've completed this challenge\" button and include a link to your CodePen.", "You can get feedback on your project from fellow campers by sharing it in our Code Review Chatroom. You can also share it on Twitter and your city's Campsite (on Facebook)." @@ -119,18 +119,18 @@ "150324459" ], "description": [ - "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/dGOOrZ.", - "Rule #1: Don't look at the example project's code. Figure it out for yourself.", - "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", - "Rule #3: You must use both Sass and React to build this project.", - "User Story: When I first arrive at the game, it will randomly generate a board and start playing.", - "User Story: I can start and stop the board.", - "User Story: I can set up the board.", - "User Story: I can clear the board.", - "User Story: When I press start, the game will play out.", - "User Story: Each time the board changes, I can see how many generations have gone by.", - "Hint: Here's an explanation of Conway's Game of Life from John Conway himself: https://www.youtube.com/watch?v=E8kUJL04ELA", - "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", + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/dGOOrZ.", + "Rule #1: Don't look at the example project's code. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "Rule #3: You must use both Sass and React to build this project.", + "User Story: When I first arrive at the game, it will randomly generate a board and start playing.", + "User Story: I can start and stop the board.", + "User Story: I can set up the board.", + "User Story: I can clear the board.", + "User Story: When I press start, the game will play out.", + "User Story: Each time the board changes, I can see how many generations have gone by.", + "Hint: Here's an explanation of Conway's Game of Life from John Conway himself: https://www.youtube.com/watch?v=E8kUJL04ELA", + "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", "Remember to use Read-Search-Ask if you get stuck.", "When you are finished, click the \"I've completed this challenge\" button and include a link to your CodePen. ", "You can get feedback on your project from fellow campers by sharing it in our Code Review Chatroom. You can also share it on Twitter and your city's Campsite (on Facebook)." @@ -158,19 +158,19 @@ "150324693" ], "description": [ - "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/dGOOEJ/.", - "Rule #1: Don't look at the example project's code. Figure it out for yourself.", - "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", - "Rule #3: You must use both Sass and React to build this project.", - "User Story: I have health, a level, and a weapon. I can pick up a better weapon. I can pick up health items.", - "User Story: All the items and enemies on the map are arranged at random.", - "User Story: I can move throughout a map, discovering items.", - "User Story: I can move anywhere within the map's boundaries, but I can't move through an enemy until I've beaten it.", - "User Story: Much of the map is hidden. When I take a step, all spaces that are within a certain number of spaces from me are revealed.", - "User Story: When I beat an enemy, the enemy goes away and I get XP, which eventually increases my level.", - "User Story: When I fight an enemy, we take turns damaging each other until one of us loses. I do damage based off of my level and my weapon. The enemy does damage based off of its level. Damage is somewhat random within a range.", - "User Story: When I find and beat the boss, I win.", - "User Story: The game should be challenging, but theoretically winnable.", + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/dGOOEJ/.", + "Rule #1: Don't look at the example project's code. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "Rule #3: You must use both Sass and React to build this project.", + "User Story: I have health, a level, and a weapon. I can pick up a better weapon. I can pick up health items.", + "User Story: All the items and enemies on the map are arranged at random.", + "User Story: I can move throughout a map, discovering items.", + "User Story: I can move anywhere within the map's boundaries, but I can't move through an enemy until I've beaten it.", + "User Story: Much of the map is hidden. When I take a step, all spaces that are within a certain number of spaces from me are revealed.", + "User Story: When I beat an enemy, the enemy goes away and I get XP, which eventually increases my level.", + "User Story: When I fight an enemy, we take turns damaging each other until one of us loses. I do damage based off of my level and my weapon. The enemy does damage based off of its level. Damage is somewhat random within a range.", + "User Story: When I find and beat the boss, I win.", + "User Story: The game should be challenging, but theoretically winnable.", "Remember to use Read-Search-Ask if you get stuck.", "When you are finished, click the \"I've completed this challenge\" button and include a link to your CodePen. ", "You can get feedback on your project from fellow campers by sharing it in our Code Review Chatroom. You can also share it on Twitter and your city's Campsite (on Facebook)." diff --git a/seed/challenges/02-data-visualization-certification/react.json b/seed/challenges/02-data-visualization-certification/react.json index f326d02ed7..60f29a5b3b 100644 --- a/seed/challenges/02-data-visualization-certification/react.json +++ b/seed/challenges/02-data-visualization-certification/react.json @@ -2,7 +2,7 @@ "name": "React", "order": 14, "isComingSoon": true, - "time": "5h", + "time": "5 hours", "helpRoom": "HelpDataViz", "challenges": [ { diff --git a/seed/challenges/02-data-visualization-certification/sass.json b/seed/challenges/02-data-visualization-certification/sass.json index 50e7c49893..e45b5726ba 100644 --- a/seed/challenges/02-data-visualization-certification/sass.json +++ b/seed/challenges/02-data-visualization-certification/sass.json @@ -2,7 +2,7 @@ "name": "Sass", "order": 13.5, "isComingSoon": true, - "time": "5h", + "time": "5 hours", "helpRoom": "HelpDataViz", "challenges": [ { diff --git a/seed/challenges/03-back-end-development-certification/api-projects.json b/seed/challenges/03-back-end-development-certification/api-projects.json index 6fef80f048..d26697e802 100644 --- a/seed/challenges/03-back-end-development-certification/api-projects.json +++ b/seed/challenges/03-back-end-development-certification/api-projects.json @@ -1,7 +1,7 @@ { "name": "API Projects", "order": 26, - "time": "150h", + "time": "150 hours", "helpRoom": "HelpBackEnd", "challenges": [ { @@ -200,12 +200,12 @@ "150324691" ], "description": [ - "Objective: Build a full stack JavaScript app that is functionally similar to this: https://timestamp-ms.herokuapp.com/ and deploy it to Heroku.", + "Objective: Build a full stack JavaScript app that is functionally similar to this: https://timestamp-ms.herokuapp.com/ and deploy it to Heroku.", "Note that for each project, you should create a new GitHub repository and a new Heroku project. If you can't remember how to do this, revisit http://freecodecamp.com//challenges/get-set-for-our-back-end-development-projects.", "Here are the specific user stories you should implement for this project:", - "User Story: I can pass a string as a parameter, and it will check to see whether that string contains either a unix timestamp or a natural language date (example: January 1, 2016).", - "User Story: If it does, it returns both the Unix timestamp and the natural language form of that date.", - "User Story: If it does not contain a date or Unix timestamp, it returns null for those properties.", + "User Story: I can pass a string as a parameter, and it will check to see whether that string contains either a unix timestamp or a natural language date (example: January 1, 2016).", + "User Story: If it does, it returns both the Unix timestamp and the natural language form of that date.", + "User Story: If it does not contain a date or Unix timestamp, it returns null for those properties.", "Once you've finished implementing these user stories, click the \"I've completed this challenge\" button and enter the URLs for both your GitHub repository and your live app running on Heroku.", "You can get feedback on your project from fellow campers by sharing it in our Code Review Chatroom. You can also share it on Twitter and your city's Campsite (on Facebook)." ], @@ -232,10 +232,10 @@ "150324460" ], "description": [ - "Objective: Build a full stack JavaScript app that is functionally similar to this: https://cryptic-ridge-9197.herokuapp.com/api/whoami/ and deploy it to Heroku.", + "Objective: Build a full stack JavaScript app that is functionally similar to this: https://cryptic-ridge-9197.herokuapp.com/api/whoami/ and deploy it to Heroku.", "Note that for each project, you should create a new GitHub repository and a new Heroku project. If you can't remember how to do this, revisit http://freecodecamp.com//challenges/get-set-for-our-back-end-development-projects.", "Here's the specific user story you should implement for this project:", - "User Story: I can get the IP address, language and operating system for my browser.", + "User Story: I can get the IP address, language and operating system for my browser.", "Once you've finished implementing these user stories, click the \"I've completed this challenge\" button and enter the URLs for both your GitHub repository and your live app running on Heroku.", "You can get feedback on your project from fellow campers by sharing it in our Code Review Chatroom. You can also share it on Twitter and your city's Campsite (on Facebook)." ], @@ -262,12 +262,12 @@ "150324692" ], "description": [ - "Objective: Build a full stack JavaScript app that is functionally similar to this: https://shurli.herokuapp.com/ and deploy it to Heroku.", + "Objective: Build a full stack JavaScript app that is functionally similar to this: https://shurli.herokuapp.com/ and deploy it to Heroku.", "Note that for each project, you should create a new GitHub repository and a new Heroku project. If you can't remember how to do this, revisit http://freecodecamp.com//challenges/get-set-for-our-back-end-development-projects.", "Here are the specific user stories you should implement for this project:", - "User Story: I can pass a URL as a parameter and I will receive a shortened URL in the JSON response.", - "User Story: If I pass an invalid URL that doesn't follow the valid http://www.example.com format, the JSON response will contain an error instead.", - "User Story: When I visit that shortened URL, it will redirect me to my original link.", + "User Story: I can pass a URL as a parameter and I will receive a shortened URL in the JSON response.", + "User Story: If I pass an invalid URL that doesn't follow the valid http://www.example.com format, the JSON response will contain an error instead.", + "User Story: When I visit that shortened URL, it will redirect me to my original link.", "Once you've finished implementing these user stories, click the \"I've completed this challenge\" button and enter the URLs for both your GitHub repository and your live app running on Heroku.", "You can get feedback on your project from fellow campers by sharing it in our Code Review Chatroom. You can also share it on Twitter and your city's Campsite (on Facebook)." ], @@ -294,12 +294,12 @@ "150324461" ], "description": [ - "Objective: Build a full stack JavaScript app that allows you to search for images like this: https://cryptic-ridge-9197.herokuapp.com/api/imagesearch/lolcats%20funny?offset=10 and browse recent search queries like this: https://cryptic-ridge-9197.herokuapp.com/api/latest/imagesearch/. Then deploy it to Heroku.", + "Objective: Build a full stack JavaScript app that allows you to search for images like this: https://cryptic-ridge-9197.herokuapp.com/api/imagesearch/lolcats%20funny?offset=10 and browse recent search queries like this: https://cryptic-ridge-9197.herokuapp.com/api/latest/imagesearch/. Then deploy it to Heroku.", "Note that for each project, you should create a new GitHub repository and a new Heroku project. If you can't remember how to do this, revisit http://freecodecamp.com//challenges/get-set-for-our-back-end-development-projects.", "Here are the specific user stories you should implement for this project:", - "User Story: I can get the image URLs, alt text and page urls for a set of images relating to a given search string.", - "User Story: I can paginate through the responses by adding a ?offset=2 parameter to the URL.", - "User Story: I can get a list of the most recently submitted search strings.", + "User Story: I can get the image URLs, alt text and page urls for a set of images relating to a given search string.", + "User Story: I can paginate through the responses by adding a ?offset=2 parameter to the URL.", + "User Story: I can get a list of the most recently submitted search strings.", "Once you've finished implementing these user stories, click the \"I've completed this challenge\" button and enter the URLs for both your GitHub repository and your live app running on Heroku.", "You can get feedback on your project from fellow campers by sharing it in our Code Review Chatroom. You can also share it on Twitter and your city's Campsite (on Facebook)." ], @@ -326,12 +326,12 @@ "150324457" ], "description": [ - "Objective: Build a full stack JavaScript app that is functionally similar to this: https://cryptic-ridge-9197.herokuapp.com/ and deploy it to Heroku.", + "Objective: Build a full stack JavaScript app that is functionally similar to this: https://cryptic-ridge-9197.herokuapp.com/ and deploy it to Heroku.", "Note that for each project, you should create a new GitHub repository and a new Heroku project. If you can't remember how to do this, revisit http://freecodecamp.com//challenges/get-set-for-our-back-end-development-projects.", "Here are the specific user stories you should implement for this project:", - "User Story: I can submit a FormData object that includes a file upload.", - "User Story: When I submit something, I will receive the file size in bytes within the JSON response", - "Hint: You may want to use this package: https://www.npmjs.com/package/multer", + "User Story: I can submit a FormData object that includes a file upload.", + "User Story: When I submit something, I will receive the file size in bytes within the JSON response", + "Hint: You may want to use this package: https://www.npmjs.com/package/multer", "Once you've finished implementing these user stories, click the \"I've completed this challenge\" button and enter the URLs for both your GitHub repository and your live app running on Heroku.", "You can get feedback on your project from fellow campers by sharing it in our Code Review Chatroom. You can also share it on Twitter and your city's Campsite (on Facebook)." ], diff --git a/seed/challenges/03-back-end-development-certification/automated-testing-and-debugging.json b/seed/challenges/03-back-end-development-certification/automated-testing-and-debugging.json index f3f8dd71fa..d5505c96a3 100644 --- a/seed/challenges/03-back-end-development-certification/automated-testing-and-debugging.json +++ b/seed/challenges/03-back-end-development-certification/automated-testing-and-debugging.json @@ -1,7 +1,7 @@ { "name": "Automated Testing and Debugging", "order": 20, - "time": "15m", + "time": "15 minutes", "helpRoom": "HelpBackEnd", "challenges": [ { diff --git a/seed/challenges/03-back-end-development-certification/back-end-development-certificate.json b/seed/challenges/03-back-end-development-certification/back-end-development-certificate.json index 8321f443ec..a087e00982 100644 --- a/seed/challenges/03-back-end-development-certification/back-end-development-certificate.json +++ b/seed/challenges/03-back-end-development-certification/back-end-development-certificate.json @@ -1,7 +1,7 @@ { "name": "Claim Your Back End Development Certificate", "order": 29, - "time": "5m", + "time": "5 minutes", "challenges": [ { "id": "660add10cb82ac38a17513be", diff --git a/seed/challenges/03-back-end-development-certification/dynamic-web-applications.json b/seed/challenges/03-back-end-development-certification/dynamic-web-applications.json index e2239da0ec..c96987addf 100644 --- a/seed/challenges/03-back-end-development-certification/dynamic-web-applications.json +++ b/seed/challenges/03-back-end-development-certification/dynamic-web-applications.json @@ -1,7 +1,7 @@ { "name": "Dynamic Web Application Projects", "order": 27, - "time": "250h", + "time": "250 hours", "helpRoom": "HelpBackEnd", "challenges": [ { @@ -9,17 +9,17 @@ "title": "Build a Voting App", "challengeSeed": ["133315786"], "description": [ - "Objective: Build a full stack JavaScript app that is functionally similar to this: http://votingapp.herokuapp.com/ and deploy it to Heroku.", + "Objective: Build a full stack JavaScript app that is functionally similar to this: http://votingapp.herokuapp.com/ and deploy it to Heroku.", "Note that for each project, you should create a new GitHub repository and a new Heroku project. If you can't remember how to do this, revisit http://freecodecamp.com/challenges/get-set-for-our-back-end-development-projects.", "Here are the specific user stories you should implement for this project:", - "User Story: As an authenticated user, I can keep my polls and come back later to access them.", - "User Story: As an authenticated user, I can share my polls with my friends.", - "User Story: As an authenticated user, I can see the aggregate results of my polls.", - "User Story: As an authenticated user, I can delete polls that I decide I don't want anymore.", - "User Story: As an authenticated user, I can create a poll with any number of possible items.", - "User Story: As an unauthenticated or authenticated user, I can see and vote on everyone's polls.", - "User Story: As an unauthenticated or authenticated user, I can see the results of polls in chart form. (This could be implemented using Chart.js or Google Charts.)", - "User Story: As an authenticated user, if I don't like the options on a poll, I can create a new option.", + "User Story: As an authenticated user, I can keep my polls and come back later to access them.", + "User Story: As an authenticated user, I can share my polls with my friends.", + "User Story: As an authenticated user, I can see the aggregate results of my polls.", + "User Story: As an authenticated user, I can delete polls that I decide I don't want anymore.", + "User Story: As an authenticated user, I can create a poll with any number of possible items.", + "User Story: As an unauthenticated or authenticated user, I can see and vote on everyone's polls.", + "User Story: As an unauthenticated or authenticated user, I can see the results of polls in chart form. (This could be implemented using Chart.js or Google Charts.)", + "User Story: As an authenticated user, if I don't like the options on a poll, I can create a new option.", "Once you've finished implementing these user stories, click the \"I've completed this challenge\" button and enter the URLs for both your GitHub repository and your live app running on Heroku.", "You can get feedback on your project from fellow campers by sharing it in our Code Review Chatroom. You can also share it on Twitter and your city's Campsite (on Facebook)." ], @@ -59,14 +59,14 @@ "title": "Build a Nightlife Coordination App", "challengeSeed": ["133315781"], "description": [ - "Objective: Build a full stack JavaScript app that is functionally similar to this: http://whatsgoinontonight.herokuapp.com/ and deploy it to Heroku.", + "Objective: Build a full stack JavaScript app that is functionally similar to this: http://whatsgoinontonight.herokuapp.com/ and deploy it to Heroku.", "Note that for each project, you should create a new GitHub repository and a new Heroku project. If you can't remember how to do this, revisit http://freecodecamp.com/challenges/get-set-for-our-back-end-development-projects.", "Here are the specific user stories you should implement for this project:", - "User Story: As an unauthenticated user, I can view all bars in my area.", - "User Story: As an authenticated user, I can add myself to a bar to indicate I am going there tonight.", - "User Story: As an authenticated user, I can remove myself from a bar if I no longer want to go there.", - "User Story: As an unauthenticated user, when I login I should not have to search again.", - "Hint: Try using the Yelp API to find venues in the cities your users search for. If you use Yelp's API, be sure to mention so in your app.", + "User Story: As an unauthenticated user, I can view all bars in my area.", + "User Story: As an authenticated user, I can add myself to a bar to indicate I am going there tonight.", + "User Story: As an authenticated user, I can remove myself from a bar if I no longer want to go there.", + "User Story: As an unauthenticated user, when I login I should not have to search again.", + "Hint: Try using the Yelp API to find venues in the cities your users search for. If you use Yelp's API, be sure to mention so in your app.", "Once you've finished implementing these user stories, click the \"I've completed this challenge\" button and enter the URLs for both your GitHub repository and your live app running on Heroku.", "You can get feedback on your project from fellow campers by sharing it in our Code Review Chatroom. You can also share it on Twitter and your city's Campsite (on Facebook)." ], @@ -103,13 +103,13 @@ "title": "Chart the Stock Market", "challengeSeed": ["133315787"], "description": [ - "Objective: Build a full stack JavaScript app that is functionally similar to this: http://stockstream.herokuapp.com/ and deploy it to Heroku.", + "Objective: Build a full stack JavaScript app that is functionally similar to this: http://stockstream.herokuapp.com/ and deploy it to Heroku.", "Note that for each project, you should create a new GitHub repository and a new Heroku project. If you can't remember how to do this, revisit http://freecodecamp.com/challenges/get-set-for-our-back-end-development-projects.", "Here are the specific user stories you should implement for this project:", - "User Story: I can view a graph displaying the recent trend lines for each added stock.", - "User Story: I can add new stocks by their symbol name.", - "User Story: I can remove stocks.", - "User Story: I can see changes in real-time when any other user adds or removes a stock. For this you will need to use Web Sockets.", + "User Story: I can view a graph displaying the recent trend lines for each added stock.", + "User Story: I can add new stocks by their symbol name.", + "User Story: I can remove stocks.", + "User Story: I can see changes in real-time when any other user adds or removes a stock. For this you will need to use Web Sockets.", "Once you've finished implementing these user stories, click the \"I've completed this challenge\" button and enter the URLs for both your GitHub repository and your live app running on Heroku.", "You can get feedback on your project from fellow campers by sharing it in our Code Review Chatroom. You can also share it on Twitter and your city's Campsite (on Facebook)." ], @@ -145,13 +145,13 @@ "title": "Manage a Book Trading Club", "challengeSeed": ["133316032"], "description": [ - "Objective: Build a full stack JavaScript app that is functionally similar to this: http://bookjump.herokuapp.com/ and deploy it to Heroku.", + "Objective: Build a full stack JavaScript app that is functionally similar to this: http://bookjump.herokuapp.com/ and deploy it to Heroku.", "Note that for each project, you should create a new GitHub repository and a new Heroku project. If you can't remember how to do this, revisit http://freecodecamp.com/challenges/get-set-for-our-back-end-development-projects.", "Here are the specific user stories you should implement for this project:", - "User Story: I can view all books posted by every user.", - "User Story: I can add a new book.", - "User Story: I can update my settings to store my full name, city, and state.", - "User Story: I can propose a trade and wait for the other user to accept the trade.", + "User Story: I can view all books posted by every user.", + "User Story: I can add a new book.", + "User Story: I can update my settings to store my full name, city, and state.", + "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, click the \"I've completed this challenge\" button and enter the URLs for both your GitHub repository and your live app running on Heroku.", "You can get feedback on your project from fellow campers by sharing it in our Code Review Chatroom. You can also share it on Twitter and your city's Campsite (on Facebook)." ], @@ -187,16 +187,16 @@ "title": "Build a Pinterest Clone", "challengeSeed": ["133315784"], "description": [ - "Objective: Build a full stack JavaScript app that is functionally similar to this: http://stark-lowlands-3680.herokuapp.com/ and deploy it to Heroku.", + "Objective: Build a full stack JavaScript app that is functionally similar to this: http://stark-lowlands-3680.herokuapp.com/ and deploy it to Heroku.", "Note that for each project, you should create a new GitHub repository and a new Heroku project. If you can't remember how to do this, revisit http://freecodecamp.com/challenges/get-set-for-our-back-end-development-projects.", "Here are the specific user stories you should implement for this project:", - "User Story: As an unauthenticated user, I can login with Twitter.", - "User Story: As an authenticated user, I can link to images.", - "User Story: As an authenticated user, I can delete images that I've linked to.", - "User Story: As an authenticated user, I can see a Pinterest-style wall of all the images I've linked to.", - "User Story: As an unauthenticated user, I can browse other users' walls of images.", - "User Story: As an authenticated user, if I upload an image that is broken, it will be replaced by a placeholder image. (can use jQuery broken image detection)", - "Hint: Masonry.js is a library that allows for Pinterest-style image grids.", + "User Story: As an unauthenticated user, I can login with Twitter.", + "User Story: As an authenticated user, I can link to images.", + "User Story: As an authenticated user, I can delete images that I've linked to.", + "User Story: As an authenticated user, I can see a Pinterest-style wall of all the images I've linked to.", + "User Story: As an unauthenticated user, I can browse other users' walls of images.", + "User Story: As an authenticated user, if I upload an image that is broken, it will be replaced by a placeholder image. (can use jQuery broken image detection)", + "Hint: Masonry.js is a library that allows for Pinterest-style image grids.", "Once you've finished implementing these user stories, click the \"I've completed this challenge\" button and enter the URLs for both your GitHub repository and your live app running on Heroku.", "You can get feedback on your project from fellow campers by sharing it in our Code Review Chatroom. You can also share it on Twitter and your city's Campsite (on Facebook)." ], diff --git a/seed/challenges/03-back-end-development-certification/git.json b/seed/challenges/03-back-end-development-certification/git.json index 1500377c66..63eaade3b5 100644 --- a/seed/challenges/03-back-end-development-certification/git.json +++ b/seed/challenges/03-back-end-development-certification/git.json @@ -1,7 +1,7 @@ { "name": "Git", "order" : 24, - "time": "3h", + "time": "3 hours", "helpRoom": "HelpBackEnd", "challenges": [ { diff --git a/seed/challenges/03-back-end-development-certification/mongodb.json b/seed/challenges/03-back-end-development-certification/mongodb.json index 19265a536b..6d433195c2 100644 --- a/seed/challenges/03-back-end-development-certification/mongodb.json +++ b/seed/challenges/03-back-end-development-certification/mongodb.json @@ -1,7 +1,7 @@ { "name": "MongoDB", "order" : 25, - "time": "3h", + "time": "3 hours", "helpRoom": "HelpBackEnd", "challenges": [ { diff --git a/seed/challenges/03-back-end-development-certification/nodejs-and-expressjs.json b/seed/challenges/03-back-end-development-certification/nodejs-and-expressjs.json index 4f13cd7e7e..e6e8398b79 100644 --- a/seed/challenges/03-back-end-development-certification/nodejs-and-expressjs.json +++ b/seed/challenges/03-back-end-development-certification/nodejs-and-expressjs.json @@ -1,7 +1,7 @@ { "name": "Node.js and Express.js", "order" : 24, - "time": "20h", + "time": "20 hours", "helpRoom": "HelpBackEnd", "challenges": [ { diff --git a/seed/challenges/hikes/computer-basics.json b/seed/challenges/hikes/computer-basics.json index dd7aaf11ef..de97a6f725 100644 --- a/seed/challenges/hikes/computer-basics.json +++ b/seed/challenges/hikes/computer-basics.json @@ -1,7 +1,7 @@ { "name": "Computer Basics", "order": 0, - "time": "3h", + "time": "3 hours", "challenges": [ { "id": "bd7128d8c441eddfbeb5bddf", diff --git a/seed/challenges/hikes/programming.json b/seed/challenges/hikes/programming.json index eb424b3283..7f99857c91 100644 --- a/seed/challenges/hikes/programming.json +++ b/seed/challenges/hikes/programming.json @@ -1,7 +1,7 @@ { "name": "Programming", "order": 0.050, - "time": "3h", + "time": "3 hours", "challenges": [ { "id": "bd712bd8c441eddfbeb5bddf", diff --git a/server/views/challenges/showStep.jade b/server/views/challenges/showStep.jade index bb6648e348..1c9f14a9a5 100644 --- a/server/views/challenges/showStep.jade +++ b/server/views/challenges/showStep.jade @@ -10,17 +10,17 @@ block content p.large-p!= step[2] .challenge-button-block if step[3] - a.btn.btn-block.btn-primary.challenge-step-btn-action(id='#{index}' href='#{step[3]}' target='_blank') Open link in new tab (this unlocks the next step) + a.btn.btn-block.btn-primary.challenge-step-btn-action.btn-lg(id='#{index}' href='#{step[3]}' target='_blank') Open link in new tab (this unlocks the next step) .button-spacer if index === 0 .col-sm-5.hidden-xs   else - .btn.btn-primary.btn-primary-ghost.col-sm-5.col-xs-12.challenge-step-btn-prev(id='#{index - 1}') Go to my previous step + .btn.btn-primary.btn-primary-ghost.col-sm-5.col-xs-12.challenge-step-btn-prev.btn-lg(id='#{index - 1}') Go to my previous step .challenge-step-counter.large-p.col-sm-2.col-xs-12.text-center (#{index + 1} / #{description.length}) if index + 1 === description.length - .btn.btn-primary.col-sm-5.col-xs-12.challenge-step-btn-finish(id='last' class=step[3] && !isCompleted ? 'disabled' : '') Finish challenge + .btn.btn-primary.col-sm-5.col-xs-12.challenge-step-btn-finish.btn-lg(id='last' class=step[3] && !isCompleted ? 'disabled' : '') Finish challenge else - .btn.btn-primary.col-sm-5.col-xs-12.challenge-step-btn-next(id='#{index}' class=step[3] && !isCompleted ? 'disabled' : '') Go to my next step + .btn.btn-primary.col-sm-5.col-xs-12.challenge-step-btn-next.btn-lg(id='#{index}' class=step[3] && !isCompleted ? 'disabled' : '') Go to my next step .clearfix .spacer #challenge-step-modal.modal(tabindex='-1') diff --git a/server/views/resources/about.jade b/server/views/resources/about.jade index 11615bc177..2ad2355cee 100644 --- a/server/views/resources/about.jade +++ b/server/views/resources/about.jade @@ -5,6 +5,7 @@ block content br | who learn to code and help nonprofits. .spacer + .row .col-xs-12.col-sm-10.col-sm-offset-1.col-md-6.col-md-offset-3 h2 Free Code Camp around the web: @@ -117,7 +118,15 @@ block content td a(href='https://gitter.im/CodeNonprofit' target='_blank') @CodeNonprofit tr - td Hikes curriculum + td Video challenge curriculum + td + a(href='https://gitter.im/BrianaMarie' target='_blank') @BrianaMarie + tr + td Twitch.tv channel + td + a(href='https://gitter.im/BrianaMarie' target='_blank') @BrianaMarie + tr + td Youtube channel td a(href='https://gitter.im/BrianaMarie' target='_blank') @BrianaMarie tr @@ -132,14 +141,6 @@ block content td CamperBot td a(href='https://gitter.im/LTegman' target='_blank') @LTegman - tr - td Twitch.tv channel - td - a(href='https://gitter.im/Septimus' target='_blank') @Septimus - tr - td Youtube channel - td - a(href='https://gitter.im/Septimus' target='_blank') @Septimus tr td Translation and Internationalization td