Hello limesurvey-team, hello everybody,
I am trying to create a survey in which different participants must log in with their accounts several times over the period of 1 month and answer the same questions.
My problem is, when I hand passwords out and the participants log in, all answers are overriden.
To solve this I need
access to the response database/participants database, so I am able to make my own access control via Javascript while making the survey anonymous (thus no answers are overriden).
What are the php parameters for accessing the token and the already filled answers?
Right now I am trying to get the data via
Code:
$( "input[aria-describedby="displaytokens_token"][id="1"][.class="ui-widget-content jqgrow ui-row-ltr"]" ).val()
Best regards & thanks in advance,
Mixer