Skip to content

Commit

Permalink
Add rels for popout question feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Goessl committed Jul 11, 2024
1 parent 886d8fd commit 6cad64e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export const Rels = {
nextPeriod: 'https://activities.api.brightspace.com/rels/next-period',
nextWeek: 'https://activities.api.brightspace.com/rels/next-week',
overdue: 'https://activities.api.brightspace.com/rels/overdue',
popout: 'https://activities.api.brightspace.com/rels/popout',
previousPeriod: 'https://activities.api.brightspace.com/rels/previous-period',
previousWeek: 'https://activities.api.brightspace.com/rels/previous-week',
publishersCandidates: 'https://activities.api.brightspace.com/rels/publisher-candidates',
Expand Down Expand Up @@ -196,6 +197,9 @@ 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',
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'
},
// Quizzes API sub-domain rels
Expand Down

0 comments on commit 6cad64e

Please sign in to comment.