From 92792c927f407d4cbd5c9a19f4ef5cfb51c67fdb Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Mon, 11 Oct 2021 22:57:10 +0800 Subject: Add sample output to README --- README.md | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64391db..ce38dff 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ OPTIONAL_FILES = [f"ex{n}.m" for n in [1, 3]] ``` Of course you can do `["ex2.m", "ex4.m", ...]`. Mandatory files are generally -marked "*" on your homework PDF. The rest are optional. +marked "\*" on your homework PDF. The rest are optional. ```python """GITEA""" @@ -125,6 +125,40 @@ against it. If you have made sure your group code has passed JOJ and no further changes have been made, you can, in your future runs, set flag `-J` to skip that test. +Sample output: + +``` +Checking individual submissions... +Checking group submissions... +JOJ is now running (this may take a while)... +===== Vladimir Lenin ===== +Grade: 0 +good job + + +===== Joseph Stalin ===== +Grade: -0.75 +Genral Info: +individual submit missing, -0.5 +individual branch untidy, -0.25 + +Detail: +individual branch h2/README file missing +individual branch redundant files: ex3_no_recursion.m + + +===== Nikita Khrushchev ===== +Grade: 0 +good job + + +===== Mikhail Gorbachev ===== +Grade: 0 +good job + + +``` + ## Helper Checklist This section is copied from the Helper's README.md, with modifications. It @@ -175,4 +209,4 @@ Notes: to apply it on ours without trouble. Please do not run a formatter (autopep8, black, etc.) on them either. The same goes for `util.py`, which was taken from the Helper. -1. Can someone please, _please_ look into #1? \ No newline at end of file +1. Can someone please, _please_ look into #1? -- cgit v1.2.3