improve interviewing section titles

This commit is contained in:
Quincy Larson
2017-01-20 16:31:35 -06:00
parent e66c502fea
commit 3bb8c29019
5 changed files with 3 additions and 39 deletions

View File

@ -1,18 +0,0 @@
{
"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

@ -1,18 +0,0 @@
{
"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"
}
]
}

View File

@ -1,5 +1,5 @@
{
"name": "Advanced Algorithm Scripting",
"name": "Coding Interview Algorithm Questions",
"order": 10,
"time": "50 hours",
"helpRoom": "HelpJavaScript",

View File

@ -1,5 +1,5 @@
{
"name": "Advanced Data Structures",
"name": "Coding Interview Data Structure Questions",
"order": 9,
"time": "50 hours",
"helpRoom": "Help",

View File

@ -1,5 +1,5 @@
{
"name": "Extra Practice Projects",
"name": "Coding Interview Take-home Projects",
"order": 1,
"time": "500 hours",
"helpRoom": "HelpFrontEnd",