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

Hello @jdtrat, thanks for this amazing package, I'm using this package to take short and long surveys and I have some recommendations/questions that could make the package much better (in...

I believe that there could be a function that outputs the missing required questions or the number of missing required questions. If there are multiple pages they could be listed...

Is there any way of adding an image on top of a question?

Hello Everyone, I have a situation where I would like to disable the "next" button in the multipage survey if the user did not answer the questions on that page....

This is particularly relevant for extended input types (e.g., select inputs with `multiple = TRUE`; also see #43). Possible implementation allows for `dependency_value` column to have comma-separated values that get...

Hi guys! Many thanks for creating such an amazing package. The only feature that is currently missing IMHO is the possibility to include more than one _dependency_ and _dependence_value_ per...

Hi. I would like to use more than 2 surveys in shiny Survey. Is there an approach that I could use to include 2 surveys in the same app? I...

Hi all. I am using the shinysurveys package to build surveys across multiple tabs. I sketched a code and is working but I would like to include a message that...

Hi, First of all, thank you very much for this package. I am currently just using the radioMatrixInput. However, I want to allow people to take the survey in parts....

I'm unable to get `shinysurveys::getSurveyData()` to work properly when included in a shiny module. I'm not sure if this is an error on my part, or if it's a limitation...