add dont care option to make survey UX more understandable

This commit is contained in:
Brandon Egger
2023-04-11 01:28:07 -05:00
parent 4f6882492d
commit 78e61293ee
2 changed files with 41 additions and 2 deletions

View File

@ -6,6 +6,7 @@ const questions: Question<QuestionTypes>[] = [
for: "ages",
header: "Age of Patient",
question: "How old is the patient?",
maxSelect: 1,
optional: true,
options: [
{