You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ij-plugin/src/main/resources/org/jetbrains/research/tasktracker/config/survey_default.yaml
+25-11
Original file line number
Diff line number
Diff line change
@@ -160,14 +160,28 @@ surveys:
160
160
161
161
- id: final_survey
162
162
htmlQuestions:
163
-
- !<Radio>
164
-
text: Single choice question
165
-
elementId: single
166
-
required: true
167
-
info:
168
-
- id: single1
169
-
value: 1
170
-
- id: single2
171
-
value: 2
172
-
- id: single3
173
-
value: 3
163
+
- !<Textarea>
164
+
text: Describe your overall experience of learning Kotlin during this study. What aspects of the learning process stood out for you?
165
+
elementId: experience_question
166
+
rows: 5
167
+
cols: 50
168
+
- !<Textarea>
169
+
text: Describe a specific moment when you felt stuck during one of the projects. What did you do to get past that point?
170
+
elementId: stuck_question
171
+
rows: 5
172
+
cols: 50
173
+
- !<Textarea>
174
+
text: What specific features did you use most often to solve the programming tasks? Can you explain why?
175
+
elementId: features_question
176
+
rows: 5
177
+
cols: 50
178
+
- !<Textarea>
179
+
text: How would you compare your experience of expressing solutions in natural language versus formal programming syntax? Please describe any differences you noticed in your approach or efficiency.
180
+
elementId: natural_language_question
181
+
rows: 5
182
+
cols: 50
183
+
- !<Textarea>
184
+
text: Is there anything else you would like to share about your experience with this study?
0 commit comments