The Shiny app renders a visualization of the survey flow: blocks, branching, randomization, etc. On selection of a block, its questions are visible. Selecting a question in turn shows its text.

render_flow(design_object)

Arguments

design_object

A qualtrics_design-class object retrieved from Qualtrics by design.

Value

render_flow invisibly returns the table underlying the Shiny UI.

See also

plot_flow for a visNetwork plot, or nodes and edges for node and edge data in tabular form.

Examples

# NOT RUN {
svy_design <- design("SV_0VVlb9QwJ4bsBKZ")
render_flow(svy_design)
# }