sd_question_gadget {surveydown} | R Documentation |
Show a Shiny gadget for selecting a question type
Description
This function displays a Shiny gadget that allows the user to select a question type from a dropdown menu. Once submitted, it calls sd_add_question() with the specified type.
Usage
sd_question_gadget(chunk = FALSE)
Arguments
chunk |
Logical. If |
Value
The selected question type (invisibly).
[Package surveydown version 0.12.6 Index]