10-30-2020, 07:10 PM
Yes, this is possible! Define your branching block as referenced in the Procedures documentation. Then your block sequence will look something like this, where Branch A participants end the study for not having the appropriate equipment while Branch B participants continue on:
"block_sequence": ["block_1", "branching_block", {"A": ["exit_block"], "B": ["block_2", "block_3", ... , "end_block"]}]
"block_sequence": ["block_1", "branching_block", {"A": ["exit_block"], "B": ["block_2", "block_3", ... , "end_block"]}]