add new challenges

This commit is contained in:
Quincy Larson
2017-01-16 22:44:38 -06:00
committed by Berkeley Martinez
parent 426ff2175f
commit 6f9fab3043
88 changed files with 32087 additions and 10858 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "Coding Interview Training",
"order": 23,
"time": "70 Hours",
"isLocked": true,
"message": "To qualify for the coding interview preparation, you must first earn your Full Stack Developer Certificate by contributing to open source.",
"challenges": [
{
"title": "Soft Skill Training"
},
{
"title": "Critical Thinking Training"
},
{
"title": "Whiteboard Coding Training"
}
]
}

View File

@@ -0,0 +1,18 @@
{
"name": "Mock Interviews",
"order": 24,
"time": "10 Hours",
"isLocked": true,
"message": "To qualify for Mock Interviews, you must first earn your Full Stack Developer Certificate by contributing to open source, then complete our Coding Interview Training.",
"challenges": [
{
"title": "Mock Interview #1"
},
{
"title": "Mock Interview #2"
},
{
"title": "Mock Interview #3"
}
]
}