From 905c55cc4a78908801c0fc24a0a838f9349a4bdf Mon Sep 17 00:00:00 2001 From: Andrew Wong Date: Fri, 11 Oct 2024 14:06:54 -0700 Subject: [PATCH 1/2] HAI-461 Add studySupport rel to Quizzes --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 1eb6ce9..8c228d7 100644 --- a/index.js +++ b/index.js @@ -215,6 +215,7 @@ export const Rels = { questionResponse: 'https://quizzes.api.brightspace.com/rels/question-response', quiz: 'https://quizzes.api.brightspace.com/rels/quiz', section: 'https://quizzes.api.brightspace.com/rels/quiz-section', + studySupport: 'https://quizzes.api.brightspace.com/rels/studyRecommendations', timing: 'https://quizzes.api.brightspace.com/rels/timing' }, // Themes API sub-domain rels From 8d3d07e891aaf654f9fcac4985c6e77375f71852 Mon Sep 17 00:00:00 2001 From: Andrew Wong Date: Fri, 11 Oct 2024 14:22:49 -0700 Subject: [PATCH 2/2] HAI-461 Rename from studySupport --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 8c228d7..3582eb9 100644 --- a/index.js +++ b/index.js @@ -215,7 +215,7 @@ export const Rels = { questionResponse: 'https://quizzes.api.brightspace.com/rels/question-response', quiz: 'https://quizzes.api.brightspace.com/rels/quiz', section: 'https://quizzes.api.brightspace.com/rels/quiz-section', - studySupport: 'https://quizzes.api.brightspace.com/rels/studyRecommendations', + studyRecommendations: 'https://quizzes.api.brightspace.com/rels/studyRecommendations', timing: 'https://quizzes.api.brightspace.com/rels/timing' }, // Themes API sub-domain rels