ctreffe / alfred

Alfred - A library for rapid experiment development
MIT License
10 stars 1 forks source link

Add example of randomization or match-making outside an experiment's _setup_ hook #251

Open ctreffe opened 6 months ago

ctreffe commented 6 months ago

Especially in online experiments, participants might abort an experiment on the first or second page. In these cases Randomization and MatchMaking are much more efficient if performed on a later page, but the documentation currently only provides examples of match making and randomiztation within the setup hook. We could add examples of match making or randomization outside of this hook.