As far as I know, sketchpads only display information and do not include clickable links.
You would have to do some programming to determine where participants click on your sketchpad and as a function of that, trigger some behavior, like opening a new page in the navigator (which you would have to d using Javascript).
Alternatively, you could use inline_html item, which allows you to use HTML language (including links).
Comments
Hi @rotemB1,
As far as I know, sketchpads only display information and do not include clickable links.
You would have to do some programming to determine where participants click on your sketchpad and as a function of that, trigger some behavior, like opening a new page in the navigator (which you would have to d using Javascript).
Alternatively, you could use inline_html item, which allows you to use HTML language (including links).
I attach an example:
Hope this helps.
Fabrice.
This is very helpful
Thank you!