增加编程作业结果的打印

This commit is contained in:
sw 2015-07-20 16:34:42 +08:00
parent 9f72b25360
commit 62e2f38c95
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@
</td>
<td class="td_50 c_red"><%= test.student_work_test.nil? ? "正在编译" : test.student_work_test.status_to_s%></td>
<td class="td_50 "><%= test.student_work_test.nil? ? "0" : test.student_work_test.test_score%></td>
<input type="hidden" value="<%= test.student_work_test.result%>">
</tr>
<% end%>