fix challenge sequence
This commit is contained in:
		@@ -117,7 +117,6 @@
 | 
				
			|||||||
        "Here are the <a href='http://en.wikipedia.org/wiki/User_story' target='_blank'>user stories</a> you must enable, and optional bonus user stories:",
 | 
					        "Here are the <a href='http://en.wikipedia.org/wiki/User_story' target='_blank'>user stories</a> you must enable, and optional bonus user stories:",
 | 
				
			||||||
        "<span class='text-info'>User Story:</span> As a user, I can click a button to show me a new random quote.",
 | 
					        "<span class='text-info'>User Story:</span> As a user, I can click a button to show me a new random quote.",
 | 
				
			||||||
        "<span class='text-info'>Bonus User Story:</span> As a user, I can press a button to tweet out a quote.",
 | 
					        "<span class='text-info'>Bonus User Story:</span> As a user, I can press a button to tweet out a quote.",
 | 
				
			||||||
        "Note that you can either put your quotes into an array and show them at random, or use an API to get quotes, such as <a href='http://forismatic.com/en/api/'>http://forismatic.com/en/api/</a>.",
 | 
					 | 
				
			||||||
        "Remember to use <a href='//github.com/FreeCodeCamp/freecodecamp/wiki/How-to-get-help-when-you-get-stuck' target='_blank'>Read-Search-Ask</a> if you get stuck.",
 | 
					        "Remember to use <a href='//github.com/FreeCodeCamp/freecodecamp/wiki/How-to-get-help-when-you-get-stuck' target='_blank'>Read-Search-Ask</a> if you get stuck.",
 | 
				
			||||||
        "When you are finished, 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.",
 | 
					        "When you are finished, 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.",
 | 
				
			||||||
        "If you'd like immediate feedback on your project from fellow campers, click this button and paste in a link to your CodePen project. <br><br><a class='btn btn-primary btn-block' href='https://twitter.com/intent/tweet?text=Check%20out%20the%20project%20I%20just%20built%20with%20%40FreeCodeCamp:%20PASTE_YOUR_CODEPEN_URL_HERE%20%0A%20%23LearnToCode%20%23JavaScript' target='_blank'>Click here then add your link to your tweet's text</a>"
 | 
					        "If you'd like immediate feedback on your project from fellow campers, click this button and paste in a link to your CodePen project. <br><br><a class='btn btn-primary btn-block' href='https://twitter.com/intent/tweet?text=Check%20out%20the%20project%20I%20just%20built%20with%20%40FreeCodeCamp:%20PASTE_YOUR_CODEPEN_URL_HERE%20%0A%20%23LearnToCode%20%23JavaScript' target='_blank'>Click here then add your link to your tweet's text</a>"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "Intermediate Algorithm Scripting",
 | 
					  "name": "Intermediate Algorithm Scripting",
 | 
				
			||||||
  "order": 9,
 | 
					  "order": 10,
 | 
				
			||||||
  "challenges": [
 | 
					  "challenges": [
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      "id": "a3566b1109230028080c9345",
 | 
					      "id": "a3566b1109230028080c9345",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user