Skip to content

Commit

Permalink
Merge pull request #7 from HeningWang/main
Browse files Browse the repository at this point in the history
fix naming issue of listenerTyp in the attentionCheck and improve some style
  • Loading branch information
HeningWang authored Nov 15, 2024
2 parents 9953ffa + 5acccdd commit 0db0d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/pilot-indirectSource/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<p>
<strong>
As a {{ trial.F2_listenerRole === "scientist" ? "scientist" : "colonist" }},
what is one of your main objectives in working with the colonists?
what is one of your main objectives in working with the {{ trial.F2_listenerRole === "scientist" ? "colonists" : "scientists" }}?
(Please select one correct answer)
</strong>
</p>
Expand Down

0 comments on commit 0db0d3e

Please sign in to comment.