make_scorecard: Create a scorecard for marking progress through domains in an...

View source: R/make_scorecard.R

make_scorecardR Documentation

Create a scorecard for marking progress through domains in an interview

Description

Creates a two page PDF with one grid for scenarios and one for capabilities. Each grid contains a square for each domain. An analyst can mark/stamp each domain as it is covered in an interview, gamifying progress.

Usage

make_scorecard(sme, questions, output_dir)

make_bingo(sme, questions, output_dir = getwd())

Arguments

sme

Name of SME.

questions

tidyrisk_question_set object.

output_dir

Directory to place scorecards.

Details

The domains are ordered according to the SME's expertise profile, ensuring they match the interview order flow.

Value

Invisibly returns the full path to the saved scorecard.

Examples

## Not run: 
questions <- read_questions()
make_scorecard("Sally Expert", questions, output_dir = tempdir())

## End(Not run)

davidski/collector documentation built on Sept. 30, 2023, 3:18 p.m.