Hi Chris and everyone,
I want to build an experiment of Public Goods game with the following sequence:
1) A trial round (which is exactly the same as the real round)
2) A quiz
3) 12 real rounds
Because (1) and (3) are basically the same thing and I don't want to duplicate code, I try setting the app sequence as below:
app_sequence=['public_goods', 'quiz', 'public_goods']
However, otree does not allow duplicated apps in the sequence. Then, how should I implement the sequence above?
I appreciate any ideas. Thank you for the amazing otree platform.