subtle completed challenge button for courseware and add completionMessage to coursewares

This commit is contained in:
Michael Q Larson
2015-02-12 16:48:35 -08:00
parent 93f4f6aa19
commit f8f0c3454a
5 changed files with 231 additions and 118 deletions

View File

@@ -15,6 +15,7 @@ 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
});