make_numeric_question: Create a numerical box question

Description Usage Arguments Value Examples

Description

Create a numerical box question

Usage

1
2
3
make_numeric_question(question_prompt = NULL, comment = NULL,
  labels = NULL, N_boxes = 2, cm_from_left = 8, concat = F,
  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.

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.