File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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 ,
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 ,
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 ({
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 ,
You can’t perform that action at this time.
0 commit comments