qcm
This commit is contained in:
@@ -5,7 +5,8 @@ body {
|
||||
color: #00ff88;
|
||||
font-family: "Courier New", monospace;
|
||||
margin: 2rem;
|
||||
line-height: 1.5;
|
||||
line-height: 1.5;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
header {
|
||||
|
||||
@@ -8,8 +8,7 @@
|
||||
{% include 'header.html' %}
|
||||
|
||||
</header>
|
||||
<h1 id="txt">page du quiz</h1>
|
||||
<button id="strt" onclick="startQuiz({{questions.nbQuestion}})">Start Quiz!</button>
|
||||
<button id="strt" class="ans" onclick="startQuiz({{questions.nbQuestion}})">Start Quiz!</button>
|
||||
{% include 'question.html' %}
|
||||
<h2 id="finalScore">continue to get your final score...</h2>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user