Merge branch 'staging' into onboarding

pull/18182/head
Quincy Larson 2015-08-10 18:30:34 -07:00
commit 354338e99f
2 changed files with 8 additions and 8 deletions

View File

@ -3,7 +3,7 @@
"order": 0.013, "order": 0.013,
"challenges": [ "challenges": [
{ {
"id": "aff0395860f5d3034dc0bfc9", "id": "aff0495970f5d3034dc0bfc9",
"title": "Validate US Telephone Numbers", "title": "Validate US Telephone Numbers",
"difficulty": "4.01", "difficulty": "4.01",
"description": [ "description": [
@ -64,7 +64,7 @@
"descriptionPt": [] "descriptionPt": []
}, },
{ {
"id": "a3f503de51cf954ede28891d", "id": "a3f512de51cf954ede28891d",
"title": "Symmetric Difference", "title": "Symmetric Difference",
"difficulty": "4.02", "difficulty": "4.02",
"description": [ "description": [
@ -103,7 +103,7 @@
"descriptionPt": [] "descriptionPt": []
}, },
{ {
"id": "aa2e6f85cab2ab736c9a9b24", "id": "aa2e6f96cab3ab736c9a9b24",
"title": "Exact Change", "title": "Exact Change",
"difficulty": "4.03", "difficulty": "4.03",
"description": [ "description": [
@ -159,7 +159,7 @@
"descriptionPt": [] "descriptionPt": []
}, },
{ {
"id": "a56138aff60341a09ed6c480", "id": "a56244aff60341a09ed6c480",
"title": "Inventory Update", "title": "Inventory Update",
"difficulty": "4.04", "difficulty": "4.04",
"description": [ "description": [
@ -214,7 +214,7 @@
"descriptionPt": [] "descriptionPt": []
}, },
{ {
"id": "a7bf700cd123b9a54eef01d5", "id": "a8bf800cd123b9a54eef01d5",
"title": "No repeats please", "title": "No repeats please",
"difficulty": "4.05", "difficulty": "4.05",
"description": [ "description": [
@ -256,7 +256,7 @@
"descriptionPt": [] "descriptionPt": []
}, },
{ {
"id": "a19f0fbe1872186acd434d5a", "id": "a19f0fbe1872186acd434d54",
"title": "Friendly Date Ranges", "title": "Friendly Date Ranges",
"difficulty": "4.06", "difficulty": "4.06",
"description": [ "description": [

View File

@ -187,7 +187,7 @@
"difficulty": "2.04", "difficulty": "2.04",
"description": [ "description": [
"Translate the provided string to pig latin.", "Translate the provided string to pig latin.",
"<a href=\"http://en.wikipedia.org/wiki/Pig_Latin\" target="_blank">Pig Latin</a> takes the first consonant (or consonant cluster) of an English word, moves it to the end of the word and suffixes an \"ay\".", "<a href=\"http://en.wikipedia.org/wiki/Pig_Latin\" target=\"_blank\">Pig Latin</a> takes the first consonant (or consonant cluster) of an English word, moves it to the end of the word and suffixes an \"ay\".",
"If a word begins with a vowel you just add \"way\" to the end.", "If a word begins with a vowel you just add \"way\" to the end.",
"Remember to use <a href='//github.com/FreeCodeCamp/freecodecamp/wiki/How-to-get-help-when-you-get-stuck' target='_blank'>RSAP</a> if you get stuck. Try to pair program. Write your own code." "Remember to use <a href='//github.com/FreeCodeCamp/freecodecamp/wiki/How-to-get-help-when-you-get-stuck' target='_blank'>RSAP</a> if you get stuck. Try to pair program. Write your own code."
], ],
@ -229,7 +229,7 @@
"difficulty": "2.05", "difficulty": "2.05",
"description": [ "description": [
"The DNA strand is missing the pairing element. Match each character with the missing element and return the results as a 2d array.", "The DNA strand is missing the pairing element. Match each character with the missing element and return the results as a 2d array.",
"<a href=\"http://en.wikipedia.org/wiki/Base_pair\" target="_blank">Base pairs</a> are a pair of AT and CG. Match the missing element to the provided character.", "<a href=\"http://en.wikipedia.org/wiki/Base_pair\" target=\"_blank\">Base pairs</a> are a pair of AT and CG. Match the missing element to the provided character.",
"Return the provided character as the first element in each array.", "Return the provided character as the first element in each array.",
"Remember to use <a href='//github.com/FreeCodeCamp/freecodecamp/wiki/How-to-get-help-when-you-get-stuck' target='_blank'>RSAP</a> if you get stuck. Try to pair program. Write your own code." "Remember to use <a href='//github.com/FreeCodeCamp/freecodecamp/wiki/How-to-get-help-when-you-get-stuck' target='_blank'>RSAP</a> if you get stuck. Try to pair program. Write your own code."
], ],