View source: R/create_blueprint_template.R
| create_blueprint_template | R Documentation |
Generates a structured data frame representing a forced-choice test blueprint. Optionally exports it directly to a CSV file so test developers can manually design their block structures (assigning specific traits and keying) in spreadsheet software.
create_blueprint_template(n_blocks, block_size, file_path = NULL)
n_blocks |
Integer. Number of total FC blocks. |
block_size |
Integer. Desired block size for the FC scale. |
file_path |
Character. Optional. If provided, the template will be saved
to this path as a CSV file (e.g., |
A data frame containing the block and item_num columns,
plus empty columns for trait and sign ready to be filled.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.