Skip to content

Commit

Permalink
Get task orders in sync with JATOS exp .jzip
Browse files Browse the repository at this point in the history
  • Loading branch information
celstark committed Dec 6, 2024
1 parent d91fda5 commit 8b341b5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8b341b5

Please sign in to comment.