jdtrat / shinysurveys

Develop and deploy surveys in Shiny/R.
https://shinysurveys.jdtrat.com/
Other
97 stars 26 forks source link

randomly allocate questions to each user that visits the site #37

Closed emilliman5 closed 3 years ago

emilliman5 commented 3 years ago

Is it possible to show a user a random subset of questions from the questions df at each visit?

emilliman5 commented 3 years ago

The solution in #35, makes this possible, by allowing you to wrap survey_output in a renderUI so that you can make the questions reactive when a user visits