Skip to content

Commit

Permalink
ready for prolific pilot
Browse files Browse the repository at this point in the history
  • Loading branch information
HeningWang committed Jan 21, 2025
1 parent e208bb6 commit ac5dd75
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion experiments/pilot-indirectSource-V2/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,16 @@
:response.sync= "$magpie.measurements.decision1" />
{{$magpie.measurements.decision1}}%
<button v-if="$magpie.measurements.decision1" @click="$magpie.saveAndNextScreen();">Submit</button>

<Record
:data="{
trialNR: i,
itemNr: trial.itemNr,
itemName: trial.itemName,
informationSource: trial.F1_informationSource,
decision1: $magpie.measurements.decision1,
decision2: $magpie.measurements.decision2
}"
/>
</Slide>
</Screen>
<!-- ************************************ -->
Expand Down
4 changes: 2 additions & 2 deletions experiments/pilot-indirectSource-V2/src/magpie.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: '[email protected]',
// Either 'debug', 'directLink' or 'prolific'
mode: 'directLink',
mode: 'prolific',
language: 'en'
};

0 comments on commit ac5dd75

Please sign in to comment.