... | ... | @@ -12,6 +12,9 @@ |
|
|
## Setup Phases and Factors etc.
|
|
|
* This framework requires a Setup map (e.g., simply the Main level) which is started and contains a study setup, but is not part of the study itself. Add a SFStudySetup (``StudyFrameworkPlugin C++ Classes -> StudyFrameworkPlugin -> Public -> SFStudySetup``) actor to this level. In the properties section of this actor we can set up the study. Whenever a property of the StudySetup is changed, this change will automatically be saved to a JSON file, by default "StudySetup.json" located in the ```[ProjectDir]/StudyFramework``` folder. You can switch between different setup files, using the ```Select Setup File```-function. Note: Setup files have to be located on the same drive as the project folder.\
|
|
|

|
|
|
* Add independent variables. Optionally, these can be automatically asked at the beginning of a study run for each participant by checking (1), where the question/prompt is defined by (2) and in case of a multiple choice question the answer buttons are defined by (3).
|
|
|

|
|
|

|
|
|
* Add phases to this setup\
|
|
|
\
|
|
|
and select ``SFStudyPhase`` instead of ``None`` (phases can be used if some blocks of the study should always come in the same order, e.g., always start with a warm-up phase or always end with a nice end scene), at least one phase needs to be present!
|
... | ... | @@ -40,7 +43,7 @@ If you want to reorder phases just pull them (1) to another location, since new |
|
|
|
|
|
* Start the main/setup map
|
|
|
* If the last study run wasn't finished (all conditions with required dependent variables were successfully finished) you get different option to proceed:\
|
|
|
\
|
|
|
\
|
|
|
Choose what is appropriate. This is especially helpful if something crashed and you want to continue the study run of a participant
|
|
|
* If you use the same environment for the study you degugged it in, click:\
|
|
|
\
|
... | ... | |