Skip to content
Discussion options

You must be logged in to vote

Hi Juli,

I don't have a solution to offer, but since you asked for a feasibility analysis I'd say that the difficulty level is medium-ish. My strategy would be to:

  1. Create a container <div> with position: relative style.
  2. Create the set of radio buttons and labels as children of the container.
  3. Calculate with JS the coordinates of the buttons relative to the container div.
  4. Style the buttons with position: absolute and put them in the right spots using the JS-calculated coordinates.

If you make progress but get stuck feel free to follow up here for pointers. This is also the kind of question that is not specific to jspsych, so perhaps stack overflow would also be a good place for advice abo…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by einGlasRotwein
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