introduction

master
Martin Polanka 7 years ago
parent db6eb0903e
commit 9ad61d6573

@ -1 +1,21 @@
# Exercise Configuration
In ReCodEx there are two configurations of exercise High Level Configuration (HiLC) and Low Level Configuration (LoLC). LoLC is used in backend, by workers for instance and should be general enough to create all kinds of worker tasks. On the other hand HiLC should be easy enough to be written or composed by normal application users, preferably in the form of graphical editation. But this configuration always has to be somehow stored, that is where this document comes in handy.
HiLC is divided in several parts which takes care of different things. There are ExerciseConfig, Pipelines, Limits and RuntimeConfig. From these components configuration of exercise is composed and on every submit new LoLC is compiled from it.
## ExerciseConfig
@todo
## Pipeline
@todo
## Limits
@todo
## RuntimeConfig
@todo

Loading…
Cancel
Save