Skip to content
Discussion options

You must be logged in to vote

Hi Caregrad,

Do you have the full code sample lying around somewhere? I cannot seem to reproduce the phenomenon (using jsPsych 6.3), and for one thing the probes appear above the buttons in my case :)

I have tried to replicate the gist of what you are trying to achieve (fixation cross with a dot, followed by a button trial with a dot). Maybe this helps to put you in another direction?

styles:


  <style>
    .stimulus_container {
        width: 500px;
        height: 200px;
    }

    .stim_left {
        text-align: left
    }

    .stim_right {
        text-align: right
    }

  </style>

For the jsPsych JavaScript code:

var stimulus ={ 
        "memo":"<div class='stimulus_container sti…

Replies: 1 comment 1 reply

Comment options

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

Answer selected by caregrad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants