You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2024. It is now read-only.
* Testcase grade can be based on [student's stdout](https://zmievsa.github.io/autograder/#/?id=helper-functions)
31
31
* Can grade C, C++, Java, and Python code in regular mode
32
32
* Can grade any programming language in stdout-only mode
33
33
* A file with testcase grades and details can be generated for each student
34
34
* You can customize the total points for the assignment, maximum running time of student's program, file names to be considered for grading, formatters for checking student stdout, and [so much more](https://github.com/zmievsa/autograder/blob/master/autograder/default_config.toml).
35
-
*[Anti Cheating capabilities](https://ovsyanka83.github.io/autograder/#/?id=anti-cheating) that make it nearly impossible for students to cheat
35
+
*[Anti Cheating capabilities](https://zmievsa.github.io/autograder/#/?id=anti-cheating) that make it nearly impossible for students to cheat
36
36
* Grading submissions in multiple programming languages at once
37
37
* JSON result output supported if autograder needs to be integrated as a part of a larger utility
38
38
* Can check submissions for similarity (plagiarism)
@@ -54,7 +54,7 @@
54
54
## Quickstart
55
55
56
56
* Run `autograder guide path/to/directory/you'd/like/to/grade`. The guide will create all of the necessary configurations and directories for grading and will explain how to grade.
57
-
* Read the [usage](https://ovsyanka83.github.io/autograder/#/?id=usage) section of the docs
57
+
* Read the [usage](https://zmievsa.github.io/autograder/#/?id=usage) section of the docs
0 commit comments