Skip to content

Commit b44af2f

Browse files
committed
Add answer to sample question exam
1 parent 6d4a735 commit b44af2f

3 files changed

Lines changed: 20 additions & 0 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,10 @@ export default defineConfig({
295295
text: 'Sample Question',
296296
link: '/exams/#sample-question'
297297
},
298+
{
299+
text: 'Sample Question Answer',
300+
link: '/exams/#sample-question-answer'
301+
},
298302
{
299303
text: 'Exam 1',
300304
link: '/exams/#exam-1'

docs/exams/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,22 @@ outline: deep
2222
<br>
2323
<br>
2424

25+
### Sample Question Answer
26+
27+
<iframe src="/Python-Programming/exams/sample-pspm-answer.pdf" width="100%" height="400" allowfullscreen></iframe>
28+
29+
<br>
30+
31+
<a href="/Python-Programming/exams/sample-pspm-answer.pdf" target="_blank" rel="noopener">
32+
<button class="open-pdf-btn">
33+
📖 Open Fullscreen
34+
</button>
35+
</a>
36+
37+
<br>
38+
<br>
39+
40+
2541
## Exam 1
2642

2743
<iframe src="/Python-Programming/exams/exam-1.pdf" width="100%" height="400" allowfullscreen></iframe>
1.36 MB
Binary file not shown.

0 commit comments

Comments
 (0)