Welcome
Guest
, you are in:
<root>
Elements
•
Login
EventIDE Wiki
Navigation
¶
Main Page
Random Page
Create a new Page
All Pages
Categories
Navigation Paths
Administration
File Management
Create Account
Search the wiki
Back
Data Report
Modified on 2016/06/19 10:46
by
Administrator
Categorized as
Main concepts
,
Special Concepts
All experiment results can be stored in a special log file (in string format), that can be replenished through the Report variable.</br> Each time anything is written to the Report variable, it is added to the end of log.</br> For example, if log file has this data in it:</br> 1;1;1;True;900;1;True;864<br> and you put the following in a snippet:</br> @@ csharp Report=4;2;1;False;400;2;False;779 @@ log file will change this way:</br> @@ 1;1;1;True;900;1;True;864 4;2;1;False;400;2;False;779 @@ {br} Each new assignment of the Report variable adds its value to the new line of the log. {br} Log file is binary and secured: no information would be lost even in case of sudden power-off.</br> Access to the log file is much more faster then access to ordinary file on a computer: it allows fast writing big data amounts to it. Log file is text format file, so all data which is added to it has to be in a text format. {br} Log can be exported to a text or Excel file. If exporting to Excel, column separators can be set for easier export. Column separators can be set in the proper field in '''HQ Properties''' by the '''Report column separators''' field.</br> To make log more regulated, column headers have to be added. It can be done before first Report assignment in the '''Initialized''' snippet by adding something like this:<br> @@ csharp Report=TrialNumber+";"+randomStimulusFactors[0]+";"+randomStimulusFactors[1]+";"+IsCongruentTrial+";"+(randomSOA*100)+";"+ResponseCode+";"+Correct+";"+RT; @@ If export has to be automized, [proxy variable|proxy] can be added to the Report variable. After that Report will be accessible from snippets.
Meta Keywords:
Meta Description:
Change Comment:
ScrewTurn Wiki
version 5.2.0.8. Some of the icons created by
FamFamFam
.