saving data from a revlet
Posted: Tue Sep 21, 2010 9:15 pm
Help anyone:
I recently upgraded from studio 2.8 to version 4.0 mainly to see if I can run the psych experiments I program using revolution over the web (direct multiple participants to go to a website and click on an experiment "revlet"). What I am wondering is how I can collect data/results (such as reaction times, text from text boxes, and ratings from scrollbars). Normally, I used script (see below) to export data into a separate folder named "data" that is in the same location as the experiment stack (which is usually on my Mac destop):
set the itemdel to "/"
get the filename of this stack
delete the last item of it
put it into PATH
put SUBJECTID into FNAME
put fld mousedata into url ("file:"&PATH&"/data/"&FNAME&"_mdata.xls") --for instance, fld mousedata has time and mouse pixel location data that I need to analyze for the experiment
Is there a way to get data from an experiment when somebody does a revlet version of an experiment from a website?
ps I looked at Jacque Day's great tutorial on that at HyperActiveSW.com. and it looked scary; CGI's are new to me...do I have to go that route?
Betty
I recently upgraded from studio 2.8 to version 4.0 mainly to see if I can run the psych experiments I program using revolution over the web (direct multiple participants to go to a website and click on an experiment "revlet"). What I am wondering is how I can collect data/results (such as reaction times, text from text boxes, and ratings from scrollbars). Normally, I used script (see below) to export data into a separate folder named "data" that is in the same location as the experiment stack (which is usually on my Mac destop):
set the itemdel to "/"
get the filename of this stack
delete the last item of it
put it into PATH
put SUBJECTID into FNAME
put fld mousedata into url ("file:"&PATH&"/data/"&FNAME&"_mdata.xls") --for instance, fld mousedata has time and mouse pixel location data that I need to analyze for the experiment
Is there a way to get data from an experiment when somebody does a revlet version of an experiment from a website?
ps I looked at Jacque Day's great tutorial on that at HyperActiveSW.com. and it looked scary; CGI's are new to me...do I have to go that route?
Betty