create_blueprint_template: Generate a Blueprint Template for Forced-Choice Scales

View source: R/create_blueprint_template.R

create_blueprint_templateR Documentation

Generate a Blueprint Template for Forced-Choice Scales

Description

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.

Usage

create_blueprint_template(n_blocks, block_size, file_path = NULL)

Arguments

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., "my_blueprint.csv").

Value

A data frame containing the block and item_num columns, plus empty columns for trait and sign ready to be filled.


autoFC documentation built on July 14, 2026, 5:07 p.m.