Skip to content

Commit

Permalink
[US156910] Add in hypermedia constants to be used in outcome scale cr… (
Browse files Browse the repository at this point in the history
#224)

* [US156910] Add in hypermedia constants to be used in outcome scale creation for test bench.

* Adding in clear-achievement-threshold class.

* Moving clear-achievement-threshold and set-achievement-threshold from classes to actions.
  • Loading branch information
jesseag authored Nov 1, 2023
1 parent 142cfea commit 8d4fa6e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ export const Rels = {
level: 'https://achievements.api.brightspace.com/rels/level'
},
Outcomes: {
availableAchievementScale: 'https://outcomes.api.brightspace.com/rels/loa',
intents: 'https://outcomes.api.brightspace.com/rels/intents',
intent: 'https://outcomes.api.brightspace.com/rels/intent',
outcome: 'https://outcomes.api.brightspace.com/rels/outcome'
Expand Down Expand Up @@ -513,6 +514,7 @@ export const Classes = {
selected: 'selected'
},
outcomes: {
availableAchievementScale: 'available-achievement-scale',
assessed: 'assessed',
demonstration: 'demonstration',
demonstratableLevel: 'demonstratable-level',
Expand Down Expand Up @@ -659,9 +661,11 @@ export const Actions = {
setCatalogImage: 'set-catalog-image'
},
outcomes: {
clearAchievementThreshold: 'clear-achievement-threshold',
commitChanges: 'commit-changes',
discardChanges: 'discard-changes',
select: 'select'
select: 'select',
setAchievementThreshold: 'set-achievement-threshold'
},
quizzes: {
autoGrade: 'auto-grade'
Expand Down

0 comments on commit 8d4fa6e

Please sign in to comment.