able to seed and view wiki content

This commit is contained in:
Michael Q Larson
2015-03-30 13:48:54 -07:00
parent b6da312547
commit 660214f87e
16 changed files with 126 additions and 181 deletions

View File

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