Skip to content
Discussion options

You must be logged in to vote

Yes, you can do this in a single experiment in cognition.run. If you click on your expeirment settings in cognition.run, then go to Design -> Configuration -> Advanced -> Inter experiment conditions, then enter the number of conditions that you want counterbalanced. Then when you run your experiment, you'll automatically have access to the condition number assigned to the participant with a variable CONDITION (this is explained in the text below the "Inter experiment conditions" box). Then, in your code, you can use the CONDITION variable to change the way your experiment is set up, e.g.

// create a variable called stimuli and give it different values based on the condition number
var sti…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@rbruno1
Comment options

@becky-gilbert
Comment options

Answer selected by rbruno1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants