From 2613bcbcab34b3857cc0ca0276a1c47b94d9091f Mon Sep 17 00:00:00 2001 From: Andrew Wong Date: Fri, 8 Nov 2024 13:26:19 -0800 Subject: [PATCH] HAI-459 Add Quizzes class `study-recommendations` (#244) --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 6bedf52..8bf65aa 100644 --- a/index.js +++ b/index.js @@ -487,6 +487,7 @@ export const Classes = { recommended: 'recommended', section: 'section', startDate: 'start-date', + studyRecommendations: 'study-recommendations', timeLimitEnforced: 'time-limit-enforced', notimelimit: 'notimelimit', autosubmit: 'autosubmit',