View source: R/make_scorecard.R
make_scorecard | R Documentation |
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.
make_scorecard(sme, questions, output_dir)
make_bingo(sme, questions, output_dir = getwd())
sme |
Name of SME. |
questions |
|
output_dir |
Directory to place scorecards. |
The domains are ordered according to the SME's expertise profile, ensuring they match the interview order flow.
Invisibly returns the full path to the saved scorecard.
## Not run:
questions <- read_questions()
make_scorecard("Sally Expert", questions, output_dir = tempdir())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.