From 3c4213dd03727c34feaa1ca08f30df5308c8af35 Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Mon, 10 Aug 2015 17:35:16 -0700 Subject: [PATCH 1/2] fix missing quote escape --- challenges/intermediate-bonfires.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/challenges/intermediate-bonfires.json b/challenges/intermediate-bonfires.json index 1f2c681c89..743f4d2e1a 100644 --- a/challenges/intermediate-bonfires.json +++ b/challenges/intermediate-bonfires.json @@ -187,7 +187,7 @@ "difficulty": "2.04", "description": [ "Translate the provided string to pig latin.", - "Pig Latin takes the first consonant (or consonant cluster) of an English word, moves it to the end of the word and suffixes an \"ay\".", + "Pig Latin 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.", "Remember to use RSAP if you get stuck. Try to pair program. Write your own code." ], @@ -229,7 +229,7 @@ "difficulty": "2.05", "description": [ "The DNA strand is missing the pairing element. Match each character with the missing element and return the results as a 2d array.", - "Base pairs are a pair of AT and CG. Match the missing element to the provided character.", + "Base pairs 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.", "Remember to use RSAP if you get stuck. Try to pair program. Write your own code." ], From 93df41acc658c830b3ed47a0b8b6562f6dd0498b Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Mon, 10 Aug 2015 17:40:45 -0700 Subject: [PATCH 2/2] fix duplicate id's --- challenges/expert-bonfires.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/challenges/expert-bonfires.json b/challenges/expert-bonfires.json index 06ab698fb1..13bbd967de 100644 --- a/challenges/expert-bonfires.json +++ b/challenges/expert-bonfires.json @@ -3,7 +3,7 @@ "order": 0.013, "challenges": [ { - "id": "aff0395860f5d3034dc0bfc9", + "id": "aff0495970f5d3034dc0bfc9", "title": "Validate US Telephone Numbers", "difficulty": "4.01", "description": [ @@ -64,7 +64,7 @@ "descriptionPt": [] }, { - "id": "a3f503de51cf954ede28891d", + "id": "a3f512de51cf954ede28891d", "title": "Symmetric Difference", "difficulty": "4.02", "description": [ @@ -103,7 +103,7 @@ "descriptionPt": [] }, { - "id": "aa2e6f85cab2ab736c9a9b24", + "id": "aa2e6f96cab3ab736c9a9b24", "title": "Exact Change", "difficulty": "4.03", "description": [ @@ -159,7 +159,7 @@ "descriptionPt": [] }, { - "id": "a56138aff60341a09ed6c480", + "id": "a56244aff60341a09ed6c480", "title": "Inventory Update", "difficulty": "4.04", "description": [ @@ -214,7 +214,7 @@ "descriptionPt": [] }, { - "id": "a7bf700cd123b9a54eef01d5", + "id": "a8bf800cd123b9a54eef01d5", "title": "No repeats please", "difficulty": "4.05", "description": [ @@ -256,7 +256,7 @@ "descriptionPt": [] }, { - "id": "a19f0fbe1872186acd434d5a", + "id": "a19f0fbe1872186acd434d54", "title": "Friendly Date Ranges", "difficulty": "4.06", "description": [