|
|
|
|
|
by maweki
262 days ago
|
|
We found yaml to be a great exchange format for electronic exam data. It allows us to put student submitted answers and source code into a yaml file and there is no weird escaping. It's very readable with a text editor. And then we just add notes and a score as a list below and then there's the next submission. For readability of large blocks of texts that may or may not contain various special characters and newlines the only other alternative we have seen was XML, but that is very verbose. So what the author finds as a negative, the many string formats, are exactly what drew us to yaml in the first place. |
|