Skip to content

Commit 8b341b5

Browse files
committed
Get task orders in sync with JATOS exp .jzip
1 parent d91fda5 commit 8b341b5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

setup.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,11 @@
183183
jatos.studySessionData['set_omst'] = jatos.urlQueryParameters.set_omst;
184184
}
185185

186-
if (include_pcon) { order.unshift(6); }
187-
if (include_demographics) { order.unshift(3); }
188-
if (include_consent) {order.unshift(2); }
186+
if (include_pcon) { order.unshift(8); }
187+
if (include_demographics) { order.unshift(4); }
188+
if (include_consent) {order.unshift(3); }
189+
if (include_idcode) {order.unshift(2); }
190+
189191
//if (include_pcon) {order.push(6); }
190192
order.push(7); // Add the "end", which is #7 currently
191193

0 commit comments

Comments
 (0)