Write grading marks to a YAML file
write_marks_yaml.RdSerializes grading marks (per-repository rubric item selections plus
optional public and private comments) to a human-readable,
schema-validatable YAML file. Each question entry is declarative: the
listed rubric item descriptions are the selected items, and items: []
states that no items apply.
Arguments
- marks
A marks list as returned by
read_marks_yaml()or built bymarks_export():format_versionplus areposlist whose entries havenameandquestions, each question withname,items(a character vector of rubric item descriptions) and optionallycomment/private_comment.- path
Output file path (
.yaml).