Skip to content

Commit

Permalink
Update data-typescript-2024.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhooks authored Oct 29, 2024
1 parent 9766d69 commit f42ab7a
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f42ab7a

Please sign in to comment.