Skip to content

Commit

Permalink
Borg-4353-add-constant (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
jieunkxx authored Nov 20, 2024
1 parent 48cedf6 commit c8abf71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ export const Classes = {
},
questions: {
allOrNothing: 'AllOrNothing',
answer: 'answer',
arithmetic: 'Arithmetic',
candidateResponse: 'candidate-response',
choiceInteraction: 'choice-interaction',
Expand All @@ -472,6 +473,7 @@ export const Classes = {
text: 'text',
textEntryInteraction: 'text-entry-interaction',
trueFalse: 'TrueFalse',
units: 'units',
value: 'value'
},
quizzes: {
Expand Down

0 comments on commit c8abf71

Please sign in to comment.