Forum: support


RE: Warn if multiple exsolutions are given to extype != cloze [ Reply ] By: Achim Zeileis on 2025-01-29 02:14 | [forum:50055] |
Matthias, good catch, thanks for the report. I've added the corresponding check to the read_metainfo() function now. |
Warn if multiple exsolutions are given to extype != cloze [ Reply ] By: Matthias Gondan on 2025-01-27 17:52 | [forum:50052] |
Dear developers, I just saw that if I have this meta-information, Meta-information ================ extype: num exsolution: sol1|sol2|sol3 exclozetype: num|num|num exname: name extol: tol1|tol2|tol3 expoints: cr1|cr2|cr3 exams2openolat does not warn that extype should be cloze. The automatic tests have repeatedly helped me spot difficult mistakes, maybe this additional test is easy to implement. Best wishes, Matthias |