From 188853d7957ea11f9e6d76dbc50121dfb60fcd9d Mon Sep 17 00:00:00 2001 From: sophiahyz Date: Thu, 14 Nov 2024 11:38:05 -0800 Subject: [PATCH] BORG-4351: Add constants --- index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 6bedf52..f42951e 100644 --- a/index.js +++ b/index.js @@ -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: { @@ -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',