Survey Html Form - adding modal (and other JavaScript functions) #2699
-
Hello, I'm new to JsPsych and grateful for any help! This is my code so far for this trial:
It would be fantastic if someone could give me a hint :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I also tried it in the initJSPsych bit now, but it also doesn't work: /* initialize jsPsych */
}); |
Beta Was this translation helpful? Give feedback.
-
Haha, I found the answer! I had to add 'trial' in the on_load function :) on_load: function(trial) { Sorry for disturbing :) |
Beta Was this translation helpful? Give feedback.
Haha, I found the answer! I had to add 'trial' in the on_load function :)
on_load: function(trial) {
Sorry for disturbing :)