Ahk Cli¶
Ahk-cli
is a console application written in .NET Core for executing the evaluation of homeworks locally on your machine based on containers. This application targets step 3 of the automated evaluation process: running the evaluation program on the student submissions.
Using this application the process of evaluation is as follows.
- Write a program that tests the student's work. The program must be containerized;
ahk-cli
only works with containers. - Download the students' work and place each of them into separate folders. (For example, use Classroom Assistant for the download.)
-
Run the evaluation using
ahk-cli
and Docker. -
Publish the results of the evaluation. The outcome is an Excel sheet that you can further transform and publish/import.
For more information, please refer to the description in the following repository: https://github.com/akosdudas/ahk-cli.