Skip to content

Commit

Permalink
Added constants for rubric overall levels
Browse files Browse the repository at this point in the history
  • Loading branch information
mpharoah-d2l authored Jul 26, 2018
1 parent 2b2784a commit b0a232d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion d2l-hm-constants-behavior.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@
criterion: 'https://rubrics.api.brightspace.com/rels/criterion',
criterionCell: 'https://rubrics.api.brightspace.com/rels/criterion-cell',
level: 'https://rubrics.api.brightspace.com/rels/level',
levels: 'https://rubrics.api.brightspace.com/rels/levels'
levels: 'https://rubrics.api.brightspace.com/rels/levels',
overallLevels: 'https://rubrics.api.brightspace.com/rels/overall-levels'
}
},
HypermediaClasses: {
Expand Down Expand Up @@ -224,6 +225,7 @@
feedback: 'feedback',
holistic: 'holistic',
level: 'level',
overallLevel: 'overall-level',
numeric: 'numeric',
overridden: 'overridden',
percentage: 'percentage',
Expand Down

0 comments on commit b0a232d

Please sign in to comment.