more challenge-related view and copy improvements

This commit is contained in:
Quincy Larson
2015-05-24 23:51:56 -07:00
parent 48acbd2ea7
commit 3ee2c29324
17 changed files with 172 additions and 5794 deletions

View File

@@ -15,7 +15,6 @@ var challengeSchema = 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
MDNlinks: Array
});