I’m using the function sepWithN in my sequence to add breaks in my experiment. It works well except that I realized that the items are displayed in a reversed order as in my list in the csv file. As I need the items to display in a certain order, the items are pseudo-randomized manually and not by using the randomize/rshuffle function.
Is there any way to solve this except for reversing the list manually?