Hi,
I am analysing data with R and recently came across an issue in my setup. I have limsurvey server on a laptop and people connect to it via WiFi provided by an access point that I carry around too. That access point in dhcp points to itself as DNS server and therefore can point to my laptop's site
lime.lan
Works very well, but I came across something interesting:
For some responses
submitdate (which is mostly identical to
datestamp) seems to be an hour off. I need to understand if it is user problem (they submitted responses early) or is there any chance server might have recorded responses in a different timezone (in which case it probably should be for all not a few responses?).
Surveys are non-anonymous from limesurvey perspective (i.e. I record all variables) but practically anonymous, because no responder-identifying information is collected. One could link response timings and CCTV, but that would be paranoia and besides there is no CCTV
So a couple of questions:
1) What is the difference between submitdate and datestamp fields?
2) Do they record time strictly from server (i.e. my laptop's clock in this case) or is there any chance the client could provide the time for those records?
Background: This is used to collect feedback on teaching quality and timings presently serve to distinguish which talk the feedback relates to. There should be time difference between response groups to be able to distinguish which teaching piece the given feedback refers to. This linkage can be improved and I am working on it, but I would really appreciate clarification regarding those 2 questions.
Thanks,
Robert