@@ -26,4 +26,4 @@ Here repetitions of all conditions can be specified, so each condition is seen b
Since randomization is to avoid order effects you should make sure that all orders are seen the same number of times for the best possible statistic validity. That means:
* The number of participants should be a multiple of the number of levels of all between-subjects factors
* The number of participants should be a multiple of the number of conditions (per phase). Excluding ``en block`` factors since they reduce the number of orders shown). So, e.g., with 2 random factors with 2 and 3 levels respectively, the number of participants should be a multiple of 6.
* If you are unsure. Use the ``GenerateTestStudyRuns(20)`` method of SFGameInstance and then check in the generated runs (``StudyFramework(StudyRuns``) after which number of participants the orders repeat.
\ No newline at end of file
* If you are unsure. Use the ``GenerateTestStudyRuns(...)`` method of SFGameInstance and then check in the generated runs (``StudyFramework(StudyRuns``) after which number of participants the orders repeat.