Skip to content

Commit d7d5b40

Browse files
committed
Quiz example option mods
1 parent 5086499 commit d7d5b40

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

examples/quiz/Example.vue

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,7 @@
144144
helpTextShow: false,
145145
type: QuestionType.MultipleChoice,
146146
required: true,
147-
multiple: false,
148-
nextStepOnAnswer: true,
147+
multiple: false,
149148
options: [
150149
new ChoiceOption({
151150
label: 'True',
@@ -164,7 +163,6 @@
164163
type: QuestionType.MultipleChoice,
165164
required: true,
166165
multiple: false,
167-
nextStepOnAnswer: true,
168166
options: [
169167
new ChoiceOption({
170168
label: '<form>',
@@ -248,7 +246,6 @@
248246
type: QuestionType.MultipleChoice,
249247
multiple: false,
250248
required: true,
251-
nextStepOnAnswer: true,
252249
options: [
253250
new ChoiceOption({
254251
label: 'True',
@@ -267,7 +264,6 @@
267264
multiple: false,
268265
helpText: 'Select one correct answer.',
269266
required: true,
270-
nextStepOnAnswer: true,
271267
options: [
272268
new ChoiceOption({
273269
label: 'Add progress bar to the form',
@@ -294,7 +290,6 @@
294290
type: QuestionType.MultipleChoice,
295291
multiple: false,
296292
required: true,
297-
nextStepOnAnswer: true,
298293
options: [
299294
new ChoiceOption({
300295
label: 'True',

0 commit comments

Comments
 (0)