We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91fda5 commit 8b341b5Copy full SHA for 8b341b5
setup.html
@@ -183,9 +183,11 @@
183
jatos.studySessionData['set_omst'] = jatos.urlQueryParameters.set_omst;
184
}
185
186
- if (include_pcon) { order.unshift(6); }
187
- if (include_demographics) { order.unshift(3); }
188
- if (include_consent) {order.unshift(2); }
+ if (include_pcon) { order.unshift(8); }
+ if (include_demographics) { order.unshift(4); }
+ if (include_consent) {order.unshift(3); }
189
+ if (include_idcode) {order.unshift(2); }
190
+
191
//if (include_pcon) {order.push(6); }
192
order.push(7); // Add the "end", which is #7 currently
193
0 commit comments