From ac5dd75b602bd2dc0ffd39098d91dc18042301be Mon Sep 17 00:00:00 2001 From: Hening Wang Date: Tue, 21 Jan 2025 15:07:08 +0100 Subject: [PATCH] ready for prolific pilot --- experiments/pilot-indirectSource-V2/src/App.vue | 11 ++++++++++- .../pilot-indirectSource-V2/src/magpie.config.js | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/experiments/pilot-indirectSource-V2/src/App.vue b/experiments/pilot-indirectSource-V2/src/App.vue index 71b7821..cf1beac 100644 --- a/experiments/pilot-indirectSource-V2/src/App.vue +++ b/experiments/pilot-indirectSource-V2/src/App.vue @@ -122,7 +122,16 @@ :response.sync= "$magpie.measurements.decision1" /> {{$magpie.measurements.decision1}}% - + diff --git a/experiments/pilot-indirectSource-V2/src/magpie.config.js b/experiments/pilot-indirectSource-V2/src/magpie.config.js index 3766d67..31e30c4 100644 --- a/experiments/pilot-indirectSource-V2/src/magpie.config.js +++ b/experiments/pilot-indirectSource-V2/src/magpie.config.js @@ -2,9 +2,9 @@ export default { experimentId: '5', serverUrl: 'https://magpie-cogsciprag.fly.dev', socketUrl: 'wss://magpie-cogsciprag.fly.dev/socket', - completionUrl: 'https://app.prolific.com/submissions/complete?cc=CMSWACGF', + completionUrl: 'https://app.prolific.com/submissions/complete?cc=C1DUEH9N', contactEmail: 'hening.wang@outlook.com', // Either 'debug', 'directLink' or 'prolific' - mode: 'directLink', + mode: 'prolific', language: 'en' };