Skip to content

Commit ae0d1c1

Browse files
committed
Disabled help text in quiz example
1 parent f5b97ae commit ae0d1c1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/quiz/Example.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134
new QuestionModel({
135135
id: 'html_2',
136136
title: '<label> is associated with <input> using the "name" attribute.',
137+
helpTextShow: false,
137138
type: QuestionType.MultipleChoice,
138139
required: true,
139140
multiple: false,
@@ -234,7 +235,7 @@
234235
new QuestionModel({
235236
id: 'ux_2',
236237
title: 'Error messages are bad because they confuse users.',
237-
helpText: ' ',
238+
helpTextShow: false,
238239
type: QuestionType.MultipleChoice,
239240
multiple: false,
240241
required: true,
@@ -278,7 +279,7 @@
278279
new QuestionModel({
279280
id: 'ux_4',
280281
title: 'Inline validation should have a real time feedback.',
281-
helpText: ' ',
282+
helpTextShow: false,
282283
type: QuestionType.MultipleChoice,
283284
multiple: false,
284285
required: true,

0 commit comments

Comments
 (0)