Description:
update hint on test interface
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@99 6386c4cd-e34a-4fa8-8920-d93eb39b512e
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r47:8e86fa31d739 - - 1 file changed: 1 inserted, 1 deleted
@@ -53,21 +53,21 | |||||
|
53 | </table> |
|
53 | </table> |
|
54 | <% end %> |
|
54 | <% end %> |
|
55 |
|
55 | ||
|
56 | <h3>Previous requests</h3> |
|
56 | <h3>Previous requests</h3> |
|
57 |
|
57 | ||
|
58 | <table border="1"> |
|
58 | <table border="1"> |
|
59 | <tr> |
|
59 | <tr> |
|
60 | <th></td> |
|
60 | <th></td> |
|
61 | <th>problem</th> |
|
61 | <th>problem</th> |
|
62 | <th>#</th> |
|
62 | <th>#</th> |
|
63 | <th>status</th> |
|
63 | <th>status</th> |
|
64 | <th>running stat</th> |
|
64 | <th>running stat</th> |
|
65 | - <th>output</th> |
|
65 | + <th>output (first 2kb)</th> |
|
66 | <th>grading comment</th> |
|
66 | <th>grading comment</th> |
|
67 | <th>compiler message</th> |
|
67 | <th>compiler message</th> |
|
68 | </tr> |
|
68 | </tr> |
|
69 | <%= render :partial => 'test_request', :collection => @user.test_requests %> |
|
69 | <%= render :partial => 'test_request', :collection => @user.test_requests %> |
|
70 | </table> |
|
70 | </table> |
|
71 |
|
71 | ||
|
72 | <% end %> |
|
72 | <% end %> |
|
73 |
|
73 |
You need to be logged in to leave comments.
Login now