From a39e023677a9c5c68ba3b6577f0d7da24b9dc65e Mon Sep 17 00:00:00 2001
From: kongzy <kongzy>
Date: Wed, 30 Oct 2024 11:14:08 +0800
Subject: [PATCH] update
---
exam-common/src/main/java/com/gkhy/exam/common/enums/QuestionTypeEnum.java | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/exam-common/src/main/java/com/gkhy/exam/common/enums/QuestionTypeEnum.java b/exam-common/src/main/java/com/gkhy/exam/common/enums/QuestionTypeEnum.java
index 682cff2..b0e411a 100644
--- a/exam-common/src/main/java/com/gkhy/exam/common/enums/QuestionTypeEnum.java
+++ b/exam-common/src/main/java/com/gkhy/exam/common/enums/QuestionTypeEnum.java
@@ -6,7 +6,8 @@
public enum QuestionTypeEnum {
SINGLE(1, "单选题"),
MULTI(2, "多选题"),
- JUDGE(3, "判断题");
+ JUDGE(3, "判断题"),
+ EASY(4, "简答题");
private final Integer code;
private final String info;
--
Gitblit v1.9.2