Skip to content

Commit

Permalink
BORG-4351: Add constants
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiahyz committed Nov 14, 2024
1 parent 5d61c76 commit 188853d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,9 @@ export const Rels = {
question: 'https://questions.api.brightspace.com/rels/question',
questionActivity: 'https://questions.api.brightspace.com/rels/question-activity',
questionResponse: 'https://questions.api.brightspace.com/rels/question-response',
responseDeclaration: 'https://questions.api.brightspace.com/rels/response-declaration'
responseDeclaration: 'https://questions.api.brightspace.com/rels/response-declaration',
text: 'https://questions.api.brightspace.com/rels/text',
prompt: 'https://questions.api.brightspace.com/rels/prompt'
},
// Quizzes API sub-domain rels
Quizzes: {
Expand Down Expand Up @@ -446,6 +448,7 @@ export const Classes = {
allOrNothing: 'AllOrNothing',
arithmetic: 'Arithmetic',
candidateResponse: 'candidate-response',
choiceInteraction: 'choice-interaction',
correctResponse: 'correct-response',
fillInTheBlank: 'FillInTheBlank',
itemGrading: 'item-grading',
Expand Down

0 comments on commit 188853d

Please sign in to comment.