From fb6f910da4c977f230650a30e50e7198f35accbe Mon Sep 17 00:00:00 2001 From: manuel Date: Sat, 2 Nov 2024 09:28:18 +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 0293a84..c5e4c38 100644 --- a/JOJ3-Configuration-For-TAs.md +++ b/JOJ3-Configuration-For-TAs.md @@ -179,6 +179,7 @@ doesn't already have a parser implement in JOJ3 #### Result-status parser - `comment [string]`: comment to display on successful run +- `forcequit [boolean]`: quit at the end of the stage if if the error status is not 0 (default: `false`) - `score [int]`: score to assign on a successful run (default: `0`) *Note.* The main benefit of this parser is that it quits on failure. It could be used to exit at