Skip to content

Commit 5e77a1e

Browse files
committed
fix
1 parent d1de6a1 commit 5e77a1e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/app/data/combine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Quiz } from "@/app/types/quiz";
33
export const etikaCombine: Quiz = {
44
id: "etika-combine",
55
categoryId: "etika",
6-
subcategoryId: "etika-combine",
6+
subcategoryId: "etika-all",
77
title: "All topik",
88
questions: [
99
{

src/app/data/deepseek-4.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Quiz } from "@/app/types/quiz";
33
export const DSTopik4: Quiz = {
44
id: "ds-topik-4",
55
categoryId: "etika",
6-
subcategoryId: "ds-topik-4",
6+
subcategoryId: "deepseek-topik-4",
77
title: "Topik 4 - Deepseek",
88
questions: [
99
{

src/app/data/deepseek-5.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Quiz } from "@/app/types/quiz";
33
export const DSTopik5: Quiz = {
44
id: "ds-topik-5",
55
categoryId: "etika",
6-
subcategoryId: "ds-topik-5",
6+
subcategoryId: "deepseek-topik-5",
77
title: "Topik 5 - Deepseek",
88
questions: [
99
{

src/app/data/qwen-3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Quiz } from "@/app/types/quiz";
33
export const QWTopik3: Quiz = {
44
id: "qw-topik-3",
55
categoryId: "etika",
6-
subcategoryId: "qw-topik-3",
6+
subcategoryId: "qwen-topik-3",
77
title: "Topik 3 - Qwen",
88
questions: [
99
{

0 commit comments

Comments
 (0)