factor challenges and bonfires into smaller json files

This commit is contained in:
Quincy Larson
2015-05-19 01:57:55 -07:00
parent 4a30545511
commit e659d8c7fa
16 changed files with 6080 additions and 374 deletions

View File

@@ -15,7 +15,6 @@ var coursewareSchema = new mongoose.Schema({
description: Array,
tests: Array,
challengeSeed: Array,
completionMessage: String, // Congratulations! You've finished our HTML and CSS track!
challengeType: Number // 0 = html, 1 = javascript only, 2 = video, 3 = zipline, 4 = basejump
});