update_question.RdFunction updating question parameters (penalty, partial credits, points) based on user input.
update_question(
test_name = NULL,
test_parameters = NULL,
edited_question = NULL,
new_points = NULL,
new_penalty = NULL,
new_partial_credits = NULL
)Character. Name of the test.
Tibble. Items checked in answers.
Character. Code of the question to edit.
Numeric. Points assigned to the question.
Logical. Whether negative points should be counted.
Logical Whether partial credits should be earned.
Tibble. Updated test parameters.