|
Post by sienar on Apr 16, 2020 14:39:19 GMT
Hi! So great that these boards exists! I love PsyToolkit and has already used it for 2 studies during my Bachelor in Cognitive science. Due to Corona I am doing my final study in it as well.
I wonder if it's possible to create clickable links in the survey? I know it's possible in the introduction screen and that has worked nicely but I would also like it to work in when people are doing the survey. The reason for this is that they need to open an application outside of PsyToolkit and I want it to be as easy and automatic as possible.
Kind regards David
|
|
|
Post by PsyToolkit on Apr 16, 2020 15:18:54 GMT
Hi David,
The answer:
You can insert links, yes. Just use "standard" html to do so. In HTML everything between <> is special code the participant does not see. You can also make sure the link opens in a different tab: In same tab/window: <a href='http://www.google.com'>Link text</a>In new tab: <a href='http://www.google.com' target='_blank'>Link text</a>
Gijsbert Stoet
|
|
|
Post by sienar on Apr 16, 2020 23:47:17 GMT
Thank you so much! It actually wasn't http link but a software link to the installed program Steam to make it automatically start a movie. It worked perfectly!
I will make sure to make a donation.
Kind regards David
|
|
|
Post by PsyToolkit on Apr 17, 2020 0:20:21 GMT
Thank you, that is greatly appreciated!
|
|