shinysurveys icon indicating copy to clipboard operation
shinysurveys copied to clipboard

Develop and deploy surveys in Shiny/R.

Results 40 shinysurveys issues
Sort by recently updated
recently updated
newest added

I'm loving this shinysurveys library! I am using the matrix extended input, but when you have a question on the left-hand-side of the radio buttons on a skinny survey, the...

Hi, I just installed the package because I needed the functionality provided by radioMatrixInput (so not the whole survey thing). Would you consider adding an updateRadioMatrixInput function to make it...

enhancement

Hi, I'm getting back into using the package and loving its features! It is so useful. I'm planning to put some live surveys on shinyapps.io soon. Do you have plans...

enhancement

Remove reference to diamond dataset. Details the possible input types.

Right now when you click the ➕ button the shiny input will update, but I think we also want the input to update whenever any text is updated? I think...

For csv files that are read with `read.csv()`, if a text-based input is literally empty, no placeholder will appear.

this would be nice

Hello, I'm currently working on a survey using shinysurveys. I adopted it quiet heavily with using own input-types and a new definition of "required" since the "required"-option is only triggered...

Hi! We are using a questionnaire that contains filter questions via the columns "dependence" and "dependence_value". While the filters work (i.e., respondents that don't fulfill a condition won't be displayed...

Hello is there a way to save the answers from a "matrix"-input, even if the user does not answer all questions? I thought of two possibilities: * Add a default...

Is there any easy way to add the timestamp (using Sys.time()) to each question in the dataframe that is being generated?