Skip to content

Commit

Permalink
Merge pull request #6 from HeningWang/main
Browse files Browse the repository at this point in the history
fix naming issues in the data recording
  • Loading branch information
HeningWang authored Nov 14, 2024
2 parents ad138c1 + 8f80ef9 commit 2963516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experiments/pilot-indirectSource/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ While navigating the challenges of life on Xelifan-3, a breakthrough occurs. One
itemNr: trial.itemNr,
itemName: trial.itemName,
condition: trial.condition,
source: source,
listenerTyp: listenerTyp,
informationSource: trial.F1_informationSource,
listenerRole: trial.F2_listenerRole,
attentionCheckResult: $magpie.measurements.attentionCheck === correctAnswers[trial.F2_listenerRole]
}"
/>
Expand Down

0 comments on commit 2963516

Please sign in to comment.