fixed a bug
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user