Skip to content

Commit 3a2c913

Browse files
author
Anass Rach
committed
Change the quiz location!
1 parent c6fd12f commit 3a2c913

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

assets/quizzes/java21-quiz.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,9 @@
284284
<div class="quiz-container">
285285
<div class="quiz-header">
286286
<h1>Java 21 OCP Quiz</h1>
287-
<p>Test your knowledge of Java 21 OCP exam topics</p>
287+
<p>Test your knowledge of Java 21 OCP exam topics</p><br>
288+
<button class="btn btn-primary" onclick="window.location.href='/java21docCards/'">
289+
Back to Flashcards </button>
288290
</div>
289291

290292
<div class="quiz-body">
@@ -303,6 +305,8 @@ <h1>Java 21 OCP Quiz</h1>
303305

304306
<div class="controls">
305307
<button class="btn btn-secondary" id="prevBtn" onclick="previousQuestion()" disabled>Previous</button>
308+
<button class="btn btn-primary" onclick="window.location.href='/java21docCards/'">
309+
Back to Flashcards </button>
306310
<button class="btn btn-primary" id="nextBtn" onclick="nextQuestion()" disabled>Next Question</button>
307311
</div>
308312

index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ layout: default
88
# Java 21 OCP Flashcards
99

1010
This is a structured collection of flashcards to help you prepare for the Java 21 OCP certification exam.
11+
12+
[Take the Java 21 OCP Quiz](assets/quizzes/java21-quiz-page.html)

quiz.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ layout: default
66
<iframe
77
src="assets/quizzes/java21-quiz.html"
88
width="100%"
9-
height="1200px"
9+
height="1600"
1010
style="border:none; overflow:hidden;">
1111
</iframe>

0 commit comments

Comments
 (0)