edx-modulestore
Advanced tools
Comparing version 0.5.2 to 1.0.0
@@ -371,2 +371,11 @@ 'use strict'; | ||
} | ||
}, | ||
showAnswer: { | ||
get: function () { | ||
return this._get('metadata.showanswer'); | ||
}, | ||
set: function (value) { | ||
this._set('metadata.showanswer', value); | ||
} | ||
} | ||
@@ -373,0 +382,0 @@ }, |
@@ -49,3 +49,4 @@ var mongoose = require('mongoose'); | ||
}, | ||
advanced_modules: [String] | ||
advanced_modules: [String], | ||
showanswer: String | ||
} | ||
@@ -52,0 +53,0 @@ }); |
{ | ||
"name": "edx-modulestore", | ||
"version": "0.5.2", | ||
"version": "1.0.0", | ||
"description": "Easy browsing of Open edX modulestores", | ||
@@ -5,0 +5,0 @@ "author": "Bertrand Marron", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
42640
8
1264
0