From 8b341b51db7701c5c20de07ff4b0e04ec69819b6 Mon Sep 17 00:00:00 2001 From: Craig Stark Date: Fri, 6 Dec 2024 12:43:15 -0800 Subject: [PATCH] Get task orders in sync with JATOS exp .jzip --- setup.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/setup.html b/setup.html index 957969a..d053c6b 100644 --- a/setup.html +++ b/setup.html @@ -183,9 +183,11 @@ jatos.studySessionData['set_omst'] = jatos.urlQueryParameters.set_omst; } - if (include_pcon) { order.unshift(6); } - if (include_demographics) { order.unshift(3); } - if (include_consent) {order.unshift(2); } + if (include_pcon) { order.unshift(8); } + if (include_demographics) { order.unshift(4); } + if (include_consent) {order.unshift(3); } + if (include_idcode) {order.unshift(2); } + //if (include_pcon) {order.push(6); } order.push(7); // Add the "end", which is #7 currently