Customize html-button-response #2583
Unanswered
romeopenheiro
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to create a button where the button choices (1, 2, 3, 4) are flanked by the prompts (low, high). I have included an image of what I am trying to create. Is it possible to do that? I have included my variable code below.
var plausible = {

type: 'html-button-response',
stimulus: '' + 'How plausible is the event?' + '',
choices: ['1', '2', '3', '4'],
trial_duration: 4000 /* 4 seconds */
}
Beta Was this translation helpful? Give feedback.
All reactions