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)
sme | Name of the SME. |
---|---|
questions |
|
output_dir | Directory to place output. |
calibration_questions | Number of calibration questions to ask. |
if (FALSE) { questions <- read_questions() make_handouts("Sally Expert", questions, output_dir = tempdir()) }