From 42e82fd8126b564c7f29da0d1bb2f9b83f48f021 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Tue, 13 Oct 2015 10:04:44 -0700 Subject: [PATCH] make additional improvements and fixes to step challenges --- challenges/basejumps.json | 4 ++-- challenges/basic-ziplines.json | 4 ++-- challenges/gear-up-for-success.json | 2 +- challenges/getting-started.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/challenges/basejumps.json b/challenges/basejumps.json index edb7f45792..67a630d701 100644 --- a/challenges/basejumps.json +++ b/challenges/basejumps.json @@ -5,7 +5,7 @@ { "id": "bd7158d8c443eddfaeb5bcef", "title": "Get Set for Basejumps", - "challengeSeed": ["128451852"], + "challengeSeed": [], "description": [ [ "http://i.imgur.com/4IZjWZ3.gif", @@ -16,7 +16,7 @@ [ "http://i.imgur.com/F7i5Hhi.gif", "A gif showing how to fill out the new workspace form", - "On c9.io, give your workspace a name, then leave \"Template\" as custom and create your workspace from this GitHub url: https://github.com/johnstonbl01/clementinejs-fcc.git", + "Instead of starting from scratch, we recommend using Clementine.js, a full stack JavaScript \"boilerplate\" that already has some basic code written for you. On c9.io, give your workspace a name, then leave \"Template\" as custom and create your workspace from this GitHub url: https://github.com/johnstonbl01/clementinejs-fcc.git", "" ], [ diff --git a/challenges/basic-ziplines.json b/challenges/basic-ziplines.json index b68158ef49..e2487d14ef 100644 --- a/challenges/basic-ziplines.json +++ b/challenges/basic-ziplines.json @@ -10,7 +10,7 @@ [ "http://i.imgur.com/6WLULsC.gif", "A gif showing how to create a Codepen account.", - "For our front end Zipline challenges, we'll use a popular browser-based code editor CodePen. Open CodePen and click \"Sign up\" in the upper right hand corner, then scroll down to the free plan and click \"Sign up\" again. Click the \"Use info from GitHub button\", then add your email address and create a password. Click the \"Sign up\" button. Then in the upper right hand corner, click \"New pen\".", + "For our front end Zipline challenges, we'll use a popular browser-based code editor called CodePen. Open CodePen and click \"Sign up\" in the upper right hand corner, then scroll down to the free plan and click \"Sign up\" again. Click the \"Use info from GitHub button\", then add your email address and create a password. Click the \"Sign up\" button. Then in the upper right hand corner, click \"New pen\".", "http://codepen.io" ], [ @@ -28,7 +28,7 @@ [ "http://i.imgur.com/Gi3aig0.gif", "A gif showing the process of adding Animate.css and jQuery to pen.", - "Click the gear in the upper left hand corner of the CSS box, then scroll down to \"Quick add\" and choose Animate.css. Click the gear in the upper left hand corner of the JS box, then scroll down to \"Quick add\" and choose jQuery. Prove that Animate.css and jQuery are loaded properly. In the JS box, add the following code to make your h1 element bounce: $(document).ready(function(){ $(\"h1\").addClass(\"animated bounce\"); });.", + "Click the gear in the upper left hand corner of the CSS box, then scroll down to \"Quick add\" and choose Animate.css. Click the gear in the upper left hand corner of the JS box, then scroll down to \"Quick add\" and choose jQuery. Let's prove that Animate.css and jQuery are loaded properly. In the JS box, add the following code to make your h1 element bounce: $(document).ready(function(){ $(\"h1\").addClass(\"animated bounce\"); });.", "" ], [ diff --git a/challenges/gear-up-for-success.json b/challenges/gear-up-for-success.json index b73404a129..382dc3b43a 100644 --- a/challenges/gear-up-for-success.json +++ b/challenges/gear-up-for-success.json @@ -36,7 +36,7 @@ [ "http://i.imgur.com/4GO4zcI.gif", "A gif showing how you can click the \"Wiki\" button in your upper-right corner to access the wiki.", - "Try this: Click the \"Wiki\" button in your upper right hand corner. Our community has contributed lots of useful information to this searchable wiki.", + "Click the \"Wiki\" button in your upper right hand corner. Our community has contributed lots of useful information to this searchable wiki.", "" ] ], diff --git a/challenges/getting-started.json b/challenges/getting-started.json index bd3638725f..5b32a65023 100644 --- a/challenges/getting-started.json +++ b/challenges/getting-started.json @@ -82,7 +82,7 @@ "https://github.com/settings/profile" ], [ - "http://i.imgur.com/OXL3G3n.gif", + "http://i.imgur.com/pYk0wOk.gif", "A gif showing how you can star a GitHub repo.", "Go to Free Code Camp's open-source repository and \"star\" it. \"Starring\" is the GitHub equivalent of \"liking\" something.", "https://github.com/freecodecamp/freecodecamp"