[solved] Form_Base Buttons
Hi there,
a) I was wondering if there was any way to animate a button press in the Form_Base item?
For example, when the selection is clicked, the button changes colour or becomes highlighted.
Just so the participant can be certain that their click actually did something.
b) Will/has the OSX version been updated to 0.27.3? I can only find 0.27.1 and 0.27.2
Cheers,
Chris.
Comments
Hi Chris,
That would be a nice addition, but no, form buttons are not animated. If you want to make the experiment feel more responsive, you could for example insert a blank sketchpad after the form. This way the participant gets immediate visual feedback to his/ her button press. Does that help?
The OSX versions are packaged by a third party, and their release is not synced with the main OpenSesame packages. So I cannot say for sure whether 0.27.3 will be packaged. But, if not, 0.27.4 (currently in pre-release) probably will be.
Cheers!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Yes that does help. Thanks.
Chris.
Oh! One more question:
Is there a way to randomise a sequence of loops?
Chris.
Hi Chris,
A sequence always has a fixed order, but it's quite easy to mimick a randomized sequence with an inline_script. See this discussion:
Cheers!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Excellent, works a charm.
Cheers,
Chris.
Just noticed a problem with the script, once the sequence is complete it starts over again. I only want to run through once and tried some code for this but it didn't work. Any suggestions?
Chris.
Hi Chris,
The script (from the post linked to above) only executes items once, just like a
sequencebut in random order. So if the items are executed multiple times, two possible reasons come to mind:sequence? In that case, thesequencewill first be executed through the script and then again through thesequenceitem. The script is intended to be replace thesequence.loop?Cheers,
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Ah yes I did place it in addition to the sequence, I'll fix that.
Cheers!