Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 425 Bytes

File metadata and controls

12 lines (9 loc) · 425 Bytes

A template for creating survey questions with shuffled options.

To create this template, run this command in your R console:

surveydown::sd_create_survey(
  #path = "path/to/survey",
  template = "option_shuffling"
)

Refer to the Start with a template section for more details.