From 5a3020aaec6815f2f38b140b4b30082ac56371f5 Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期四, 20 六月 2024 10:54:27 +0800 Subject: [PATCH] fix:单选题判断问题 --- src/store/modules/grade.js | 62 +++++++++++++++++++++++++++++++ 1 files changed, 62 insertions(+), 0 deletions(-) diff --git a/src/store/modules/grade.js b/src/store/modules/grade.js index 3042188..12d02de 100644 --- a/src/store/modules/grade.js +++ b/src/store/modules/grade.js @@ -179,11 +179,73 @@ } ], "analyze": "闂皬鏈嬪弸", + "correct": "A,B,D", + "right": "B,C", + "score": "5", + "difficult": 5, + "isRight": false + }, + { + "id": null, + "questionType": 1, + "gradeLevel": null, + "subjectId": 2, + "title": "1+1=锛�", + "items": [ + { + "prefix": "A", + "content": "1" + }, + { + "prefix": "B", + "content": "2" + }, + { + "prefix": "C", + "content": "3" + }, + { + "prefix": "D", + "content": "4" + } + ], + "analyze": "闂皬鏈嬪弸", "correct": "B,C", "right": "B,C", "score": "5", "difficult": 5, "isRight": true + }, + { + "id": null, + "questionType": 1, + "gradeLevel": null, + "subjectId": 2, + "title": "1+1=锛�", + "items": [ + { + "prefix": "A", + "content": "1" + }, + { + "prefix": "B", + "content": "2" + }, + { + "prefix": "C", + "content": "3" + }, + { + "prefix": "D", + "content": "4" + } + ], + "analyze": "闂皬鏈嬪弸", + "correct": "", + "right": "B,C", + "score": "5", + "difficult": 5, + "isRight": false } ] }, -- Gitblit v1.8.0