@brightspace-hmc/siren-sdk
Advanced tools
Comparing version 2.92.0 to 2.92.1
{ | ||
"name": "@brightspace-hmc/siren-sdk", | ||
"version": "2.92.0", | ||
"version": "2.92.1", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "", |
@@ -206,2 +206,9 @@ import { Actions, Classes, Rels } from '../../hypermedia-constants.js'; | ||
/** | ||
* @returns {bool} Whether or not the negative grading entity is present | ||
*/ | ||
negativeGradingEnabled() { | ||
return this._entity.hasSubEntityByRel(Rels.Quizzes.deductionPercentage); | ||
} | ||
/** | ||
* @returns {bool} Whether or not the user can edit the autoSetGraded property | ||
@@ -208,0 +215,0 @@ */ |
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
392627
10807