Millisecond Forums

inquisit web data storage

https://forums.millisecond.com/Topic29281.aspx

By KatrinaMcDonough - 6/18/2020

What happens to participant data if they withdraw their participation during the experiment by closing the browser? Does the data still get stored but can then be deleted (in line with my university ethical policy)? or is it just not stored at all? Also, is there a way of knowing if they closed the browser to withdraw participation or if they just lost connection or something?

Thanks
By Dave - 6/18/2020

KatrinaMcDonough - 6/18/2020
What happens to participant data if they withdraw their participation during the experiment by closing the browser? Does the data still get stored but can then be deleted (in line with my university ethical policy)? or is it just not stored at all? Also, is there a way of knowing if they closed the browser to withdraw participation or if they just lost connection or something?

Thanks

Inquisit doesn't run in the browser, so closing the browser will have no effect. Whether data gets uploaded will depend on *how* the participant terminates Inquisit. If gracefully by pressing CTRL+Q, then data collected up to this point will still get uploaded. You will see the CTRL+Q event logged in the respective raw data file's response column. The script.completed property should also reflect early termination. Data can be discarded accordingly. If the participant terminates Inquisit by killing the application (e.g. shutting down the process in the task manager, clicking the X if you are running your experiment in windowed mode), then no data will be uploaded.
By KatrinaMcDonough - 6/18/2020

This is great, thank you