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' };