Skip to content

Commit e1dd87e

Browse files
committed
fix: question keys
1 parent 995cbaf commit e1dd87e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/data/quizzes/index.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,13 @@ const quizzes = {
100100
},
101101
"smart-contracts": {
102102
title: "smart-contracts",
103-
questions: ["n001", "n002", "n003", "n004", "n005"],
103+
questions: [
104+
"smart-contracts-1",
105+
"smart-contracts-2",
106+
"smart-contracts-3",
107+
"smart-contracts-4",
108+
"smart-contracts-5",
109+
],
104110
},
105111
} satisfies RawQuizzes
106112

0 commit comments

Comments
 (0)