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 5433dab284..678c907536 100644
--- a/seed/challenges/02-data-visualization-certification/data-visualization-certificate.json
+++ b/seed/challenges/02-data-visualization-certification/data-visualization-certificate.json
@@ -83,7 +83,7 @@
},
{
"id": "bd7198d8c242eddfaeb5bd13",
- "title": "Show Relationships with a Force Directed Graph"
+ "title": "Show National Contiguity 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 ac7e41f173..d0afac92ce 100644
--- a/seed/challenges/02-data-visualization-certification/data-visualization-projects.json
+++ b/seed/challenges/02-data-visualization-certification/data-visualization-projects.json
@@ -119,18 +119,16 @@
},
{
"id": "bd7198d8c242eddfaeb5bd13",
- "title": "Show Relationships with a Force Directed Graph",
+ "title": "Show National Contiguity with a Force Directed Graph",
"description": [
- "Objective: Build a CodePen.io app that is functionally similar to this: https://codepen.io/FreeCodeCamp/full/KVNNXY.",
+ "Objective: Build a CodePen.io app that is functionally similar to this: https://codepen.io/FreeCodeCamp/full/xVopBo.",
"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 how 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: https://www.freecodecamp.com/news/hot
.",
+ "User Story: I can see a Force-directed Graph that shows which countries share borders.",
+ "User Story: I can see each country's flag on its node.",
+ "Hint: Here's a dataset you can use to build this: https://raw.githubusercontent.com/DealPete/forceDirected/master/countries.json",
+ "Hint: You can create a spritesheet of national flags at https://www.flag-sprites.com.",
"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 by sharing it with your friends on Facebook."