Hi,
Does anyone know how to capture the timestamps of user clicks on a question? My specific issue is that I have various clickable regions setup in a Hot Spot question, and I'd like to collect information on the order of items clicked (given multiple can be clicked). I assume the best way to get at that would be to record the timestamp of the clicks, but timestamp alone doesn't tell you which region was clicked at what time.
Any suggestions as to how to do something like this, or any other ways to solve my problem would be greatly appreciated.
Thanks for your help!
Page 1 / 1
We can do this using custom code i.e on click of the region, capture the time stamp and assign it to an embedded data
@WhitSC,
It's not possible. The regions are defined within an SVG (scaled vector graphic) and there is no way to programmatically access the information within the SVG with JavaScript (the JavaScript would have to be within the SVG, but there isn't a way to do that in Qualtrics). It is essentially a black box.
It's not possible. The regions are defined within an SVG (scaled vector graphic) and there is no way to programmatically access the information within the SVG with JavaScript (the JavaScript would have to be within the SVG, but there isn't a way to do that in Qualtrics). It is essentially a black box.
I see. Well thanks for the information.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.