Skip to content

Commit 25e9517

Browse files
committed
Reset questionnaire example questions
1 parent 1c48b1f commit 25e9517

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

examples/questionnaire/Example.vue

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -89,25 +89,6 @@
8989
language: new LanguageModel(),
9090
// Create question list with QuestionModel instances
9191
questions: [
92-
new QuestionModel({
93-
id: 'opinion_scale_num',
94-
tagline: 'Hi! Welcome to our demo survey 😊',
95-
title: 'Tell us about our service',
96-
subtitle: '1 - Awful, 5 - So, so, 10 - Excellent',
97-
type: QuestionType.IconRate,
98-
required: true,
99-
maxSize: 6,
100-
}),
101-
new QuestionModel({
102-
id: 'opinion_scale_num',
103-
tagline: 'Hi! Welcome to our demo survey 😊',
104-
title: 'Tell us about our service',
105-
type: QuestionType.OpinionScale,
106-
required: true,
107-
maxSize: 8,
108-
labelLeft: 'Awful',
109-
110-
}),
11192
new QuestionModel({
11293
id: 'first_name',
11394
tagline: 'Hi! Welcome to our demo survey 😊',

0 commit comments

Comments
 (0)