Skip to content

Commit 19d4685

Browse files
author
Anass Rach
committed
Move the quiz to a separate page!
1 parent 82765cd commit 19d4685

2 files changed

Lines changed: 14 additions & 6 deletions

File tree

index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,3 @@ 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-
Use the left navigation to browse by topic.
13-
14-
Take the interactive quiz below:
15-
16-
<iframe src="assets/quizzes/java21-quiz.html" width="100%" height="700px" style="border:1px solid #ccc;"></iframe>

quiz.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Java 21 OCP Quiz
3+
nav_order: 4
4+
layout: default
5+
---
6+
7+
# Java 21 OCP Quiz
8+
9+
<iframe
10+
src="assets/quizzes/java21-quiz.html"
11+
width="100%"
12+
height="1200px"
13+
style="border:none; overflow:hidden;">
14+
</iframe>

0 commit comments

Comments
 (0)