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: public/demo-survey/config.json
+17-6Lines changed: 17 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -210,8 +210,11 @@
210
210
"Option 2",
211
211
"Option 3",
212
212
"Option 4"
213
-
],
214
-
"withDivider": true
213
+
]
214
+
},
215
+
{
216
+
"id": "divider1",
217
+
"type": "divider"
215
218
},
216
219
{
217
220
"id": "matrixHeaderTitle",
@@ -227,8 +230,11 @@
227
230
"type": "likert",
228
231
"numItems": 9,
229
232
"rightLabel": "Like",
230
-
"leftLabel": "Dislike",
231
-
"withDivider": true
233
+
"leftLabel": "Dislike"
234
+
},
235
+
{
236
+
"id": "divider2",
237
+
"type": "divider"
232
238
},
233
239
{
234
240
"id": "q-multi-satisfaction",
@@ -382,7 +388,8 @@
382
388
{
383
389
"id": "textField",
384
390
"type": "textOnly",
385
-
"prompt": "# Randomizing Questions in a Form\n\n This shows how to randomize the order of questions in the form. Notice how the number before each question is different from the order number specified in the text. Note that currently the title is also randomized; you can avoid that by putting the title in a markdown file and adding the questions as a response."
391
+
"prompt": "# Randomizing Questions in a Form\n\n This shows how to randomize the order of questions in the form. Notice how the number before each question is different from the order number specified in the text. Note that currently the title is not randomized; you can exclude a form element from being randomized if you need to.",
"studyEndMsg": "**Thank you for completing the study. You may click this link and return to Prolific**: [https://app.prolific.com/submissions/complete?cc=C1E35XG4](https://app.prolific.com/submissions/complete?cc=C1E35XG4)",
0 commit comments