Skip to content

Commit

Permalink
Add constants for H5P in CE quizzing (#250)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Goessl <d2l@rgoessl.com>
  • Loading branch information
rgoessl and Ryan Goessl authored Dec 3, 2024
1 parent 6403fcf commit 3073f9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export const Rels = {
activityUsage: 'https://activities.api.brightspace.com/rels/activity-usage',
actorActivityUsage: 'https://activities.api.brightspace.com/rels/actor-activity-usage',
advancedAssessment: 'https://activities.api.brightspace.com/rels/advanced-assessment',
assignedActivity: 'https://activities.api.brightspace.com/rels/assigned-activity',
associations: 'https://activities.api.brightspace.com/rels/associations',
evaluation: 'https://activities.api.brightspace.com/rels/evaluation',
evaluationStatus: 'https://activities.api.brightspace.com/rels/evaluation-status',
Expand Down Expand Up @@ -446,6 +447,7 @@ export const Classes = {
},
questions: {
allOrNothing: 'AllOrNothing',
activityQuestion: 'activity-question',
answer: 'answer',
arithmetic: 'Arithmetic',
candidateResponse: 'candidate-response',
Expand Down

0 comments on commit 3073f9f

Please sign in to comment.