Assemble an instrument
Usage
panel_instrument(items, randomize = c("item_order", "option_order"))Arguments
- items
A list of panel_items (
item_likert(),item_choice(),item_open()); ids must be unique.- randomize
Which orders to randomize per respondent:
"item_order","option_order", both (default), orcharacter(0)for none. What each respondent saw is recorded in the responses.
Examples
panel_instrument(list(
item_likert("trust", "How much do you trust the city council?"),
item_open("reason", "What is the main reason for your answer?")))