fixed a bug

This commit is contained in:
2026-06-13 12:04:54 +08:00
parent c6b2bb7800
commit 2841413927
3 changed files with 38 additions and 23 deletions

View File

@@ -4,8 +4,16 @@ export const DEFAULT_VOCABULARY_FULL_CORRECT_WORD_THRESHOLD = 50;
export const VOCABULARY_FULL_CORRECT_RISK_FLAG = 'large_batch_all_correct';
export const INVALIDATING_VOCABULARY_RISK_FLAGS: string[] = [
'invalid_origin',
'invalid_answer_proof',
'invalid_question_token',
'invalid_option_token',
'invalid_submitted_at',
'submitted_at_out_of_sync',
'attempt_expired',
'too_fast',
'too_slow',
'missing_choice_interaction',
'missing_input_value_trace',
'input_value_mismatch',
'uniform_answer_intervals',