From 890209a3f67fbe7a6372da274838d0757c069640 Mon Sep 17 00:00:00 2001 From: sophiahyz <55169820+sophiahyz@users.noreply.github.com> Date: Wed, 26 Oct 2022 13:11:08 -0700 Subject: [PATCH] added constant (#192) Co-authored-by: Sophia Zhang --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 5412ba8..672b7a0 100644 --- a/index.js +++ b/index.js @@ -404,7 +404,8 @@ export const Classes = { startDate: 'start-date', timeLimitEnforced: 'time-limit-enforced', notimelimit: 'notimelimit', - autosubmit: 'autosubmit' + autosubmit: 'autosubmit', + withTimeLimitType: 'with-time-limit-type' }, surveys: { active: 'active',