考试增加考试类型
This commit is contained in:
parent
414690c9bd
commit
1d2b1e62c4
|
|
@ -31,6 +31,16 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 control-label">考试类型</label>
|
||||
|
||||
<div class="col-sm-8">
|
||||
<select id="type" name="type" class="form-control m-b" th:with="type=${@dict.getType('exam_ination_type')}">
|
||||
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 control-label">是否控制开始结束时间:</label>
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,8 @@
|
|||
<div class="form-group">
|
||||
<label class="col-sm-3 control-label">考试试卷:</label>
|
||||
<div class="col-sm-3">
|
||||
<input id="treeName" name="treeName" value="试卷分类" onclick="selectExamPaperCategoryTree()" class="form-control" type="text" readonly="true">
|
||||
<input id="treeName" name="treeName" value="试卷分类" onclick="selectExamPaperCategoryTree()"
|
||||
class="form-control" type="text" readonly="true">
|
||||
</div>
|
||||
<div class="col-sm-5">
|
||||
<select id="examPaperId" name="examPaperId" class="form-control m-b">
|
||||
|
|
@ -27,12 +28,25 @@
|
|||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 control-label">考试类型</label>
|
||||
|
||||
<div class="col-sm-8">
|
||||
<select id="type" name="type" class="form-control m-b" th:field="*{type}" th:with="type=${@dict.getType('exam_ination_type')}">
|
||||
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 control-label">是否控制开始结束时间:</label>
|
||||
|
||||
<div class="col-sm-8">
|
||||
<select id="enableControlTime" name="enableControlTime" th:field="*{enableControlTime}" class="form-control m-b" th:with="type=${@dict.getType('exam_ination_enableControlTime')}">
|
||||
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
|
||||
<select id="enableControlTime" name="enableControlTime" th:field="*{enableControlTime}"
|
||||
class="form-control m-b" th:with="type=${@dict.getType('exam_ination_enableControlTime')}">
|
||||
<option th:each="dict : ${type}" th:text="${dict.dictLabel}"
|
||||
th:value="${dict.dictValue}"></option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -69,32 +83,41 @@
|
|||
<div class="form-group">
|
||||
<label class="col-sm-3 control-label">题目乱序:</label>
|
||||
<div class="col-sm-8">
|
||||
<select id="questionDisorder" name="questionDisorder" th:field="*{questionDisorder}" class="form-control m-b" th:with="type=${@dict.getType('exam_ination_questionDisorder')}">
|
||||
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
|
||||
<select id="questionDisorder" name="questionDisorder" th:field="*{questionDisorder}"
|
||||
class="form-control m-b" th:with="type=${@dict.getType('exam_ination_questionDisorder')}">
|
||||
<option th:each="dict : ${type}" th:text="${dict.dictLabel}"
|
||||
th:value="${dict.dictValue}"></option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 control-label">交卷后:</label>
|
||||
<div class="col-sm-8">
|
||||
<select id="finishedPaper" name="finishedPaper" th:field="*{finishedPaper}" class="form-control m-b" th:with="type=${@dict.getType('exam_ination_finishedPaper')}">
|
||||
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
|
||||
<select id="finishedPaper" name="finishedPaper" th:field="*{finishedPaper}" class="form-control m-b"
|
||||
th:with="type=${@dict.getType('exam_ination_finishedPaper')}">
|
||||
<option th:each="dict : ${type}" th:text="${dict.dictLabel}"
|
||||
th:value="${dict.dictValue}"></option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 control-label">考试结束后:</label>
|
||||
<div class="col-sm-8">
|
||||
<select id="examEnd" name="examEnd" class="form-control m-b" th:field="*{examEnd}" th:with="type=${@dict.getType('exam_ination_examEnd')}">
|
||||
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
|
||||
<select id="examEnd" name="examEnd" class="form-control m-b" th:field="*{examEnd}"
|
||||
th:with="type=${@dict.getType('exam_ination_examEnd')}">
|
||||
<option th:each="dict : ${type}" th:text="${dict.dictLabel}"
|
||||
th:value="${dict.dictValue}"></option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 control-label">考试对象:</label>
|
||||
<div class="col-sm-8">
|
||||
<select id="examinationUserLimit" name="examinationUserLimit" th:field="*{examinationUserLimit}" class="form-control m-b" th:with="type=${@dict.getType('exam_ination_examinationUserLimit')}">
|
||||
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
|
||||
<select id="examinationUserLimit" name="examinationUserLimit" th:field="*{examinationUserLimit}"
|
||||
class="form-control m-b"
|
||||
th:with="type=${@dict.getType('exam_ination_examinationUserLimit')}">
|
||||
<option th:each="dict : ${type}" th:text="${dict.dictLabel}"
|
||||
th:value="${dict.dictValue}"></option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue