Skip to content

Commit 8c33f4d

Browse files
committed
Help text correction
1 parent 8ad1403 commit 8c33f4d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/quiz/Example.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
new QuestionModel({
152152
id: 'html_3',
153153
title: 'Which HTML element is used to define a dropdown list?',
154-
subtitle: "Which one sounds right? There's only one right answer.",
154+
helpText: "Which one sounds right? There's only one right answer.",
155155
type: QuestionType.MultipleChoice,
156156
required: true,
157157
multiple: false,
@@ -234,6 +234,7 @@
234234
new QuestionModel({
235235
id: 'ux_2',
236236
title: 'Error messages are bad because they confuse users.',
237+
helpText: ' ',
237238
type: QuestionType.MultipleChoice,
238239
multiple: false,
239240
required: true,
@@ -253,7 +254,7 @@
253254
title: 'How to make the input format clear?',
254255
type: QuestionType.MultipleChoice,
255256
multiple: false,
256-
subtitle: 'Select one correct answer.',
257+
helpText: 'Select one correct answer.',
257258
required: true,
258259
options: [
259260
new ChoiceOption({
@@ -277,6 +278,7 @@
277278
new QuestionModel({
278279
id: 'ux_4',
279280
title: 'Inline validation should have a real time feedback.',
281+
helpText: ' ',
280282
type: QuestionType.MultipleChoice,
281283
multiple: false,
282284
required: true,

0 commit comments

Comments
 (0)