Skip to content

Commit

Permalink
Merge pull request #56 from Brightspace/mpharoah/US98251_overall-score
Browse files Browse the repository at this point in the history
Added constants for rubric overall levels
  • Loading branch information
mpharoah-d2l authored Jul 26, 2018
2 parents 2b2784a + b0a232d commit 0064946
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 0064946

Please sign in to comment.