DariaBelova

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Only even groups of stimuli work #8183
    DariaBelova
    Participant

    Thank you very much, Jeremy!

    in reply to: Prevent long stimuli from splitting in two lines #8137
    DariaBelova
    Participant

    Thank you very much, Jeremy, it worked!

    in reply to: Prevent long stimuli from splitting in two lines #8129
    DariaBelova
    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

Viewing 3 posts - 1 through 3 (of 3 total)