From f42ab7a9344e3ab92634a2cc089173fa9ebd303c Mon Sep 17 00:00:00 2001 From: Joel Hooks Date: Tue, 29 Oct 2024 08:30:12 -0700 Subject: [PATCH] Update data-typescript-2024.ts --- .../src/offer/survey/data-typescript-2024.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/total-typescript/src/offer/survey/data-typescript-2024.ts b/apps/total-typescript/src/offer/survey/data-typescript-2024.ts index a19d5e793..02a7666dd 100644 --- a/apps/total-typescript/src/offer/survey/data-typescript-2024.ts +++ b/apps/total-typescript/src/offer/survey/data-typescript-2024.ts @@ -145,8 +145,12 @@ export const dataTypescript2024: QuizResource = { 'Which tools are you using with TypeScript? (Choose all that apply)', type: 'multiple-choice', allowMultiple: true, - shuffleChoices: false, + shuffleChoices: true, choices: [ + { + answer: 'angular', + label: 'Angular', + }, { answer: 'react', label: 'React',