You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you have any suggestions for how I could return certain session data and have that used as the file name for the data file instead of the generic "trial_results"?
Ideally, I would like the file name to be "PaticipantID_block_time" so I can remove the possibility of overwriting any currently saved data and also as a way to organize my collected data.
I see where it currently writes the file name under UXF.Session.SaveResults(), but I'm unsure of how I can return my desired info and use that as the new file name.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
Do you have any suggestions for how I could return certain session data and have that used as the file name for the data file instead of the generic "trial_results"?
Ideally, I would like the file name to be "PaticipantID_block_time" so I can remove the possibility of overwriting any currently saved data and also as a way to organize my collected data.
I see where it currently writes the file name under UXF.Session.SaveResults(), but I'm unsure of how I can return my desired info and use that as the new file name.
Beta Was this translation helpful? Give feedback.
All reactions