|
Post by Maya on Apr 19, 2020 10:50:54 GMT
Hi,
I'm trying to create a task that goes over all table rows in random order and without repetitions The table has 15 rows so I've implemented the block as following:
block block_name message some_message tasklist task_name 15 all_before_repeat no_repeat end When I run the experiment, I notice that sometimes I get the same task row more than once
How can I solve this problem?
Thank you
|
|
|
Post by PsyToolkit on Apr 19, 2020 15:02:21 GMT
I would not combine "no_repeat" and "all_before_repeat".
If you do "all_before_repeat" all table rows are done without repeats anyway? Have you tried just doing "all_before_repeat" on its own?
|
|
|
Post by Maya on Apr 19, 2020 16:51:03 GMT
Hi,
I've actually didn't try running it only with "all_before_repeat"
It solved the problem
Thank you
|
|