I'm trying to create a passworded page on my site that accessible only by my client. On the page currently I've replicated the "Response Summary" page (so it saves me reporting to them on a daily basis). That was easy enough as all I had to do was query the DB.
Now I would like to add in the functionality so they can export their results in Excel. Unfortunately not so straight forward with the need to lookup all the labels to the questions. I started looking at the export.php code, but that's way over my head
Is there an easier way to accomplish something like this?
There is another way to do this: create a html page (not in limesurvey) with a list of links to the relevant limesurvey pages. For instance: the link to export page is
www.MYSERVER.nl/index.php/admin/export/s...ults/surveyid/355632
The html page you can tailor exactly to the wishes of the customer. In fact I wrote the customer page in R, and read directy the mysql tables of limesurvey. For instance: on the customer page you can show a list of users, and again link to the relevant limesurvey page).
If you are interested, i can show an example (in dutch).
Frans
Last edit: 11 years 3 months ago by fransmarcelissen.
I'm actually quite interested in the alternative - although how to you bypass the required authentication? The intention is they they never sniff anything on Limesurvey...
Hi g3guy,
Please send me (info@digipsy.nl) your email adres and name, then i will create a login for you.
The authentification is handled by limesurvey. When you jump to a location in limesurvey it asks your name. I have arranged my system so that you can see a list of participants and generate reports without having to login, but when you want to do change something, you have to login.