Changed checkboxes to radio buttons, since it is single choice.
Moved css to seperate css file. Made questions clickable not just the checkbox. Reworked java code. Work in Progress...
This commit is contained in:
committed by
Nanne Baars
parent
df49fcdb39
commit
0915bf3d7f
@ -2,6 +2,7 @@
|
||||
|
||||
<html xmlns:th="http://www.thymeleaf.org">
|
||||
<link rel="stylesheet" type="text/css" th:href="@{/lesson_css/assignments.css}"/>
|
||||
<link rel="stylesheet" type="text/css" th:href="@{/css/quiz.css}"/>
|
||||
|
||||
<div class="lesson-page-wrapper">
|
||||
<div class="adoc-content" th:replace="doc:SqlInjectionAdvanced_plan.adoc"></div>
|
||||
|
Reference in New Issue
Block a user