feat: default randomization to never (#317)

This commit is contained in:
Raymond Zhou
2023-04-25 13:14:40 -07:00
committed by GitHub
parent eaab798da2
commit 8676ba257c
6 changed files with 38 additions and 30 deletions

View File

@@ -191,8 +191,8 @@ export const ShowAnswerTypes = StrictDict({
});
export const RandomizationTypesKeys = StrictDict({
ALWAYS: 'always',
NEVER: 'never',
ALWAYS: 'always',
ONRESET: 'on_reset',
PERSTUDENT: 'per_student',
});