With token, user can update his response, but is there any way to know the time he did that?
For example, in a scenario where there are 3 questions in the survey, a user finished it at 7AM, then at 8AM he updates his question 1's response, and at 9AM, he updates his question 2's response, and finally at 10AM he updates his question 3's response.
Is it possible to know exactly the time that he updates the response for each question?
Maybe some JS here, but hard to find the best way.
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
You can save the time-stamp of the last action but that won't tell which question was modified. To do this, I think you will need to use hidden questions and JavaScript to store a time-stamp when a group is submitted.
Cheers,
Tony Partner Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.