Skip to content

Commit

Permalink
BORG-4351: Add constants (#246)
Browse files Browse the repository at this point in the history
* BORG-4351: Add constants

* BORG-4351: Alphabetize
  • Loading branch information
sophiahyz authored Nov 14, 2024
1 parent 2e13b07 commit dbeeb75
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 @@ -201,10 +201,12 @@ export const Rels = {
identifier: 'https://questions.api.brightspace.com/rels/identifier',
itemBody: 'https://questions.api.brightspace.com/rels/item-body',
interaction: 'https://questions.api.brightspace.com/rels/interaction',
prompt: 'https://questions.api.brightspace.com/rels/prompt',
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'
},
// 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',
duplicateResponse: 'duplicate-response',
fillInTheBlank: 'FillInTheBlank',
Expand Down

0 comments on commit dbeeb75

Please sign in to comment.