From 57704f123af09abea42b4330ab6e6755dba9221f Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Sat, 10 Mar 2018 10:54:08 +0100 Subject: [PATCH] references in environment config --- Exercise-Configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Exercise-Configuration.md b/Exercise-Configuration.md index f8c60ef..1ad6bb8 100644 --- a/Exercise-Configuration.md +++ b/Exercise-Configuration.md @@ -342,6 +342,7 @@ Configuration for particular environments is stored here. This configuration can Important features: * Variable of type `file` or `file[]` in environment config can contain **wildcards**. These wildcards are then matched against files submitted in solution. For every wildcard/variable there has to be at least one file which match it. +* Variables table in exercise environment 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