courseware testing implemented

This commit is contained in:
Nathan Leniz
2015-02-04 19:59:51 -05:00
parent c487ddf18e
commit 161582f6c9
5 changed files with 318 additions and 87 deletions

View File

@@ -66,7 +66,6 @@ exports.returnIndividualCourseware = function(req, res, next) {
details: courseware.description.slice(1),
tests: courseware.tests,
challengeSeed: courseware.challengeSeed,
challengeEntryPoint: courseware.challengeEntryPoint,
cc: !!req.user,
points: req.user ? req.user.points : undefined,
verb: resources.randomVerb(),