- Posts: 17
- Thank you received: 0
Welcome to the LimeSurvey Community Forum
Ask the community, share ideas, and connect with other LimeSurvey users!
How to show a non-anonymous user the answers he selected?
- actxcellence
-
Topic Author
- Offline
- New Member
-
Less
More
7 years 1 month ago #134062
by actxcellence
Schon die Bedienungsanleitung von LimeSurvey angeschaut?
Bedienungsanleitung (DE) | Tricks, um mehr Antworten auf Fragen im Forum zu erhalten
May be there is an easy solution for my question:
Status:
A non-anonym survey.
Some users have answered, some not.
Now the users want to see the answers they have given some weeks ago.
Is there an easy way to give users access to read their answers, using their tokens, but prohibit changes?
Status:
A non-anonym survey.
Some users have answered, some not.
Now the users want to see the answers they have given some weeks ago.
Is there an easy way to give users access to read their answers, using their tokens, but prohibit changes?
Schon die Bedienungsanleitung von LimeSurvey angeschaut?
Bedienungsanleitung (DE) | Tricks, um mehr Antworten auf Fragen im Forum zu erhalten
The topic has been locked.
7 years 1 month ago #134073
by jelo
Perhaps you could export results and import results in a copy of the survey. Then you need to reimport the token list of the first project.
Then activate the setting "Allow multiple responses or update responses with one token". Perhaps "Enable token-based response persistence." too.
Haven't tried that yet, so it might won't work at all.
The answers can still be changed but since it is a copy it wouldn't be an issue.
That's the only workaround I can think off at the moment.
The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
Replied by jelo on topic How to show a non-anonymous user the answers he selected?
I don't see any way to prevent changes.actxcellence wrote: Is there an easy way to give users access to read their answers, using their tokens, but prohibit changes?
Perhaps you could export results and import results in a copy of the survey. Then you need to reimport the token list of the first project.
Then activate the setting "Allow multiple responses or update responses with one token". Perhaps "Enable token-based response persistence." too.
Haven't tried that yet, so it might won't work at all.
The answers can still be changed but since it is a copy it wouldn't be an issue.
That's the only workaround I can think off at the moment.
The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
The following user(s) said Thank You: actxcellence
The topic has been locked.
- fvanderstarre
-
- Offline
- Elite Member
-
Less
More
- Posts: 176
- Thank you received: 36
7 years 1 month ago #134076
by fvanderstarre
Replied by fvanderstarre on topic How to show a non-anonymous user the answers he selected?
If you set "Send detailed admin notification email to:" to "{TOKEN:EMAIL}" your participants will get their answers after completing the survey. You'll have to adapt the detailed notification email template a little (take out the admin urls).
Frank
Frank
The following user(s) said Thank You: actxcellence
The topic has been locked.
- actxcellence
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 17
- Thank you received: 0
7 years 1 month ago #134077
by actxcellence
Schon die Bedienungsanleitung von LimeSurvey angeschaut?
Bedienungsanleitung (DE) | Tricks, um mehr Antworten auf Fragen im Forum zu erhalten
Replied by actxcellence on topic How to show a non-anonymous user the answers he selected?
The last missing link: It needs a trick to resend the notification email
Schon die Bedienungsanleitung von LimeSurvey angeschaut?
Bedienungsanleitung (DE) | Tricks, um mehr Antworten auf Fragen im Forum zu erhalten
The topic has been locked.
- DenisChenu
-
- Offline
- LimeSurvey Community Team
-
Less
More
- Posts: 13145
- Thank you received: 2422
7 years 1 month ago #134091
by DenisChenu
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
Replied by DenisChenu on topic How to show a non-anonymous user the answers he selected?
Hi,
I think you can do something like this.
Using beforeQUestionRender : test if response is already submitted , if yes : find the input and set readonly to tru to all input.
For "find input and set attribute " see : git.framasoft.org/SondagePro-LimeSurvey-...in/moreAccessibility
I think you can do something like this.
Using beforeQUestionRender : test if response is already submitted , if yes : find the input and set readonly to tru to all input.
For "find input and set attribute " see : git.framasoft.org/SondagePro-LimeSurvey-...in/moreAccessibility
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The following user(s) said Thank You: actxcellence
The topic has been locked.
- actxcellence
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 17
- Thank you received: 0
7 years 1 month ago #134108
by actxcellence
Schon die Bedienungsanleitung von LimeSurvey angeschaut?
Bedienungsanleitung (DE) | Tricks, um mehr Antworten auf Fragen im Forum zu erhalten
Replied by actxcellence on topic How to show a non-anonymous user the answers he selected?
Good concept - but I need some more hints to find the code you mentioned.
Schon die Bedienungsanleitung von LimeSurvey angeschaut?
Bedienungsanleitung (DE) | Tricks, um mehr Antworten auf Fragen im Forum zu erhalten
The topic has been locked.
- DenisChenu
-
- Offline
- LimeSurvey Community Team
-
Less
More
- Posts: 13145
- Thank you received: 2422
7 years 1 month ago #134127
by DenisChenu
What code ?
You have too git.framasoft.org/SondagePro-LimeSurvey-...ayTextAdapt.php#L156 for example.
Second solution : i can be hired for such tool, if you're OK on the GPL licencing of all of my plugin
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
Replied by DenisChenu on topic How to show a non-anonymous user the answers he selected?
What hint's ?actxcellence wrote: Good concept - but I need some more hints to find the code you mentioned.
What code ?
You have too git.framasoft.org/SondagePro-LimeSurvey-...ayTextAdapt.php#L156 for example.
Second solution : i can be hired for such tool, if you're OK on the GPL licencing of all of my plugin

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The topic has been locked.