I need to integrate a click traking kind of question in my questionnaire.
The purpose it to say how many product you buy, so the consumer click as many times as he want on each product of an image.
I want the final number of clicks per product.
This type of question doesn't exist in limesurvey, but i would prefer not to have a HTML source to go to another app.
Would it be possible to integrate it into the script ?
I know nothing about programming language at the moment, but I can learn. Is there a way to do it ? And if yes how (wich language, where can i modify the script) ?
If you would simply like to record the number of clicks in the data, you can use JavaScript to detect clicks on an element and increment the value of a text or numeric input.
For example, if using the latest LS version with the default template,
setting up your survey to use JavaScript
and adding the following script to to the source of a numeric question will increment its value every time an image in the question text is clicked.