ZhangXianQiang
2024-06-19 2fab8e8add4721e42b5897941e37617c8f7c6b3f
src/store/modules/grade.js
@@ -51,9 +51,10 @@
          ],
          "analyze": "问小朋友",
          "correct": "A",
          "right": "B",
          "right": "A",
          "score": "3",
          "difficult": 5
          "difficult": 5,
          "isRight": true
        },
        {
          "id": null,
@@ -83,7 +84,8 @@
          "correct": "A",
          "right": "B",
          "score": "3",
          "difficult": 5
          "difficult": 5,
          "isRight": false
        }
      ]
    },
@@ -118,7 +120,8 @@
          "correct": "A,B",
          "right": "A,B,C",
          "score": "5",
          "difficult": 5
          "difficult": 5,
          "isRight": false
        },
        {
          "id": null,
@@ -148,7 +151,39 @@
          "correct": "A,D",
          "right": "B,C",
          "score": "5",
          "difficult": 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
        }
      ]
    },
@@ -184,7 +219,8 @@
          "correct": "",
          "right": "B",
          "score": "3",
          "difficult": 5
          "difficult": 5,
          "isRight": false
        },
        {
          "id": null,
@@ -215,7 +251,8 @@
          "correct": "D",
          "right": "A",
          "score": "3",
          "difficult": 5
          "difficult": 5,
          "isRight": false
        }
      ]
    },