分组作业老师评分时“组员同分”默认勾选

This commit is contained in:
cxt 2016-11-07 14:43:45 +08:00
parent 70a6a26819
commit 4c9a3b769e
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<span id="score_notice_span_<%= work.id%>" class="ml5 c_red" style="display: none;">未评分</span> <span id="score_notice_span_<%= work.id%>" class="ml5 c_red" style="display: none;">未评分</span>
<div class="cl"></div></li> <div class="cl"></div></li>
<% if @is_teacher && work.homework_common.homework_type == 3 && !is_member_work %> <% if @is_teacher && work.homework_common.homework_type == 3 && !is_member_work %>
<label class="ml30"><input type="checkbox" class="mb10" name="same_score" id="same_score_<%= work.id%>" value="1"/>&nbsp;&nbsp;组员同评(同时给每个组员相同的得分)</label> <label class="ml30"><input type="checkbox" class="mb10" name="same_score" checked id="same_score_<%= work.id%>" value="1"/>&nbsp;&nbsp;组员同评(同时给每个组员相同的得分)</label>
<% end %> <% end %>
<li > <li >
<% if @is_teacher%> <!-- 老师才可以上传批阅结果 --> <% if @is_teacher%> <!-- 老师才可以上传批阅结果 -->