Skip to content

Commit 60f75d2

Browse files
committed
Merge branch 'feature/opinion-scale-question' of https://github.com/ditdot-dev/vue-flow-form into feature/opinion-scale-question
2 parents c9546ee + f23eb7d commit 60f75d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/questionnaire/Example.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@
164164
subtitle: 'You can also use ⌨️ numbers to select an option',
165165
type: QuestionType.OpinionScale,
166166
required: true,
167-
max: 8,
167+
max: 6,
168168
labelLeft: 'Dissapointing',
169-
labelRight: 'Well-crafted work of art'
169+
labelRight: 'Exceptional'
170170
}),
171171
new QuestionModel({
172172
id: 'multiple_choice',

0 commit comments

Comments
 (0)