|
@@ -24,8 +24,8 @@ public class QuestionAddBo {
|
|
/** 类型 1单选 2多选 3判断题 4案列题 */
|
|
/** 类型 1单选 2多选 3判断题 4案列题 */
|
|
@ApiModelProperty("类型 1单选 2多选 3判断题 4案列题")
|
|
@ApiModelProperty("类型 1单选 2多选 3判断题 4案列题")
|
|
private String type;
|
|
private String type;
|
|
- /** 判断题答案 1正确 0错误 */
|
|
|
|
- @ApiModelProperty("判断题答案 1正确 0错误")
|
|
|
|
|
|
+ /** 答案 判断题1正确 0错误; 单选为数字; 多选数字用,拼接; 从1坐标开始; */
|
|
|
|
+ @ApiModelProperty("答案 判断题1正确 0错误; 单选为数字; 多选数字用,拼接; 从1坐标开始;")
|
|
private Integer answerQuestion;
|
|
private Integer answerQuestion;
|
|
/** 状态 1正常 0关闭 */
|
|
/** 状态 1正常 0关闭 */
|
|
@ApiModelProperty(" 状态 1正常 0关闭")
|
|
@ApiModelProperty(" 状态 1正常 0关闭")
|