make_handouts: Create a set of interview handouts for a SME

Description Usage Arguments Examples

View source: R/make_handouts.R

Description

Creates two MS Word documents. One is an answers document that contains the answers to the calibration questions, the other (with the name of the SME) does not contain answers and is intended to be a visual reference (and possible take away) for the SME.

Usage

1
make_handouts(sme, questions, output_dir, calibration_questions = 10)

Arguments

sme

Name of the SME.

questions

tidyrisk_question_set object

output_dir

Directory to place output.

calibration_questions

Number of calibration questions to ask.

Examples

1
2
3
4
5
## Not run: 
questions <- read_questions()
make_handouts("Sally Expert", questions, output_dir = tempdir())

## End(Not run)

collector documentation built on Feb. 22, 2020, 1:11 a.m.