Merge pull request #5055 from QuincyLarson/fix/better-zipline-and-basejump-copy

improve introductory challenges for ziplines and bonfires
This commit is contained in:
Berkeley Martinez
2015-12-06 20:41:53 -08:00
2 changed files with 56 additions and 0 deletions

View File

@ -3,6 +3,50 @@
"order": 8, "order": 8,
"time": "50h", "time": "50h",
"challenges": [ "challenges": [
{
"id": "bd7158d2c442eddfbeb5bd1f",
"title": "Get Set for Bonfires",
"challengeSeed": [],
"description": [
[
"http://i.imgur.com/sJkp30a.png",
"An image of our a Bonfire challenge showing directions, tests, and the code editor.",
"Bonfires are algorithm challenges that teach you how to think like a programmer.",
""
],
[
"http://i.imgur.com/d8LuRNh.png",
"A mother bird kicks a baby bird out of her nest.",
"Our Waypoint challenges merely introduced you to programming concepts. For our Bonfire challenges, you'll now need to apply what you learned to solve open-ended problems.",
""
],
[
"http://i.imgur.com/WBetuBa.jpg",
"A programmer punching through his laptop screen in frustration.",
"Bonfires are hard. It takes most campers several hours to solve each Bonfire. You will get frustrated. But don't quit.",
""
],
[
"http://i.imgur.com/5pAl7TV.jpg",
"A beagle winking and pointing his paw at you.",
"When you get stuck, just use the Read-Search-Ask methodology.<br>Don't worry - you've got this.",
""
]
],
"type": "Waypoint",
"challengeType": 7,
"tests": [],
"nameCn": "",
"descriptionCn": [],
"nameFr": "",
"descriptionFr": [],
"nameRu": "",
"descriptionRu": [],
"nameEs": "Prepárate para los Ziplines",
"descriptionEs": [],
"namePt": "",
"descriptionPt": []
},
{ {
"id": "ad7123c8c441eddfaeb5bdef", "id": "ad7123c8c441eddfaeb5bdef",
"title": "Meet Bonfire", "title": "Meet Bonfire",

View File

@ -8,6 +8,18 @@
"title": "Get Set for Ziplines", "title": "Get Set for Ziplines",
"challengeSeed": [], "challengeSeed": [],
"description": [ "description": [
[
"http://i.imgur.com/OAD6SJz.png",
"An image of a Simon game, one our Zipline projects.",
"Ziplines are front end development projects that will give you a chance to apply the front end skills you've developed up to this point. We'll use a popular browser-based code editor called CodePen.",
""
],
[
"http://i.imgur.com/WBetuBa.jpg",
"A programmer punching through his laptop screen in frustration.",
"Ziplines are hard. It takes most campers several days to build each Zipline. You will get frustrated. But don't quit. This gets easier with practice.",
""
],
[ [
"http://i.imgur.com/6WLULsC.gif", "http://i.imgur.com/6WLULsC.gif",
"A gif showing how to create a Codepen account.", "A gif showing how to create a Codepen account.",