Randomization with submit button in between #553
-
Dear all, so either aa or cc should be shown, but when aa block is shown, we should first show two items on first page and remaing two on the second page. I thought about using R code in item_order column, but it did not work and it seems that I can't set these values dynamically. What is the best way to achieve this? (if possible) Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I'm not sure I correctly understand the goal. Items are first ordered by block, then by item order. So you can repeat the same item order in each block (e.g. 2 (note 1), 2 (note 2), 3 (submit). Then the submit button is always last in each block, but the items in each block are in randomized order. |
Beta Was this translation helpful? Give feedback.
Ah, I'm afraid I have no good idea how to do this. You can go the very involved route of manually creating your item order in R and filling in the item labels, but this is a pain to implement and analyse later: https://docs.google.com/spreadsheets/d/1jkts0xp1JmFX5t1A34kLswH7ZyWWn8xArKeCH2-pzH4/edit#gid=2037039862
Making it possible to write R code to define the item order definitely seems like the superior solution, but it's rarely been requested.