From 30a3d1afd1df572677a899986df83bfdb5ec0a15 Mon Sep 17 00:00:00 2001 From: Tristan Devos Date: Mon, 11 Nov 2024 13:24:19 -0500 Subject: [PATCH] add class for msa (#245) --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 8bf65aa..a842502 100644 --- a/index.js +++ b/index.js @@ -447,6 +447,7 @@ export const Classes = { arithmetic: 'Arithmetic', candidateResponse: 'candidate-response', correctResponse: 'correct-response', + duplicateResponse: 'duplicate-response', fillInTheBlank: 'FillInTheBlank', itemGrading: 'item-grading', longAnswer: 'LongAnswer',