====== Randomization ====== **Note:** This page is beeing worked on. Please understand that some links are still not working. We are working on it and hurry that it will be fully available again soon. There are different types of randomization, the technical implementation of which differs in some cases considerably: - [[:en:create:randomization-einfaktoriell|Randomization: Single-factorial design]] **(Contains the introduction - please read first!)**\\ Participants are assigned to different experimental groups and are presented with a random stimulus (image, video, audio). Conceptually, it is a division into different groups. - [[:en:create:randomization-php]]\\ If the display options of the above solution are not sufficient or if questions or texts (also together) are to be randomized, the interaction of random generator and PHP code is explained here. However, this chapter is only about the integration of the stimulus into the questionnaire. Therefore, it is recommended to read the first chapter before. - [[:en:create:randomization-mehrfaktoriell|Randomisation: Multi-factorial design]]\\ Participants are divided into different experimental groups and are presented with several random stimuli (questions, pictures, videos, texts ect.). - [[:en:create:randomization-within|Randomization within-subject]] (Measurement repetition)\\ Participants are shown several stimuli, and these stimuli can be combined in different ways, always asking the same thing. **Tip:** To understand the more complex code examples, read the chapters [[php|Introduction to PHP Code]] and [[array|Introduction to Arrays]]. **Tip:** Also check out the [[https://cast.itunes.uni-muenchen.de/clips/H2qJPn0rX8/vod/online.html|]] on randomization for a better understanding and using a concrete example. **Note:** In distinction to randomization there is also [[en:create:rotation]]. Here, the order in which the stimuli are presented is randomized. ===== Special Applications ===== * [[:en:create:randomization-per-block|Block-Randomization]]\\ Block randomization ensures equal distribution within (e.g. demographic) subgroups. * [[:en:create:random_questionnaire]]\\ In individual cases, it may be useful to work with separate questionnaires.