Skip to content

Commit 711d06e

Browse files
committed
Add separate page with quizzes
1 parent 396eaf6 commit 711d06e

3 files changed

Lines changed: 26 additions & 5 deletions

File tree

content/quizzes/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: "Quizzes"
3+
description: "List of awesome quizzes."
4+
layout: "quiz-list"
5+
---
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "Imperative, Functional, Functional Reactive"
3+
date: 2025-02-16
4+
hidemeta : true
5+
tags: ['Swift', 'Combine', 'Functional Reactive Programming']
6+
---
7+
8+
Do You Know the Difference Between Imperative, Functional, and Reactive Programming?
9+
10+
Test your understanding of imperative, functional, and functional reactive programming with this interactive quiz. These questions cover the key concepts from the main post to help you solidify your knowledge for your next interview.
11+
12+
{{< include-quiz "imperative_functional_frp.md" >}}
13+
14+
Didn't get the full result? No worries! All the answers are in the blog post [HERE]({{< ref "posts/imperative-functional-frp" >}})
15+
16+
{{< footer >}}

hugo.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,17 @@ params:
7272
7373
menu:
7474
main:
75-
- name: Search
76-
url: search/
77-
weight: 1
7875
- name: Archive
7976
url: archives/
77+
weight: 1
78+
- name: Quizzes
79+
url: quizzes/
8080
weight: 2
8181
- identifier: tags
8282
name: Tags
8383
url: tags/
84-
weight: 4
84+
weight: 3
8585
- identifier: about
8686
name: About
8787
url: about/
88-
weight: 5
88+
weight: 4

0 commit comments

Comments
 (0)