Skip to content

Commit

Permalink
PHNX-2108: Get data for row-content for quizzes (#243)
Browse files Browse the repository at this point in the history
* Add `Quizzes.viewSubmissionResults` Rel

* Update Quiz `viewSubmissionResults` rel to `viewQuizSubmissionResults` for consistency
  • Loading branch information
prajapac authored Oct 29, 2024
1 parent a3c68cb commit cd921e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ export const Rels = {
quiz: 'https://quizzes.api.brightspace.com/rels/quiz',
section: 'https://quizzes.api.brightspace.com/rels/quiz-section',
studyRecommendations: 'https://quizzes.api.brightspace.com/rels/studyRecommendations',
timing: 'https://quizzes.api.brightspace.com/rels/timing'
timing: 'https://quizzes.api.brightspace.com/rels/timing',
viewQuizSubmissionResults: 'https://quizzes.api.brightspace.com/rels/view-quiz-submission-results'
},
// Themes API sub-domain rels
Themes: {
Expand Down

0 comments on commit cd921e4

Please sign in to comment.