add new field guides and challenges
This commit is contained in:
@ -30,7 +30,7 @@ $(document).ready(function() {
|
||||
},
|
||||
function(res) {
|
||||
if (res) {
|
||||
window.open('https://freecodecamp.slack.com/messages/help/', '_blank')
|
||||
window.open('https://gitter.im/FreeCodeCamp/Help', '_blank')
|
||||
}
|
||||
}
|
||||
);
|
||||
@ -48,7 +48,7 @@ $(document).ready(function() {
|
||||
},
|
||||
function(res) {
|
||||
if (res) {
|
||||
window.open('https://freecodecamp.slack.com/messages/help/', '_blank')
|
||||
window.open('https://gitter.im/FreeCodeCamp/Help', '_blank')
|
||||
}
|
||||
}
|
||||
);
|
||||
@ -71,7 +71,7 @@ $(document).ready(function() {
|
||||
},
|
||||
function(res) {
|
||||
if (res) {
|
||||
window.open('https://freecodecamp.slack.com/messages/letspair/', '_blank')
|
||||
window.open('https://gitter.im/FreeCodeCamp/LetsPair', '_blank')
|
||||
}
|
||||
}
|
||||
);
|
||||
|
@ -43,11 +43,14 @@
|
||||
"_id": "bd7125d8c441eddfaeb5bd0f",
|
||||
"name": "Waypoint: Join Our Chat Room",
|
||||
"difficulty": 0.002,
|
||||
"challengeSeed": ["131321596"],
|
||||
"challengeSeed": ["131574135"],
|
||||
"description": [
|
||||
"Now we're going to join the Free Code Camp chat room. You can come here any time of day to hang out, ask questions, or find another camper to pair program with.",
|
||||
"Create an account with GitHub here: <a href='https://github.com/join' target='_blank'>https://github.com/join</a>.",
|
||||
"Click the pixel art in the upper right hand corner of GitHub, then choose settings. Upload a picture of yourself. A picture of your face works best. This is how people will see you in our chat rooms, so put your best foot forward. You can add your city and your personal website if you have one.",
|
||||
"Go to Free Code Camp's open-source repository: <a href='//github.com/freecodecamp/freecodecamp' target='_blank'>https://github.com/freecodecamp/freecodecamp</a>.",
|
||||
"You can \"star\" this repository by clicking the star button in the upper right hand corner.",
|
||||
"Later, you'll be able to fork this repository if you'd like to contribute to our open source codebase.",
|
||||
"Join our main chat room: <a href='https://gitter.im/FreeCodeCamp/FreeCodeCamp' target='_blank'>https://gitter.im/FreeCodeCamp/FreeCodeCamp</a>.",
|
||||
"Once you're in our chat room, introduce yourself by saying : \"Hello world!\".",
|
||||
"Tell your fellow campers how you found Free Code Camp. Also tell us why you want to learn to code.",
|
||||
@ -227,7 +230,7 @@
|
||||
"challengeSeed": "127358841",
|
||||
"description": [
|
||||
"One of the best ways to stay motivated when learning to code is to hang out with other campers.",
|
||||
"Slack and Camper News are great ways to communicate with other campers, but there's no substitute for meeting people in-person.",
|
||||
"Our chat room and Camper News are great ways to communicate with other campers, but there's no substitute for meeting people in-person.",
|
||||
"The easiest way to meet other campers in your city is to join your city's Facebook Group. Click <a href='/field-guide/how-can-i-find-other-free-code-camp-campers-in-my-city' target='_blank'>here</a> to view our growing list of local groups.",
|
||||
"Click the link to your city, then, once Facebook loads, click \"Join group\".",
|
||||
"Our local groups are new, so if you don't see your city on this list, you should follow the directions to create a Facebook group for your city.",
|
||||
@ -261,7 +264,7 @@
|
||||
"_id": "bd7126d8c431eddfaeb5bd3e",
|
||||
"name": "Waypoint: Add Free Code Camp to your LinkedIn Profile",
|
||||
"difficulty": 0.008,
|
||||
"challengeSeed": "127358841",
|
||||
"challengeSeed": "131574134",
|
||||
"description": [
|
||||
"LinkedIn is a critical tool for your job search later on.",
|
||||
"Add Free Code Camp to your LinkedIn profile by going to <a href='https://www.linkedin.com/profile/edit-education?school=Free+Code+Camp' target='_blank'>https://www.linkedin.com/profile/edit-education?school=Free+Code+Camp</a>.",
|
||||
@ -297,7 +300,7 @@
|
||||
"Any time you get stuck or don't know what to do next, follow this simple algorithm (procedure): RSAP (Read, Search, Ask, Post).",
|
||||
"First, R - Read the documentation or error message. A key skill that good coders have is the ability to interpret and then follow instructions.",
|
||||
"Next, S - Search Google. Good Google queries take a lot of practice. When you search Google, you usually want to include the language or framework you're using. You also want to limit the results to a recent period.",
|
||||
"Then, if you still haven't found an answer to your question, A - Ask your friends. If you have trouble, you can ask your fellow campers. We have a special chat room specifically for getting help with tools you learn through these Free Code Camp Challenges. Go to <a href='https://freecodecamp.slack.com/messages/help/' target='_blank'>https://freecodecamp.slack.com/messages/help/</a>. Keep this chat open while you work on the remaining challenges.",
|
||||
"Then, if you still haven't found an answer to your question, A - Ask your friends. If you have trouble, you can ask your fellow campers. We have a special chat room specifically for getting help with tools you learn through these Free Code Camp Challenges. Go to <a href='https://gitter.im/FreeCodeCamp/Help' target='_blank'>https://gitter.im/FreeCodeCamp/Help</a>. Keep this chat open while you work on the remaining challenges.",
|
||||
"Finally, P - Post on Stack Overflow. Before you attempt to do this, read Stack Overflow's guide to asking good questions: <a href='http://stackoverflow.com/help/how-to-ask'>http://stackoverflow.com/help/how-to-ask</a>.",
|
||||
"Here's our detailed field guide on getting help: <a href='/field-guide/how-do-i-get-help-when-i-get-stuck' target='_blank'>http://freecodecamp.com/field-guide/how-do-i-get-help-when-i-get-stuck</a>.",
|
||||
"Now you have a clear algorithm to follow when you need help! Let's start coding! Move on to your next challenge."
|
||||
|
Reference in New Issue
Block a user