1 changed files with 10 additions and 24 deletions
@ -1,28 +1,14 @@ |
|||
{ |
|||
"questionType":"题型: single_choice-单选, multiple_choice-多选, true_false-判断", |
|||
"questionContentType":"题干类型: text-文本, image-图片", |
|||
"questionContent":"题干内容(如果是图片则存储URL)", |
|||
"optionAContentType":"选项A类型: text-文本, image-图片", |
|||
"optionAContent":"选项A内容(如果是图片则存储URL)", |
|||
"optionBContentType":"选项B类型: text-文本, image-图片", |
|||
"optionBContent":"选项B内容(如果是图片则存储URL)", |
|||
"optionCContentType":"选项C类型: text-文本, image-图片", |
|||
"optionCContent":"选项C内容(如果是图片则存储URL)", |
|||
"optionDContentType":"选项D类型: text-文本, image-图片", |
|||
"optionDContent":"选项D内容(如果是图片则存储URL)", |
|||
"correctAnswer":"正确答案(如果是多选,答案格式为如A,B,D)", |
|||
"questionTypePlaceholder":"请输入题型: single_choice-单选, multiple_choice-多选, true_false-判断", |
|||
"questionContentTypePlaceholder":"请输入题干类型: text-文本, image-图片", |
|||
"questionContentPlaceholder":"请输入题干内容(如果是图片则存储URL)", |
|||
"optionAContentTypePlaceholder":"请输入选项A类型: text-文本, image-图片", |
|||
"optionAContentPlaceholder":"请输入选项A内容(如果是图片则存储URL)", |
|||
"optionBContentTypePlaceholder":"请输入选项B类型: text-文本, image-图片", |
|||
"optionBContentPlaceholder":"请输入选项B内容(如果是图片则存储URL)", |
|||
"optionCContentTypePlaceholder":"请输入选项C类型: text-文本, image-图片", |
|||
"optionCContentPlaceholder":"请输入选项C内容(如果是图片则存储URL)", |
|||
"optionDContentTypePlaceholder":"请输入选项D类型: text-文本, image-图片", |
|||
"optionDContentPlaceholder":"请输入选项D内容(如果是图片则存储URL)", |
|||
"correctAnswerPlaceholder":"请输入正确答案(如果是多选,答案格式为如"A,B,D")", |
|||
"questionType":"题型", |
|||
"questionContentType":"题干", |
|||
"questionContent":"题干内容", |
|||
"optionAContentType":"选项类型", |
|||
"optionAContent":"选项内容", |
|||
"correctAnswer":"正确答案", |
|||
"questionTypePlaceholder":"请选择题型", |
|||
"questionContentTypePlaceholder":"请选择题干类型", |
|||
"questionContentPlaceholder":"请输入题干内容", |
|||
"correctAnswerPlaceholder":"请输入正确答案", |
|||
"addExamQuestions":"添加试题", |
|||
"updateExamQuestions":"编辑试题", |
|||
"examQuestionsDeleteTips":"确定要删除该试题吗?" |
|||
|
|||
Loading…
Reference in new issue