From f14f94e5c8a334fc8e4644d6e7c4b543d613bb1a Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Mon, 26 Mar 2018 14:13:02 +0200 Subject: [PATCH] judges output format --- FAQ.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/FAQ.md b/FAQ.md index 99d33ef..91ab125 100644 --- a/FAQ.md +++ b/FAQ.md @@ -62,11 +62,15 @@ implemented: - Results: - _comparison OK_ - exitcode: 0 - - stdout: there is a single line with a double value which - should be quality percentage of the judged file + - stdout: at the beginning of the output, there is a double + value which should be quality percentage of the judged + file, after that white character as a delimiter can be + present and furthermore some text which can be accessed + within web application - _comparison BAD_ - exitcode: 1 - - stdout: can be empty + - stdout: might contain text which can be accessed within + web application - _error during execution_ - exitcode: 2 - stderr: there should be description of error