Skip to content

Commit

Permalink
Merge pull request #4 from HeningWang/main
Browse files Browse the repository at this point in the history
Add attentioncheck result to record
  • Loading branch information
HeningWang authored Nov 14, 2024
2 parents 21248fb + 4d254c0 commit e1afa40
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions experiments/pilot-indirectSource/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ While navigating the challenges of life on Xelifan-3, a breakthrough occurs. One
itemName: trial.itemName,
condition: trial.condition,
source: source,
listenerTyp: listenerTyp
listenerTyp: listenerTyp,
attentionCheckResult: $magpie.measurements.attentionCheck === correctAnswers[trial.F2_listenerRole]
}"
/>
</Slide>
Expand All @@ -136,7 +137,8 @@ While navigating the challenges of life on Xelifan-3, a breakthrough occurs. A m
itemName: trial.itemName,
condition: trial.condition,
informationSource: trial.F1_informationSource,
listenerRole: trial.F2_listenerRole
listenerRole: trial.F2_listenerRole,
attentionCheckResult: $magpie.measurements.attentionCheck === correctAnswers[trial.F2_listenerRole]
}"
/>
</Slide>
Expand Down

0 comments on commit e1afa40

Please sign in to comment.