- Posts: 4
- Thank you received: 1
Report data segregation
6 months 4 days ago #185146
by Marada78
Report data segregation was created by Marada78
Hello,
I have a survey that is more or less like this: you select a service provider, select the service and then proceed to evaluate the service.
The I have this report requirement: the single service provider must see only the evaluation related to his set of services.
Creating a survey for each service provider is not an option. The survey must remain a single one.
Is there a way in Lime to configure visibility based on an answer (selection of service provider in the survey) or I must go with an external report solution?
Thanks a lot.
C.
I have a survey that is more or less like this: you select a service provider, select the service and then proceed to evaluate the service.
The I have this report requirement: the single service provider must see only the evaluation related to his set of services.
Creating a survey for each service provider is not an option. The survey must remain a single one.
Is there a way in Lime to configure visibility based on an answer (selection of service provider in the survey) or I must go with an external report solution?
Thanks a lot.
C.
Please Log in or Create an account to join the conversation.
- DenisChenu
-
- Offline
- LimeSurvey Community Team
-
Less
More
- Posts: 11993
- Karma: 413
- Thank you received: 2187
6 months 4 days ago #185147
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 .
An error happen ? Before make a new topic : remind the Debug mode .
Replied by DenisChenu on topic Report data segregation
gitlab.com/SondagesPro/managament/responseListAndManage#usage
With this part : gitlab.com/SondagesPro/managament/respon...dManage.php#L502-520
1. You add one attribute for each service provider (Group in plugin)
2. You add one attribute for 'manager' (Group manager in plugin)
3. You review the rights og manager
You create one manager by service provider : they can «log in» via a new page where they can see related reponse.
You can allow to export checked response too.
No free support on this plugin.
With this part : gitlab.com/SondagesPro/managament/respon...dManage.php#L502-520
1. You add one attribute for each service provider (Group in plugin)
2. You add one attribute for 'manager' (Group manager in plugin)
3. You review the rights og manager
You create one manager by service provider : they can «log in» via a new page where they can see related reponse.
You can allow to export checked response too.
No free support on this 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 .
An error happen ? Before make a new topic : remind the Debug mode .
Please Log in or Create an account to join the conversation.