tonisormisson / lime-response-logger
A LimeSurvey plugin to save a log from each survey page submit
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:limesurvey-plugin
Requires
- php: >=7.4.0
- ext-json: *
README
A LimeSurvey plugin to save a log from each survey page submit
Requirements
Requires minimum LimeSurvey version 3.0.1
Usage
1 Install
Via console
Change to LS plugins folder:
$ cd upload/plugins
Use git to clone into folder ResponseLogger
:
$ git clone https://github.com/TonisOrmisson/lime-response-logger.git ResponseLogger
2 Activate plugin
During activation an additional db table 'lime_response_log' will be created. All the logs are saved in this table.