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
)

Arguments

versionid

Character. Version identifier.

test_parameters

Tibble. Parameters of all the versions of all the questions included in a test.

docformat

Character Whether the output is "latex", "html", or "pandoc".

record_solution

Logical. Whether the propositions associated to the question should be recorded in the folder "d_feedback".

Value

Set all the parameters for the question.

Author

Nicolas Mangin