Version 1.1.3
Убрал мерцание текста в меню расширения Добавил заготовку для автоматического заполнения тестов(На стадии тестирования, работает только часть заданий)
This commit is contained in:
@@ -10,24 +10,29 @@
|
||||
<div class="shadow title_text">
|
||||
<h1>LMS Answers</h1>
|
||||
</div>
|
||||
<div class="button-add style style_1">
|
||||
<input id="show_answers" type="checkbox">
|
||||
<label for="show_answers" data-on-text="Автоматический режим" data-off-text="Автоматический режим"></label>
|
||||
<div class="button-add style style_4">
|
||||
<input id="show_mode" type="checkbox">
|
||||
<label for="show_mode" data-text="Показывать ответы"></label>
|
||||
<div class="button-add__icon"></div>
|
||||
</div>
|
||||
|
||||
<div class="button-add style style_2">
|
||||
<input id="simple_mode" type="checkbox">
|
||||
<label for="simple_mode" data-on-text="Упрощенная страница" data-off-text="Упрощенная страница"></label>
|
||||
<div class="button-add style style_1">
|
||||
<input id="auto_mode" type="checkbox">
|
||||
<label for="auto_mode" data-text="Автоматический режим"></label>
|
||||
<div class="button-add__icon"></div>
|
||||
</div>
|
||||
|
||||
<div class="button-add style style_3">
|
||||
<input id="true_answers" type="checkbox">
|
||||
<label for="true_answers" data-on-text="Максимальные баллы" data-off-text="Максимальные баллы"></label>
|
||||
<input id="true_mode" type="checkbox">
|
||||
<label for="true_mode" data-text="Максимальные баллы"></label>
|
||||
<div class="button-add__icon"></div>
|
||||
</div>
|
||||
|
||||
<div class="button-add style style_2">
|
||||
<input id="simple_mode" type="checkbox">
|
||||
<label for="simple_mode" data-text="Упрощенная страница"></label>
|
||||
<div class="button-add__icon"></div>
|
||||
</div>
|
||||
|
||||
<div class="">
|
||||
<button id="showBtn">Показать ответы</button>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user