make_open_question: Create an open question.

Description Usage Arguments Value Examples

Description

Create an open question.

Usage

1
2
make_open_question(question_prompt, comment = NULL, concat = F,
  N_lines = NULL, N_dot_lines = NULL, image_path = NULL, ...)

Arguments

question_prompt

The main text of the question.

concat

Logical argument: should the text be concatenated and printed using cat(), i.e. for sinking directly to .tex files.

N_lines

How many lines to print for the response

N_dot_lines

How many dotted lines to print for the response

Value

An open survey question.

Examples

1
make_open_question("How are you?")

jaspercooper/surveybuilder documentation built on May 18, 2019, 5:55 p.m.