Sahar

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: result file #4229
    Sahar
    Participant

    Thank you so much, Jeremy! The codes you suggested solved the problem. Now I have answers and words in my results file 🙂

    in reply to: Create a continue button #4046
    Sahar
    Participant

    Thank you so much, Jeremy! My script is fixed now. I really appreciate it!
    Sahar

    in reply to: Create a continue button #4043
    Sahar
    Participant

    Hi Jeremy,
    First of all, thank you and Florian so much for providing this amazing and user-friendly library!
    I have a question with respect to the buttons. I want two buttons to be on the same page simultaneously. And I want the participants to be able to click either of them. For me, only the second one is clickable. And If I add .wait() to the entry of the first button, the second button does not appear unless I click on the first button. I will be grateful if you let me know what the issue is! Here is my code:

    newText(“question”, “<p>Is the above item a word?</p>“)
    .print()
    ,
    newButton(“Word”, “<h1>Word ✓</h1>”)
    .settings.color(“green”)
    .settings.size(150, 70)
    .settings.log()
    .print()
    ,
    newButton(“Not a Word”, “<h1>Not a Word x</h1>”)
    .settings.color(“red”)
    .settings.size(150, 70)
    .settings.log()
    .print()
    .wait()
    )]
    ];

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