make more updates to challenges and view
This commit is contained in:
@ -58,6 +58,9 @@
|
|||||||
"challengeNumber": 4,
|
"challengeNumber": 4,
|
||||||
"steps": [
|
"steps": [
|
||||||
"Next, let's learn about Responsive web design and continue learning about HTML and CSS.",
|
"Next, let's learn about Responsive web design and continue learning about HTML and CSS.",
|
||||||
|
"A responsive website will automatically adapt to changes in your browser's width. This means that you can make one version of a website that will look good on desktop, tablet and phone.",
|
||||||
|
"Later, we'll use Twitter's Bootstrap CSS framework to build responsive websites.",
|
||||||
|
"You can check it out here: <a href='http://getbootstrap.com/' target='_blank'>http://getbootstrap.com/</a>.",
|
||||||
"Go to <a href='https://dash.generalassemb.ly/projects/jeffs-blog-1' target='_blank'>https://dash.generalassemb.ly/projects/jeffs-blog-1</a> and complete the second project."
|
"Go to <a href='https://dash.generalassemb.ly/projects/jeffs-blog-1' target='_blank'>https://dash.generalassemb.ly/projects/jeffs-blog-1</a> and complete the second project."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -127,7 +130,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Listen for DOM Elements",
|
"name": "Listen for DOM Events",
|
||||||
"time": 30,
|
"time": 30,
|
||||||
"video": "114486344",
|
"video": "114486344",
|
||||||
"challengeNumber": 11,
|
"challengeNumber": 11,
|
||||||
@ -154,7 +157,7 @@
|
|||||||
"steps": [
|
"steps": [
|
||||||
"Now that we've built a foundation in jQuery, let's go back to Dash and do it's last challenge.",
|
"Now that we've built a foundation in jQuery, let's go back to Dash and do it's last challenge.",
|
||||||
"If you aren't familiar with Mad Libs, they basically involve inserting random nouns, adjectives and verbs in to stories. The stories that result are often hilarious.",
|
"If you aren't familiar with Mad Libs, they basically involve inserting random nouns, adjectives and verbs in to stories. The stories that result are often hilarious.",
|
||||||
"Go to <a href='https://dash.generalassemb.ly/projects/mad-libs-1' target='_blank'>httpsng://dash.generalassemb.ly/projects/mad-libs-1</a> and complete the fifth project."
|
"Go to <a href='https://dash.generalassemb.ly/projects/mad-libs-1' target='_blank'>https://dash.generalassemb.ly/projects/mad-libs-1</a> and complete the fifth project."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -275,7 +278,9 @@
|
|||||||
"Now that you understand some Computer Science fundamentals, let's focus on programming JavaScript!",
|
"Now that you understand some Computer Science fundamentals, let's focus on programming JavaScript!",
|
||||||
"We're going to work through Codecademy's famous interactive JavaScript course.",
|
"We're going to work through Codecademy's famous interactive JavaScript course.",
|
||||||
"This course will teach us some JavaScript fundamentals while guiding us through the process of building interesting web apps, all within Codecademy's learner-friendly environment!",
|
"This course will teach us some JavaScript fundamentals while guiding us through the process of building interesting web apps, all within Codecademy's learner-friendly environment!",
|
||||||
"Go to <a href='http://www.codecademy.com/courses/getting-started-v2/0/1' target='_blank'>http://www.codecademy.com/courses/getting-started-v2/0/1</a> and complete the section."]
|
"Go to <a href='http://www.codecademy.com/courses/getting-started-v2/0/1' target='_blank'>http://www.codecademy.com/courses/getting-started-v2/0/1</a> and complete the section.",
|
||||||
|
"Be sure to also complete this section: <a href='http://www.codecademy.com/courses/javascript-beginner-en-x9DnD/0/1' target='_blank'>http://www.codecademy.com/courses/javascript-beginner-en-x9DnD/0/1</a>."
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Build Rock Paper Scissors",
|
"name": "Build Rock Paper Scissors",
|
||||||
@ -284,26 +289,31 @@
|
|||||||
"challengeNumber": 25,
|
"challengeNumber": 25,
|
||||||
"steps": [
|
"steps": [
|
||||||
"Now we'll learn how JavaScript functions work, and use them to build a simple Rock Paper Scissors game.",
|
"Now we'll learn how JavaScript functions work, and use them to build a simple Rock Paper Scissors game.",
|
||||||
"Go to <a href='http://www.codecademy.com/courses/javascript-beginner-en-6LzGd/0/1' target='_blank'>http://www.codecademy.com/courses/javascript-beginner-en-6LzGd/0/1</a> and complete the section."]
|
"Go to <a href='http://www.codecademy.com/courses/javascript-beginner-en-6LzGd/0/1' target='_blank'>http://www.codecademy.com/courses/javascript-beginner-en-6LzGd/0/1</a> and complete the section.",
|
||||||
|
"Be sure to also complete this section: <a href='http://www.codecademy.com/courses/javascript-beginner-en-Bthev-mskY8/0/1' target='_blank'>http://www.codecademy.com/courses/javascript-beginner-en-Bthev-mskY8/0/1</a>."
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Learn JavaScript For and While Loops",
|
"name": "Learn JavaScript For Loops",
|
||||||
"time": 60,
|
"time": 60,
|
||||||
"video": "114486344",
|
"video": "114486344",
|
||||||
"challengeNumber": 26,
|
"challengeNumber": 26,
|
||||||
"steps": [
|
"steps": [
|
||||||
"Let's learn more about the loops that make virtually all programs possible - the \"For Loop\" and \"While Loop\".",
|
"Let's learn more about the loops that make virtually all programs possible - the \"For Loop\" and \"While Loop\". First, we'll learn the For Loop.",
|
||||||
"Go to <a href='http://www.codecademy.com/courses/javascript-beginner-en-NhsaT/0/1' target='_blank'>http://www.codecademy.com/courses/javascript-beginner-en-NhsaT/0/1web</a> and complete both the both For and While loop section."
|
"Go to <a href='http://www.codecademy.com/courses/javascript-beginner-en-NhsaT/0/1' target='_blank'>http://www.codecademy.com/courses/javascript-beginner-en-NhsaT/0/1web</a> and complete both the both For and While loop section.",
|
||||||
|
"Be sure to also complete this section: <a href='http://www.codecademy.com/courses/javascript-beginner-en-XEDZA/0/1' target='_blank'>http://www.codecademy.com/courses/javascript-beginner-en-XEDZA/0/1</a>."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Learn If and Then Statements",
|
"name": "Learn While Loops",
|
||||||
"time": 60,
|
"time": 60,
|
||||||
"video": "114486344",
|
"video": "114486344",
|
||||||
"challengeNumber": 27,
|
"challengeNumber": 27,
|
||||||
"steps": [
|
"steps": [
|
||||||
"Most human thought can be broken down into what we call Boolean Logic. Lucky for us, computers can think the same way! Let's learn how to instruct our computers by writing \"If-Then-Else Statements\".",
|
|
||||||
"Go to <a href='http://www.codecademy.com/courses/javascript-beginner-en-qDwp0/0/1' target='_blank'>http://www.codecademy.com/courses/javascript-beginner-en-qDwp0/0/1</a> and complete the section."]
|
"Go to <a href='http://www.codecademy.com/courses/javascript-beginner-en-ASGIv/0/1' target='_blank'>http://www.codecademy.com/courses/javascript-beginner-en-ASGIv/0/1</a> and complete the section.",
|
||||||
|
"Be sure to also complete this section: <a href='http://www.codecademy.com/courses/javascript-beginner-en-ASGIv/0/1' target='_blank'>http://www.codecademy.com/courses/javascript-beginner-en-ASGIv/0/1</a>."
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Learn Control Flow",
|
"name": "Learn Control Flow",
|
||||||
@ -311,8 +321,11 @@
|
|||||||
"video": "114486344",
|
"video": "114486344",
|
||||||
"challengeNumber": 28,
|
"challengeNumber": 28,
|
||||||
"steps": [
|
"steps": [
|
||||||
"Now we're going to learn some advanced \"Control Flow\" principals, such as ways we can exit loops early.",
|
"Much of human reasoning can be broken down into what we call Boolean Logic. Lucky for us, computers can think the same way! Let's learn how to instruct our computers by writing \"If-Then-Else Statements\".",
|
||||||
"Go to <a href='http://www.codecademy.com/courses/javascript-beginner-en-qDwp0/0/1' target='_blank'>http://www.codecademy.com/courses/javascript-beginner-en-qDwp0/0/1</a> and complete the section."]
|
"We'll also learn some advanced \"Control Flow\" principals, such as ways we can exit loops early.",
|
||||||
|
"Go to <a href='http://www.codecademy.com/courses/javascript-beginner-en-qDwp0/0/1' target='_blank'>http://www.codecademy.com/courses/javascript-beginner-en-qDwp0/0/1</a> and complete the section.",
|
||||||
|
"Be sure to also complete this section: <a href='http://www.codecademy.com/courses/javascript-beginner-en-ZA2rb/0/1' target='_blank'>http://www.codecademy.com/courses/javascript-beginner-en-ZA2rb/0/1</a>."
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Build a Contact List",
|
"name": "Build a Contact List",
|
||||||
@ -321,7 +334,9 @@
|
|||||||
"challengeNumber": 29,
|
"challengeNumber": 29,
|
||||||
"steps": [
|
"steps": [
|
||||||
"Up to this point, you've been working mostly with strings and numbers. Now we're going to learn more complicated data structures, like \"Arrays\" and \"Objects\".",
|
"Up to this point, you've been working mostly with strings and numbers. Now we're going to learn more complicated data structures, like \"Arrays\" and \"Objects\".",
|
||||||
"Go to <a href='http://www.codecademy.com/courses/javascript-beginner-en-9Sgpi/0/1' target='_blank'>http://www.codecademy.com/courses/javascript-beginner-en-9Sgpi/0/1</a> and complete the section."]
|
"Go to <a href='http://www.codecademy.com/courses/javascript-beginner-en-9Sgpi/0/1' target='_blank'>http://www.codecademy.com/courses/javascript-beginner-en-9Sgpi/0/1</a> and complete the section.",
|
||||||
|
"Be sure to also complete this section: <a href='' target='_blank'></a>."
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Build an Address Book",
|
"name": "Build an Address Book",
|
||||||
@ -330,7 +345,9 @@
|
|||||||
"challengeNumber": 30,
|
"challengeNumber": 30,
|
||||||
"steps": [
|
"steps": [
|
||||||
"Let's learn more about objects.",
|
"Let's learn more about objects.",
|
||||||
"Go to <a href='http://www.codecademy.com/courses/spencer-sandbox/0/1' target='_blank'>http://www.codecademy.com/courses/spencer-sandbox/0/1</a> and complete the section."]
|
"Go to <a href='http://www.codecademy.com/courses/spencer-sandbox/0/1' target='_blank'>http://www.codecademy.com/courses/spencer-sandbox/0/1</a> and complete the section.",
|
||||||
|
"Be sure to also complete this section: <a href='http://www.codecademy.com/courses/javascript-beginner-en-3bmfN/0/1' target='_blank'>http://www.codecademy.com/courses/javascript-beginner-en-3bmfN/0/1</a>."
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Build a Cash Register",
|
"name": "Build a Cash Register",
|
||||||
@ -339,7 +356,9 @@
|
|||||||
"challengeNumber": 31,
|
"challengeNumber": 31,
|
||||||
"steps": [
|
"steps": [
|
||||||
"In this final CodeCademy section, we'll learn even more about JavaScript objects.",
|
"In this final CodeCademy section, we'll learn even more about JavaScript objects.",
|
||||||
"Go to <a href='http://www.codecademy.com/courses/objects-ii/0/1' target='_blank'>http://www.codecademy.com/courses/objects-ii/0/1</a> and complete this final section."]
|
"Go to <a href='http://www.codecademy.com/courses/objects-ii/0/1' target='_blank'>http://www.codecademy.com/courses/objects-ii/0/1</a> and complete this section.",
|
||||||
|
"Be sure to also complete the final section: <a href='http://www.codecademy.com/courses/close-the-super-makert/0/1' target='_blank'>http://www.codecademy.com/courses/close-the-super-makert/0/1</a>."
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Get Help The Hacker Way",
|
"name": "Get Help The Hacker Way",
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
a(href="/challenges/10", class="#{ cc[10] > 0 ? 'strikethrough' : '' }") Work with the DOM
|
a(href="/challenges/10", class="#{ cc[10] > 0 ? 'strikethrough' : '' }") Work with the DOM
|
||||||
| (30 minutes)
|
| (30 minutes)
|
||||||
li
|
li
|
||||||
a(href="/challenges/11", class="#{ cc[11] > 0 ? 'strikethrough' : '' }") Listen for DOM Elements
|
a(href="/challenges/11", class="#{ cc[11] > 0 ? 'strikethrough' : '' }") Listen for DOM Events
|
||||||
| (30 minutes)
|
| (30 minutes)
|
||||||
li
|
li
|
||||||
a(href="/challenges/12", class="#{ cc[12] > 0 ? 'strikethrough' : '' }") Use jQuery for Styling
|
a(href="/challenges/12", class="#{ cc[12] > 0 ? 'strikethrough' : '' }") Use jQuery for Styling
|
||||||
@ -84,7 +84,7 @@
|
|||||||
a(href="/challenges/26", class="#{ cc[26] > 0 ? 'strikethrough' : '' }") Learn For and While Loops
|
a(href="/challenges/26", class="#{ cc[26] > 0 ? 'strikethrough' : '' }") Learn For and While Loops
|
||||||
| (60 minutes)
|
| (60 minutes)
|
||||||
li
|
li
|
||||||
a(href="/challenges/27", class="#{ cc[27] > 0 ? 'strikethrough' : '' }") Learn If and Then Statements
|
a(href="/challenges/27", class="#{ cc[27] > 0 ? 'strikethrough' : '' }") Learn If and Else Statements
|
||||||
| (60 minutes)
|
| (60 minutes)
|
||||||
li
|
li
|
||||||
a(href="/challenges/28", class="#{ cc[28] > 0 ? 'strikethrough' : '' }") Learn Control Flow
|
a(href="/challenges/28", class="#{ cc[28] > 0 ? 'strikethrough' : '' }") Learn Control Flow
|
||||||
@ -111,16 +111,16 @@
|
|||||||
a(href="/challenges/35", class="#{ cc[35] > 0 ? 'strikethrough' : '' }") Learn Relational Databases
|
a(href="/challenges/35", class="#{ cc[35] > 0 ? 'strikethrough' : '' }") Learn Relational Databases
|
||||||
| (30 minutes)
|
| (30 minutes)
|
||||||
li
|
li
|
||||||
a(href="/challenges/36", class="#{ cc[36] > 0 ? 'strikethrough' : '' }") Pair Program to Query SQL 1
|
a(href="/challenges/36", class="#{ cc[36] > 0 ? 'strikethrough' : '' }") Pair Program to Query SQL pt.1
|
||||||
| (90 minutes)
|
| (90 minutes)
|
||||||
li
|
li
|
||||||
a(href="/challenges/37", class="#{ cc[37] > 0 ? 'strikethrough' : '' }") Pair Program to Query SQL 2
|
a(href="/challenges/37", class="#{ cc[37] > 0 ? 'strikethrough' : '' }") Pair Program to Query SQL pt.2
|
||||||
| (60 minutes)
|
| (60 minutes)
|
||||||
li
|
li
|
||||||
a(href="/challenges/38", class="#{ cc[38] > 0 ? 'strikethrough' : '' }") Pair Program to modify SQL 1
|
a(href="/challenges/38", class="#{ cc[38] > 0 ? 'strikethrough' : '' }") Pair Program to modify SQL pt.1
|
||||||
| (90 minutes)
|
| (90 minutes)
|
||||||
li
|
li
|
||||||
a(href="/challenges/39", class="#{ cc[39] > 0 ? 'strikethrough' : '' }") Pair Program to modify SQL 2
|
a(href="/challenges/39", class="#{ cc[39] > 0 ? 'strikethrough' : '' }") Pair Program to modify SQL pt.2
|
||||||
| (60 minutes)
|
| (60 minutes)
|
||||||
li
|
li
|
||||||
a(href="/challenges/40", class="#{ cc[40] > 0 ? 'strikethrough' : '' }") Learn JSON
|
a(href="/challenges/40", class="#{ cc[40] > 0 ? 'strikethrough' : '' }") Learn JSON
|
||||||
|
Reference in New Issue
Block a user