Function creating tests to be uploaded on various Learning Management Systems.

export_test_to_lms(
  test_parameters,
  propositions,
  translations,
  exam_folder,
  lms = "Moodle",
  language
)

Arguments

test_parameters

Tibble. List of questions with associated parameters.

propositions

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

translations

Tibble. Table containing translations of items and explanations.

exam_folder

Character. Path to the exam folder.

lms

Character. Name of the learning management system for which the export should be generated.

language

Character. ISO2 code of the printed language.

Author

Nicolas Mangin