Creates an in-browser slideshow as a visual aide when conducting an interview with a subject matter expert (SME). The slideshow is customized for the SME by placing the domains in the order of preference for that SME.

make_slides(
  sme,
  questions,
  output_dir,
  assessment_title = "Strategic Risk Assessment"
)

Arguments

sme

Name of the SME being interviewed.

questions

A tidyrisk_question_set object.

output_dir

Directory location for knitted slides.

assessment_title

Title of the assessment being performed.

Value

Invisibly returns the full path to the slide file.

Examples

if (FALSE) { make_slides("Sally Expert", questions, output_dir = tempdir()) }