I would like to use LimeSurvey to export a report of an individual responses over time, quite similar to what it's explained here
manual.limesurvey.org/Exporting_results#...om_different_surveys
What I would like to acomplish is a custom report where rows are the questions and columns represents responses (they are mostly numerical) in different dates (header is the date)
something like:
so users can track their evolution,
(ideally this csv/excel custom report would be attached to confirmation email, including all past responses)
If you can give me a few pointers to where I can look in the code to start making this happen... (I don't know much php but I do know how to copy+and+paste Image may be NSFW.
Clik here to view.
Thanks a lot for your help
Ivan
PS: Also a FORM with and url like this: "admin/tokens/sa/import/surveyid/{$iSurveyId}"
how can I find where the form post is handled back in the server? (I mean the way to find the controller code with a given url)
manual.limesurvey.org/Exporting_results#...om_different_surveys
What I would like to acomplish is a custom report where rows are the questions and columns represents responses (they are mostly numerical) in different dates (header is the date)
something like:
Question | 2016-02-22 - | 2017-02-22 |
How do you feel about such,and,such? | 7 | 9 |
so users can track their evolution,
(ideally this csv/excel custom report would be attached to confirmation email, including all past responses)
If you can give me a few pointers to where I can look in the code to start making this happen... (I don't know much php but I do know how to copy+and+paste Image may be NSFW.
Clik here to view.

Thanks a lot for your help
Ivan
PS: Also a FORM with and url like this: "admin/tokens/sa/import/surveyid/{$iSurveyId}"
how can I find where the form post is handled back in the server? (I mean the way to find the controller code with a given url)