Gives functionality to creating the survey buttons server-side, helps parse through each survey columns requirement and render buttons according to user configuration. Designed to take multiple input as 'comma-separated'

mod_survey_input_user_server(input, output, session, survey_colnames, values)

Arguments

input

the input variables from [shiny::callModule()]

output

the output variables from [shiny::callModule()]

session

the session from [shiny::callModule()]

survey_colnames

the column used to store survey

values

the reactive values from server

Value

the UI for survey inputs in ShinyApp change input