Reply To: Having participants select more than one option in questions

PennController for IBEX Forums Support Having participants select more than one option in questions Reply To: Having participants select more than one option in questions

#7348
ozgebakay
Participant

Thank you very much, Jeremy!

I tried your example trial, it works! But I have two follow-up questions: I want to have a question before the list of options. Here is what I tried, but it did not work: Should the question be inside newScale? If so, how?

newTrial("scale",
    newController("FlashSentence", {s : "Which one?"})
    ,
    
    newScale("answer", "Option1", "Option2", "Option3")
        .checkbox()
        .print()
    ,
    newButton("Next")
        .print()
        .wait()
)

My second question is: is there a way to list the options top to bottom rather than one next to the other on a single line?

Thanks a lot,
Özge