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
910 B
1 lines
910 B
const e="题型",t="题干",o="题干内容",n="选项类型",s="选项内容",c="正确答案",i="请选择题型",u="请选择题干类型",a="请输入题干内容",r="请输入正确答案",l="添加试题",p="编辑试题",d="确定要删除该试题吗?",q={questionType:e,questionContentType:t,questionContent:o,optionAContentType:n,optionAContent:s,correctAnswer:c,questionTypePlaceholder:i,questionContentTypePlaceholder:u,questionContentPlaceholder:a,correctAnswerPlaceholder:r,addExamQuestions:l,updateExamQuestions:p,examQuestionsDeleteTips:d};export{l as addExamQuestions,c as correctAnswer,r as correctAnswerPlaceholder,q as default,d as examQuestionsDeleteTips,s as optionAContent,n as optionAContentType,o as questionContent,a as questionContentPlaceholder,t as questionContentType,u as questionContentTypePlaceholder,e as questionType,i as questionTypePlaceholder,p as updateExamQuestions};
|
|
|