GatorEducator / gatorgrader

:heavy_check_mark: Automated Grading Tool that Checks the Work of Writers and Programmers
GNU General Public License v3.0
79 stars 22 forks source link

Define a Requirements File Format #15

Closed Michionlion closed 6 years ago

Michionlion commented 6 years ago

We should define a format for a file that assignment requirements should be made in - then the actual checking can be separated from the command-line arguments to gatorgrader, and @toccinAC's python program could parse a file in this format and then call gatorgrader.py with the necessary arguments.

gkapfham commented 6 years ago

Yes, I agree that this is a good idea, @Michionlion. Can you start to work with @toccinAC to think about what this format should look like? If you can record your ideas here on the issue track, it would be greatly appreciated.

Michionlion commented 6 years ago

This issue has been closed since the GatorGradle repository will handle distribution and assignment creation tasks such as this.