@ -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.
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
### Frontend Format
Returned as JSON. There is one generated "environment" which is called "default" in here default pipelines for all tests can be found.
Returned as JSON. There is one generated "environment" which is called "default" in here default pipelines for all tests can be found.