@@ -9,6 +9,7 @@ The classes are in principle divided in those used for setting up and those used
*``USFStudyFactor``: Represents a factor you want to examine in the study with different levels. Multiple factors can exist.
*``USFMapFactor``: This is a child class representing the level/map that should be shown. At least one ``USFMapFactor``with one level needs to be specified per phase!
*``USFDependentVariable``: This represents dependent variables you want to measure per condition (combination of levels of your factors). All values are gathered as strings. No dependent variable is required. Time of each condition is logged anyways always.
*``USFIndependentVariable``: This represents independent variables you want to measure for a whole study run of one participant. All values are gathered as strings. The variables can be asked at the beginning of the study run for each participant automatically.