Hi,
I just discovered cr in our Moodle system. So I managed to implement a few simple questions for the C programming language.
The problem I ran into is that I couldn't figure out how to parse __STUDENT_ANSWER__ or {{STUDENT_ANSWER}} in C.
This leads me to the question of whether it would be possible to use a different programming language to implement the Template Grader than the language which is graded.
E.g., I would like to use JS to do the job. Python would also be fine although I have no prior experience with it. In my opinion, C is just not convenient for such a task.
Thank you