From 2d4b0a95c1c6966bbbd33ae612cc7de4d0b07faf Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 29 Oct 2024 12:20:02 +0800 Subject: [PATCH] Update JOJ3 Configuration For TAs --- JOJ3-Configuration-For-TAs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/JOJ3-Configuration-For-TAs.md b/JOJ3-Configuration-For-TAs.md index 1e86291..6007a79 100644 --- a/JOJ3-Configuration-For-TAs.md +++ b/JOJ3-Configuration-For-TAs.md @@ -151,6 +151,7 @@ outputs for the online judge. Some parsers can also be further configured. #### Dummy parser options - `comment [string]`: display any text +- `forcequit [boolean]`: quit at the end of the stage if a test case fails (default: `false`) - `score [int]`: score for passing dummy stage (default: `0`) *Note.* Adding a dummy stage can be useful to add extra comments or separate parsers output.