From a92243009a2eba2212db7e59390916413284ff0a Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Mon, 13 Nov 2017 23:20:34 +0100 Subject: [PATCH] remote files --- Exercise-Configuration.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Exercise-Configuration.md b/Exercise-Configuration.md index 683ae77..b232bf8 100644 --- a/Exercise-Configuration.md +++ b/Exercise-Configuration.md @@ -6,12 +6,14 @@ HiLC is divided in several parts which takes care of different things. There are ## Variables and Ports -In whole exercise configuration and appropriate structures variables and ports are used. All have to have a type. It was decided that there will be four types which should be sufficient for every possible usage. List of them follows: +In whole exercise configuration and appropriate structures variables and ports are used. All have to have a type. It was decided that there will be six types which should be sufficient for every possible usage. List of them follows: * **string** - textual value * **string[]** - array of strings -* **file** - corresponds to file created or given during evaluation of submission +* **file** - corresponds to file created during evaluation of submission * **file[]** - array of files +* **remote-file** - corresponds to external file which has to be downloaded during evaluation of submission +* **remote-file[]** - array of remote files ## ExerciseConfig