From 2b2656cdced4d2b208da65908115c2e2b4907bc2 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Thu, 15 Mar 2018 13:24:02 +0100 Subject: [PATCH] Updated Exercise Configuration (markdown) --- Exercise-Configuration.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Exercise-Configuration.md b/Exercise-Configuration.md index ce28322..0386856 100644 --- a/Exercise-Configuration.md +++ b/Exercise-Configuration.md @@ -35,10 +35,6 @@ In whole exercise configuration and appropriate structures variables and ports a Represents basic exercise configuration which connects all things together. For some reasons there two formats of this configuration, one which is saved in the database and the other one which is sent back to web application. Both formats are described bellow. -Important features: - -* Variables table in exercise config can contain **references** to variables which should be given during submitting of solution. Variable is reference if it starts with the character **'$'**, variable cannot be used inside variable value (textual value "hello $world", where world should be reference, is not allowed). If for some reasons is needed to use variable value which starts with dollar sign it has to be escaped with backslash, so this "\$1 million" is actual value and not a reference. - ### Frontend Format Returned as JSON. There is one generated "environment" which is called "default" in here default pipelines for all tests can be found.