Function creating tests to be printed out.

export_test_to_files(
  test_parameters,
  propositions,
  translations,
  test_folder,
  format,
  language,
  template_folder = NA,
  template = NA
)

Arguments

test_parameters

Tibble. List of questions with associated parameters.

propositions

Tibble. List of propositions, criteria, and associated feedback.

translations

Tibble. Table containing translations of items and explanations.

test_folder

Character. Path to the exam folder.

format

Character. Whether the files should be MD, DOCX, HTML, or PDF

language

Character. ISO2 code of the printed language.

template_folder

Character. Path to the tex folder.

template

Character. Name of the template to be used to format the test.

Author

Nicolas Mangin