| | |
| | | import { ref, computed } from 'vue'; |
| | | import { defineStore } from 'pinia'; |
| | | export const useGradeStore = defineStore('exam', () => { |
| | | export const useGradeStore = defineStore('grade', () => { |
| | | const examInfo = ref({ |
| | | examId: 1, |
| | | examName: '考试名称', |
| | |
| | | examStartTime: '2021-01-01', |
| | | examEndTime: '2021-01-01', |
| | | examTime: 5, |
| | | examGrade: 60 |
| | | }); |
| | | |
| | | const examType = ref({ |
| | |
| | | "gradeLevel": null, |
| | | "subjectId": 2, |
| | | "title": "1+1=?", |
| | | "img": '/test_question.png', |
| | | "items": [ |
| | | { |
| | | "prefix": "A", |
| | |
| | | "gradeLevel": null, |
| | | "subjectId": 2, |
| | | "title": "1+1=?", |
| | | "img": '/test_question.png', |
| | | "items": [ |
| | | { |
| | | "prefix": "A", |
| | |
| | | } |
| | | ], |
| | | "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=?", |
| | | "img": '/test_question.png', |
| | | "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 |
| | | } |
| | | ] |
| | | }, |
| | |
| | | "subjectId": 2, |
| | | "title": "测试音频1", |
| | | "audioFile": '/test.mp3', |
| | | "img": '/test_question.png', |
| | | "items": [ |
| | | { |
| | | "prefix": "A", |