File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -8,3 +8,5 @@ layout: default
88# Java 21 OCP Flashcards
99
1010This 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 )
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments