File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 111
111
title: ' Tell us what is your favorite social network hangout.' ,
112
112
helpTextShow: false ,
113
113
type: QuestionType .MultiplePictureChoice ,
114
- multiple: false ,
114
+ multiple: true ,
115
115
required: true ,
116
116
options: [
117
117
new ChoiceOption ({
150
150
required: true ,
151
151
placeholder: ' Start typing here...'
152
152
}),
153
+ new QuestionModel ({
154
+ id: ' icon_rate' ,
155
+ tagline: " Thanks for that. Now, let's give it some ⭐ rating" ,
156
+ title: ' How good was the last movie you watched?' ,
157
+ type: QuestionType .IconRate ,
158
+ required: true ,
159
+ max: 5
160
+ }),
161
+ new QuestionModel ({
162
+ id: ' opinion_scale' ,
163
+ title: ' Choose a number to express your opinion 👇' ,
164
+ subtitle: ' You can also use ⌨️ numbers to select an option' ,
165
+ type: QuestionType .OpinionScale ,
166
+ required: true ,
167
+ max: 8 ,
168
+ labelLeft: ' Dissapointing' ,
169
+ labelRight: ' Well-crafted work of art'
170
+ }),
153
171
new QuestionModel ({
154
172
id: ' multiple_choice' ,
155
173
tagline: ' FYI, You can always go back 👈, use the up arrow on the bottom.' ,
193
211
})
194
212
]
195
213
}),
214
+
196
215
new QuestionModel ({
197
216
id: ' break_1' ,
198
217
title: ' Awesome, thank you. 🙏' ,
You can’t perform that action at this time.
0 commit comments