diff --git a/gui/index.html b/gui/index.html index 27d5381..8aaa35a 100644 --- a/gui/index.html +++ b/gui/index.html @@ -7,6 +7,14 @@ + Тестирование @@ -27,8 +35,9 @@ +
diff --git a/gui/main.js b/gui/main.js index 2825087..79e990e 100644 --- a/gui/main.js +++ b/gui/main.js @@ -65,7 +65,8 @@ document.addEventListener("DOMContentLoaded", function () { document.getElementById("main").innerHTML = questions_html var button = document.createElement('button'); - button.innerHTML = 'Сдать'; + button.style.margin = "20px" + button.innerHTML = 'Сдать тест'; button.onclick = function () { // TODO: move this logic to the backend check_answers function // Populate quiz with empty answers (if no answer presented in select there'll be no property "answer" what could not be resolved in API)