Skip to content

Commit

Permalink
chore(tt): dont shuffle choices in ts survey
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtaholik authored and kodiakhq[bot] committed Oct 24, 2024
1 parent 3e510c2 commit 224e6cd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const dataTypescript2024: QuizResource = {
ts_at_work: {
question: 'Do you use TypeScript at work?',
type: 'multiple-choice',
shuffleChoices: false,
choices: [
{
answer: 'true',
Expand Down

0 comments on commit 224e6cd

Please sign in to comment.