set_question_parameters.Rd
Function retrieving the parameters defined in "test_parameters" for the version of a question identified by "versionid".
set_question_parameters(
versionid,
test_parameters = NA,
docformat = "pandoc",
record_solution = FALSE
)
Character. Version identifier.
Tibble. Parameters of all the versions of all the questions included in a test.
Character Whether the output is "latex", "html", or "pandoc".
Logical. Whether the propositions associated to the question should be recorded in the folder "d_feedback".
Set all the parameters for the question.