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.

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

if (FALSE) { questions <- read_questions() make_handouts("Sally Expert", questions, output_dir = tempdir()) }