Function writing formatted answers, results, and grades in the exam results folder

write_compiled(
  compiled,
  test_path,
  write_parameters = FALSE,
  write_solutions = FALSE
)

Arguments

compiled

List. All test results.

test_path

Character. Path to the test folder.

write_parameters

Logical. Whether test parameters should be updated on disk.

write_solutions

Logical. Whether solutions should be rewritten on disk.

Author

Nicolas Mangin