From 3073f9f016d4d6ed558cc7a20bdf6708788155b6 Mon Sep 17 00:00:00 2001 From: Ryan Goessl <39280663+rgoessl@users.noreply.github.com> Date: Tue, 3 Dec 2024 11:15:45 -0500 Subject: [PATCH] Add constants for H5P in CE quizzing (#250) Co-authored-by: Ryan Goessl --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 95f24c6..2764949 100644 --- a/index.js +++ b/index.js @@ -71,6 +71,7 @@ export const Rels = { activityUsage: 'https://activities.api.brightspace.com/rels/activity-usage', actorActivityUsage: 'https://activities.api.brightspace.com/rels/actor-activity-usage', advancedAssessment: 'https://activities.api.brightspace.com/rels/advanced-assessment', + assignedActivity: 'https://activities.api.brightspace.com/rels/assigned-activity', associations: 'https://activities.api.brightspace.com/rels/associations', evaluation: 'https://activities.api.brightspace.com/rels/evaluation', evaluationStatus: 'https://activities.api.brightspace.com/rels/evaluation-status', @@ -446,6 +447,7 @@ export const Classes = { }, questions: { allOrNothing: 'AllOrNothing', + activityQuestion: 'activity-question', answer: 'answer', arithmetic: 'Arithmetic', candidateResponse: 'candidate-response',