diff --git a/challenges/basic-ziplines.json b/challenges/basic-ziplines.json index 37e547c4e3..d97d049b80 100644 --- a/challenges/basic-ziplines.json +++ b/challenges/basic-ziplines.json @@ -45,6 +45,7 @@ "Rule #1: Don't look at the example project's code on CodePen. Figure it out for yourself.", "Rule #2: You may use whichever libraries or APIs you need.", "Rule #3: Reverse engineer the example project's functionality, and also feel free to personalize it.", + "Hint: If you don't want to start from scratch, you can fork this simple Bootstrap portfolio template on CodePen: http://codepen.io/FreeCodeCamp/pen/mJNqQj.", "Here are the user stories you must enable, and optional bonus user stories:", "User Story: As a user, I can access all of the portfolio webpage's content just by scrolling.", "User Story: As a user, I can click different buttons that will take me to the portfolio creator's different social media pages.", diff --git a/challenges/intermediate-ziplines.json b/challenges/intermediate-ziplines.json index 0a0c57f85c..6317353902 100644 --- a/challenges/intermediate-ziplines.json +++ b/challenges/intermediate-ziplines.json @@ -138,9 +138,9 @@ "id": "bd7158d8c442eddfaeb5bd1c", "title": "Build a Simon Game", "difficulty": 1.07, - "challengeSeed": ["126415123"], + "challengeSeed": ["137213633"], "description": [ - "Objective: Build a CodePen.io app that successfully reverse-engineers this: http://codepen.io/dting/full/KpJXZV/.", + "Objective: Build a CodePen.io app that successfully reverse-engineers this: http://codepen.io/dting/full/QbRyqq/.", "Rule #1: Don't look at the example project's code on CodePen. Figure it out for yourself.", "Rule #2: You may use whichever libraries or APIs you need.", "Rule #3: Reverse engineer the example project's functionality, and also feel free to personalize it.",