From fb096db7e6f1e73daec54d0a7ed212da93e8e88a Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Wed, 30 Dec 2015 03:57:33 -0600 Subject: [PATCH] add video links --- .../data-visualization-certificate.json | 2 +- .../data-visualization-projects.json | 18 +++++++++--------- .../react-projects.json | 10 +++++----- .../api-projects.json | 12 ++++++------ 4 files changed, 21 insertions(+), 21 deletions(-) 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 bd16bd795e..75a77bbd9e 100644 --- a/seed/challenges/02-data-visualization-certification/data-visualization-certificate.json +++ b/seed/challenges/02-data-visualization-certification/data-visualization-certificate.json @@ -85,7 +85,7 @@ }, { "id": "bd7198d8c242eddfaeb5bd13", - "title": "Show Relationships with a Force-Directed Graph" + "title": "Show Relationships with a Force Directed Graph" }, { "id": "bd7108d8c242eddfaeb5bd13", 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 8ac5e5f6d7..45efa1afae 100644 --- a/seed/challenges/02-data-visualization-certification/data-visualization-projects.json +++ b/seed/challenges/02-data-visualization-certification/data-visualization-projects.json @@ -7,7 +7,7 @@ "id": "bd7168d8c242eddfaeb5bd13", "title": "Visualize Data with a Bar Chart", "challengeSeed": [ - "133315782" + "150324699" ], "description": [ "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/adBBWd.", @@ -39,7 +39,7 @@ "id": "bd7178d8c242eddfaeb5bd13", "title": "Visualize Data with a Scatterplot Graph", "challengeSeed": [ - "133315782" + "150324700" ], "description": [ "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/GoNNEy.", @@ -71,16 +71,16 @@ "id": "bd7188d8c242eddfaeb5bd13", "title": "Visualize Data with a Heat Map", "challengeSeed": [ - "133315782" + "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 of the temperature by month, sorted into rows by year.", - "User Story: Each month is colored based on its relative heat.", - "User Story: I can hover over a month to get its exact temperature.", + "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. ", @@ -102,9 +102,9 @@ }, { "id": "bd7198d8c242eddfaeb5bd13", - "title": "Show Relationships with a Force-Directed Graph", + "title": "Show Relationships with a Force Directed Graph", "challengeSeed": [ - "133315782" + "150324458" ], "description": [ "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/KVNNXY.", @@ -139,7 +139,7 @@ "id": "bd7108d8c242eddfaeb5bd13", "title": "Map Data Across the Globe", "challengeSeed": [ - "133315782" + "150324698" ], "description": [ "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/mVEJag.", diff --git a/seed/challenges/02-data-visualization-certification/react-projects.json b/seed/challenges/02-data-visualization-certification/react-projects.json index 9eabdf3d2c..35227d1383 100644 --- a/seed/challenges/02-data-visualization-certification/react-projects.json +++ b/seed/challenges/02-data-visualization-certification/react-projects.json @@ -7,7 +7,7 @@ "id": "bd7157d8c242eddfaeb5bd13", "title": "Build a Markdown Previewer", "challengeSeed": [ - "133315782" + "150324697" ], "description": [ "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/obYYqW.", @@ -39,7 +39,7 @@ "id": "bd7156d8c242eddfaeb5bd13", "title": "Build a Camper Leaderboard", "challengeSeed": [ - "133315782" + "150324694" ], "description": [ "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/qbqqJm/.", @@ -73,7 +73,7 @@ "id": "bd7155d8c242eddfaeb5bd13", "title": "Build a Recipe Box", "challengeSeed": [ - "133315782" + "150324695" ], "description": [ "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/LGbbqj.", @@ -108,7 +108,7 @@ "id": "bd7154d8c242eddfaeb5bd13", "title": "Build the Game of Life", "challengeSeed": [ - "133315782" + "150324459" ], "description": [ "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/dGOOrZ.", @@ -145,7 +145,7 @@ "id": "bd7153d8c242eddfaeb5bd13", "title": "Build a Roguelike Dungeon Crawler Game", "challengeSeed": [ - "133315782" + "150324693" ], "description": [ "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/dGOOEJ/.", 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 befbc45bbc..d8b5b281dc 100644 --- a/seed/challenges/03-back-end-development-certification/api-projects.json +++ b/seed/challenges/03-back-end-development-certification/api-projects.json @@ -196,7 +196,7 @@ "id": "bd7158d8c443edefaeb5bdef", "title": "Timestamp Microservice", "challengeSeed": [ - "133315784" + "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.", @@ -226,7 +226,7 @@ "id": "bd7158d8c443edefaeb5bdff", "title": "Request Header Parser Microservice", "challengeSeed": [ - "133315784" + "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.", @@ -254,7 +254,7 @@ "id": "bd7158d8c443edefaeb5bd0e", "title": "URL Shortener Microservice", "challengeSeed": [ - "133315784" + "150324692" ], "description": [ "Objective: Build a full stack JavaScript app that is functionally similar to this: https://shurli.herokuapp.com/ and deploy it to Heroku.", @@ -284,10 +284,10 @@ "id": "bd7158d8c443edefaeb5bdee", "title": "Image Search Abstraction Layer", "challengeSeed": [ - "133315784" + "150324461" ], "description": [ - "Objective: Build a full stack JavaScript app that is functionally similar to this: https://cryptic-ridge-9197.herokuapp.com/api/latest/imagesearch/ and 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 Basejump, 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-basejumps.", "Here are the specific user stories you should implement for this Basejump:", "User Story: I can get the image URLs, alt text and page urls for a set of images relating to a given search string.", @@ -314,7 +314,7 @@ "id": "bd7158d8c443edefaeb5bd0f", "title": "File Metadata Microservice", "challengeSeed": [ - "133315784" + "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.",