Skip to content
Discussion options

You must be logged in to vote

Hi @jaydavies16129, normally you could just add the upper label to the end of your prompt text, but the free-sort plugin is unusual because it automatically adds the "You still need to place N items" text after the prompt (maybe we should consider changing that...). So you will need to make some changes to add both the upper and lower labels.

You could do this by modifying the free-sort plugin, but it's also not too hard to do it using the trial's on_load function. To do it that way, you can find the sort area element on the page, and add HTML above/below it using the element's insertAdjacentHTML method. How's this?

  var trial_1 = {
    type: ['free-sort'],
    stimuli: images,
    stim_…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@becky-gilbert
Comment options

@jaydavies16129
Comment options

@jaydavies16129
Comment options

@becky-gilbert
Comment options

@jaydavies16129
Comment options

Answer selected by becky-gilbert
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