From 077cfabd26d17097fa27c3f04ae9775899aeb2ae Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Thu, 28 May 2015 02:14:27 -0700 Subject: [PATCH] one last json fix --- seed_data/challenges/basejumps.json | 4 ++-- seed_data/challenges/ziplines.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/seed_data/challenges/basejumps.json b/seed_data/challenges/basejumps.json index 90543a509c..aa8cac1acc 100644 --- a/seed_data/challenges/basejumps.json +++ b/seed_data/challenges/basejumps.json @@ -60,7 +60,7 @@ "You can push these new commits to GitHub by running git push origin master, and to Heroku by running grunt --force && grunt buildcontrol:heroku.", "Now you're ready to move on to your first Basejump. Click the \"I've completed this challenge\" button and enter the URLs for both your GitHub repository and your live app running on Heroku. If you pair programmed with a friend, enter his or her Free Code Camp username as well so that you both get credit for completing it." ], - "challengeType": 4, + "challengeType": 2, "tests": [] }, { @@ -226,4 +226,4 @@ "descriptionPt": [] } ] -} \ No newline at end of file +} diff --git a/seed_data/challenges/ziplines.json b/seed_data/challenges/ziplines.json index ad41bd1bb8..d48596413c 100644 --- a/seed_data/challenges/ziplines.json +++ b/seed_data/challenges/ziplines.json @@ -22,7 +22,7 @@ "Now add the following code to your JavaScript: $(document).ready(function() { $('.text-primary').text('Hi CodePen!') });. Click the \"Save\" button at the top. Your \"Hello CodePen!\" should change to \"Hi CodePen!\". This means that jQuery is working.", "Now you're ready for your first Zipline. Click the \"I've completed this challenge\" button and include a link to your CodePen. If you pair programmed, you should also include the Free Code Camp username of your pair." ], - "challengeType": 3, + "challengeType": 2, "tests": [], "nameCn": "", "descriptionCn": [],