-
Hi! I'm trying to add a logo of the institution that funds the study to the first page of my experiment. Since the first page is a "fullscreen" type, none of the available parameters in this kind of plugin allows me to add the image. I checked the jspsych page but couldn't find the solution. I hope someone can help me. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
jodeleeuw
Aug 14, 2021
Replies: 1 comment 1 reply
-
Hi @ler93, You can insert an image using the var trial = {
type: 'fullscreen',
message: `<p><img src="funders-logo.png"></img></p>
<p>The experiment will enter full screen mode when you click the button below.</p>`
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jodeleeuw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ler93,
You can insert an image using the
message
parameter in the full screen plugin: