BioMotionLab / TUX

A framework for experiments in Unity and VR
https://biomotionlab.github.io/TUX/
Other
29 stars 4 forks source link

Add Randomization options for experiment repetitions, along with a repetition index column. #28

Closed AdamBebko closed 1 year ago

AdamBebko commented 3 years ago

Discussed in https://github.com/BioMotionLab/TUX/discussions/27

Originally posted by **DerMilchmann** July 21, 2021 My example setup: A single independant Variable with 5 Values which should be repeated 5 times. Easy setup, just set Trial Repetitions to 5. Now I want to have 4 Blocks with these 25 Trials each. I could set the Experiment Repetition to 4, but itdoes not save the BlockID. The only way to I see to do this is to create another independant Variable, call it BlockID for example, and check the "Block" setting. But now I have 2 columns called Block holding the same values, which seems kinda pointless. Even though this works and is not a big deal to work with, I still wonder if there is a better way to do it.