You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
2.9 KiB
1 lines
2.9 KiB
const t="试题编号",e="请输入试题编号",o="题型: single_choice-单选, multiple_choice-多选, true_false-判断",n="请输入题型: single_choice-单选, multiple_choice-多选, true_false-判断",i="题干类型: text-文本, image-图片",c="请输入题干类型: text-文本, image-图片",s="题干内容(如果是图片则存储URL)",l="请输入题干内容(如果是图片则存储URL)",p="选项A类型: text-文本, image-图片",a="请输入选项A类型: text-文本, image-图片",C="选项A内容(如果是图片则存储URL)",r="请输入选项A内容(如果是图片则存储URL)",d="选项B类型: text-文本, image-图片",h="请输入选项B类型: text-文本, image-图片",u="选项B内容(如果是图片则存储URL)",P="请输入选项B内容(如果是图片则存储URL)",T="选项C类型: text-文本, image-图片",y="请输入选项C类型: text-文本, image-图片",m="选项C内容(如果是图片则存储URL)",D="请输入选项C内容(如果是图片则存储URL)",x="选项D类型: text-文本, image-图片",A="请输入选项D类型: text-文本, image-图片",q="选项D内容(如果是图片则存储URL)",B="请输入选项D内容(如果是图片则存储URL)",g="正确答案(如果是多选,答案格式为如A,B,D)",L="请输入正确答案(如果是多选,答案格式为如A,B,D)",R="添加试题",U="编辑试题",_="确定要删除该数据吗?",Q="请选择开始时间",w="请选择结束时间",E={id:t,idPlaceholder:e,questionType:o,questionTypePlaceholder:n,questionContentType:i,questionContentTypePlaceholder:c,questionContent:s,questionContentPlaceholder:l,optionAContentType:p,optionAContentTypePlaceholder:a,optionAContent:C,optionAContentPlaceholder:r,optionBContentType:d,optionBContentTypePlaceholder:h,optionBContent:u,optionBContentPlaceholder:P,optionCContentType:T,optionCContentTypePlaceholder:y,optionCContent:m,optionCContentPlaceholder:D,optionDContentType:x,optionDContentTypePlaceholder:A,optionDContent:q,optionDContentPlaceholder:B,correctAnswer:g,correctAnswerPlaceholder:L,addExamQuestions:R,updateExamQuestions:U,examQuestionsDeleteTips:_,startDate:Q,endDate:w};export{R as addExamQuestions,g as correctAnswer,L as correctAnswerPlaceholder,E as default,w as endDate,_ as examQuestionsDeleteTips,t as id,e as idPlaceholder,C as optionAContent,r as optionAContentPlaceholder,p as optionAContentType,a as optionAContentTypePlaceholder,u as optionBContent,P as optionBContentPlaceholder,d as optionBContentType,h as optionBContentTypePlaceholder,m as optionCContent,D as optionCContentPlaceholder,T as optionCContentType,y as optionCContentTypePlaceholder,q as optionDContent,B as optionDContentPlaceholder,x as optionDContentType,A as optionDContentTypePlaceholder,s as questionContent,l as questionContentPlaceholder,i as questionContentType,c as questionContentTypePlaceholder,o as questionType,n as questionTypePlaceholder,Q as startDate,U as updateExamQuestions};
|
|
|