PennController for IBEX › Forums › Support › Prevent long stimuli from splitting in two lines › Reply To: Prevent long stimuli from splitting in two lines
April 29, 2022 at 9:36 am
#8129
Participant
Hi Jeremy, thank you very much for your help!
I tried to use .css(“white-space”, “nowrap”) and it worked for the DashedSentence controller, but as soon as I change the controller to AcceptabilityJudgment (I also checked DashedAcceptabilityJudgment but it’s the same) the sentences continue to split. Am I doing something wrong? Here is the code I’m using:
newController("AcceptabilityJudgment", {
s: row.sentence,
as: ["1", "2", "3", "4", "5", "6", "7"],
presentAsScale: true,
leftComment: "Плохо", rightComment: "Хорошо",
timeout: 10000
})
.css("white-space","nowrap")
.center()
.print()
.wait()
.log()
.remove()
Sincerely,
Daria