mdsteiner / ShinyPsych

A collection of psychology experiments programmed in Shiny
48 stars 14 forks source link

check radio buttons saved output #45

Open mdsteiner opened 7 years ago

mdsteiner commented 7 years ago

Description of the problem as received by email:

I did find a potential problem in the new version with the radio buttons. I only have one machine here, so I could not check it on others, but for radio buttons (only at the end of my survey it seems) the package does not correctly record the numeric response corresponding to the choice option. My scale goes from 0 to 3 on these items and it seems to record whatever value is entered for the first item and then repeats that for the rest of the items regardless of what is input. I will keep playing with it to see if I can find a more specific pattern, but I wanted to let you know in case it was something you are able to replicate as well.

look into this to check whether it's a bug in the package code

mdsteiner commented 7 years ago

seems to have been a bug in the app code, not package code.

csqsiew commented 6 years ago

Found a bug where the radio button's input is not being saved. No matter what is pressed, 'NA' is saved as the response in the .csv file in dropbox.

Edit: I am finding that the last page of any survey that I create, no inputs are saved (returns NAs to the saved file). Thanks!