Hi Klaus I think (hopefully :roll: ) I do get your point. I added your script to mine but the line is still throwing an error. global VPname, neuroscore on mouseup put 0 into neuroscore repeat with x = 1 to 3 add the label of btn (the hilitedbutton of grp ("radiogrp" & x)) of grp ("radiogrp" & x) to...
Thanks ClipArtGuys for your script! I did as you guys said. I double checked but my radio buttons do have different names. So labels and names are different. I even used the same names as in ClipArtGuys script and put his script into mine. Though it still doesn't work. Screenshot 2018-10-23 at 16.02...
Hi thanks for your quick response, Yes you are right. I've got three groups of radio button, consisting of 4 to 6 radio buttons. But I think I need to get into more detail. So my stack consists of two cards. The one you have seen on the screenshot and the Feedback-card. Screenshot 2018-10-23 at 12.0...
Hi guys, at the university, we have to submit self-programmed projects in a livecode seminar. I designed a simple questionnaire to add the values of the radio buttons together and comment on the neurological status depending on the value. So far I have not managed to add the values of the radio butt...