add verified flag to challenges so we can tell which ziplines and basejumps have been verified

This commit is contained in:
Michael Q Larson
2015-04-02 14:07:00 -07:00
parent 36c43cc73a
commit 97e59d4568
4 changed files with 19 additions and 23 deletions

View File

@@ -118,8 +118,7 @@ $(document).ready(function() {
{
coursewareInfo: {
coursewareHash: passedCoursewareHash,
coursewareName: passedCoursewareName,
verified: true
coursewareName: passedCoursewareName
}
}).success(
function(res) {
@@ -140,8 +139,7 @@ $(document).ready(function() {
coursewareName: passedCoursewareName,
completedWith: didCompleteWith,
publicURL: publicURL,
challengeType: challengeType,
verified: false
challengeType: challengeType
}
}).success(
function() {