|
@@ -72,7 +72,8 @@
|
|
|
<div class="control-group">
|
|
|
<label class="control-label">是否客观题</label>
|
|
|
<div class="controls">
|
|
|
- <input type="checkbox" id="objective" name="objective" <c:if test="${examQuestion.objective }">checked</c:if> onclick="return false;">
|
|
|
+ <input type="checkbox" id="objective" <c:if test="${examQuestion.objective }">checked</c:if> disabled="disabled">
|
|
|
+ <input type="hidden" name="objective" value="${examQuestion.objective }">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="control-group">
|