Skip to content
Discussion options

You must be logged in to vote

I'm not sure about the details of either Pavlovia or Gorilla as hosting environments for an experiment, so I don't know if there are other problems that you will run into besides delivering a link to your participants. But, showing participants a link to click on is certainly possible with the html-keyboard-response plugin.

var link_trial = {
	type: 'html-keyboard-response',
	stimulus: '<p>To complete the next part of the experiment, please follow <a href="url-to-experiment-here">this link to our consent form.</a></p>',
	choices: jsPsych.NO_KEYS
}

If you want to pass along the subject as a variable you can add that info into the URL. You may need to generate the stimulus parameter using a…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@beccaelsworth
Comment options

@beccaelsworth
Comment options

Comment options

You must be logged in to vote
1 reply
@beccaelsworth
Comment options

Answer selected by jodeleeuw
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
3 participants