From 1987d55d782297668bf3c5b2c58e7831aab5cae9 Mon Sep 17 00:00:00 2001 From: Krio Date: Tue, 7 Sep 2021 08:12:48 +0700 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=20=D0=BE=D0=BF=D0=B8=D1=81=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82=20=D1=83?= =?UTF-8?q?=D0=B1=D1=80=D0=B0=D0=BD=D0=BE=20=D1=83=D0=BA=D0=B0=D0=B7=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BF=D1=83=D1=82=D0=B8=20=D0=BA=20=D1=81?= =?UTF-8?q?=D0=BA=D1=80=D0=B8=D0=BF=D1=82=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- labs/lab1/desc.json | 1 - labs/lab2/desc.json | 1 - labs/lab3/desc.json | 1 - labs/lab4/desc.json | 1 - web/templates/lab.html | 2 +- 5 files changed, 1 insertion(+), 5 deletions(-) diff --git a/labs/lab1/desc.json b/labs/lab1/desc.json index 47d0076..430fbc2 100644 --- a/labs/lab1/desc.json +++ b/labs/lab1/desc.json @@ -39,6 +39,5 @@ } ] ], - "scriptpath": "labs/lab1/main.js", "complete": true } \ No newline at end of file diff --git a/labs/lab2/desc.json b/labs/lab2/desc.json index 620b797..93ef518 100644 --- a/labs/lab2/desc.json +++ b/labs/lab2/desc.json @@ -2,6 +2,5 @@ "number": "2", "task": "Подсчитайте общее количество массивов внутри данного массива. Т.к. конвертирование строки в многомерный массив, не самая тривиальная задача, то исходный массив задается внутри кода.\narr = [[1, 2, 3, [1, 2, 3]], [[[]]], 3]", "vars": [[]], - "scriptpath": "labs/lab2/main.js", "complete": true } \ No newline at end of file diff --git a/labs/lab3/desc.json b/labs/lab3/desc.json index 8836619..1e049e1 100644 --- a/labs/lab3/desc.json +++ b/labs/lab3/desc.json @@ -39,6 +39,5 @@ } ] ], - "scriptpath": "labs/lab3/main.js", "complete": true } \ No newline at end of file diff --git a/labs/lab4/desc.json b/labs/lab4/desc.json index bc33699..8578620 100644 --- a/labs/lab4/desc.json +++ b/labs/lab4/desc.json @@ -24,6 +24,5 @@ } ] ], - "scriptpath": "labs/lab4/main.js", "complete": true } \ No newline at end of file diff --git a/web/templates/lab.html b/web/templates/lab.html index 646697c..f09df01 100644 --- a/web/templates/lab.html +++ b/web/templates/lab.html @@ -29,6 +29,6 @@ {{ end }} - +