1. Schemas
数智运营中心
  • 企业微信
    • 问卷
      • 提交答案
      • 根据配置id生成问卷
    • 对象存储
      • 获取文件
    • 用户登录
      • 企业微信登录回调
  • 数据模型
    • Schemas
      • QuestionnairePaperVO
      • QuestionAnswerVO
      • RQuestionnairePaperVO
      • QuestionnaireAnswerVO
      • RVoid
      • RSubmitAnswerVO
      • SubmitAnswerVO
      • QuestionItemVO
      • QuestionOption
      • QuestionnaireConfigVO
  1. Schemas

RQuestionnairePaperVO

{
    "code": 0,
    "msg": "string",
    "data": {
        "pagerId": 0,
        "limitTime": "2019-08-24T14:15:22.123Z",
        "answered": true,
        "answerTime": "2019-08-24T14:15:22.123Z",
        "correctRate": 0,
        "config": {
            "configId": 0,
            "name": "string",
            "pageImageKey": "string",
            "showCorrectAnswer": true
        },
        "questionItems": [
            {
                "itemId": 0,
                "type": 0,
                "stem": "string",
                "options": [
                    {
                        "key": "string",
                        "content": "string"
                    }
                ],
                "answer": "string",
                "correctAnswer": "string"
            }
        ]
    }
}
Built with