Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyis991105 authored Jan 30, 2022
1 parent 1c70660 commit 300521b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
This is a repo for example autograders. They are more complicated than hello lab in the documentation but simpler than real life scenario ones. They serve to offer instructors a better starting point with autograder writing in a variety of languages. For a detailed walkthrough of how autograders work, see [documentation](https://docs.autolabproject.com/lab/#writing-autograders).

Current available autograders to refer to:

[Golang-InputOutputTemplate-20211019](https://github.com/autolab/autograders-examples/tree/main/Golang-InputOutputTemplate-20211019)

[Javascript-JestTemplate](https://github.com/autolab/autograders-examples/tree/main/Javascript-JestTemplate)

[Python-PytestTemplate](https://github.com/autolab/autograders-examples/tree/main/Python-PytestTemplate)

---

For those who are interested in example autograders: We encourage you to download the folder of the autograder that you are interested in and run make to get a sense of how the autograder works and examine the content of autograder.tar.
Expand Down

0 comments on commit 300521b

Please sign in to comment.