05-06-2023, 01:56 AM
Hello!
I wonder how I could counterbalance the order of "test_noise" and "test_accent" for a between-subject design? Subjects should be randomly assigned to Group 1, 2, or 3, but they will complete both noise test and accent test, and I wish to counterbalance the order of these 2 test blocks. Here's my code:
"block_sequence": [
"General_Instruction", "Subject_ID", "Sound_check",
{"Group1":["c_practice", "c_exposure_1", "c_exposure_2", "c_exposure_3", "c_test_noise", "c_test_accent", "c_baseline"],
"Group2":["n_practice", "n_exposure_1", "n_exposure_2", "n_exposure_3", "n_test_noise", "n_test_accent", "n_baseline"],
"Group3":["a_practice", "a_exposure_1", "a_exposure_2", "a_exposure_3", "a_test_noise", "a_test_accent", "a_baseline"]}
"Survey"]
Thanks!
I wonder how I could counterbalance the order of "test_noise" and "test_accent" for a between-subject design? Subjects should be randomly assigned to Group 1, 2, or 3, but they will complete both noise test and accent test, and I wish to counterbalance the order of these 2 test blocks. Here's my code:
"block_sequence": [
"General_Instruction", "Subject_ID", "Sound_check",
{"Group1":["c_practice", "c_exposure_1", "c_exposure_2", "c_exposure_3", "c_test_noise", "c_test_accent", "c_baseline"],
"Group2":["n_practice", "n_exposure_1", "n_exposure_2", "n_exposure_3", "n_test_noise", "n_test_accent", "n_baseline"],
"Group3":["a_practice", "a_exposure_1", "a_exposure_2", "a_exposure_3", "a_test_noise", "a_test_accent", "a_baseline"]}
"Survey"]
Thanks!