[questions][feat] add theory questions (#519)

pull/520/head
Jeff Sieu 2 years ago committed by GitHub
parent c2288ba69c
commit f752264101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,6 +36,11 @@ export const QUESTION_TYPES: FilterChoices<QuestionsQuestionType> = [
label: 'Behavioral', label: 'Behavioral',
value: 'BEHAVIORAL', value: 'BEHAVIORAL',
}, },
{
id: 'THEORY',
label: 'Theory',
value: 'THEORY',
},
] as const; ] as const;
export type QuestionAge = 'all' | 'last-6-months' | 'last-month' | 'last-year'; export type QuestionAge = 'all' | 'last-6-months' | 'last-month' | 'last-year';

Loading…
Cancel
Save