... | @@ -11,7 +11,7 @@ |
... | @@ -11,7 +11,7 @@ |
|
* In `StudyFramework/DebuggingLogs/SFLog.txt` all logs generated by the study framework in the last run of Unreal are gathered (mainly for debugging).
|
|
* In `StudyFramework/DebuggingLogs/SFLog.txt` all logs generated by the study framework in the last run of Unreal are gathered (mainly for debugging).
|
|
|
|
|
|
### Back-Ups & Redundancy:
|
|
### Back-Ups & Redundancy:
|
|
* Whenever any data contained in the Phase Tables (csv-files, "Phase_...") is overwritten or deleted (e.g. when a condition for one participant or the entire study is restarted), the files are not actually deleted, they are moved to the `StudyFramework/StudyLogs/RecyclingBin` folder. To recover the files, stop running the study, then choose the appropriate version in the recycling bin, copy/paste the files from the recycling bin back into the `StudyFramework/StudyLogs`-folder, replacing the edited files, if necessary. You can then start the study again. Make sure to check that all data is there and backup the files before replacing them. Potentially, you could also only copy over lines of the files individually to maintain full control.
|
|
* Whenever any data contained in the Phase Tables (csv-files, "Phase_...") is overwritten or deleted (e.g. when a condition for one participant or the entire study is restarted), the files are not actually deleted, they are moved to the `StudyFramework/RecyclingBin` folder. To recover the files, stop running the study, then choose the appropriate version in the recycling bin, copy/paste the folders from the recycling bin back into the `StudyFramework`-folder, replacing the edited files, if necessary. You can then start the study again. Make sure to check that all data is there and backup the files before replacing them. Potentially, you could also only copy over lines of the files individually to maintain full control.
|
|
* As for per-execution logs, i.e. GazeTrackingLogs, ParticipantLogs and PositionLogs: When restarting a condition, these files will not be overwritten, instead unique names are chosen. When restarting the entire study, the folders are moved to the RecyclingBin folder like the .csv-files.
|
|
* As for per-execution logs, i.e. GazeTrackingLogs, ParticipantLogs and PositionLogs: When restarting a condition, these files will not be overwritten, instead unique names are chosen. When restarting the entire study, the folders are moved to the RecyclingBin folder like the .csv-files.
|
|
* Theoretically, it is also possible to recover the contents of the Phase Tables from the ParticipantLogs (in case something happened to the RecyclingBin...), but this is quite involved, a last resort. For more info on that see the [FAQ-Section](/Trouble Shooting)
|
|
* Theoretically, it is also possible to recover the contents of the Phase Tables from the ParticipantLogs (in case something happened to the RecyclingBin...), but this is quite involved, a last resort. For more info on that see the [FAQ-Section](/Trouble Shooting)
|
|
* Generally, it is recommended to back-up the `StudyFramework`-folder regularly during study execution, as this folder contains all study data _and_ all of the backups...
|
|
* Generally, it is recommended to back-up the `StudyFramework`-folder regularly during study execution, as this folder contains all study data _and_ all of the backups...
|
... | | ... | |