diff --git a/app/views/challenges/_edit_evaluating_page.html.erb b/app/views/challenges/_edit_evaluating_page.html.erb index 26e4d5e2..2a864787 100644 --- a/app/views/challenges/_edit_evaluating_page.html.erb +++ b/app/views/challenges/_edit_evaluating_page.html.erb @@ -134,7 +134,7 @@ -

+

该路径下的文件将在学员评测本关任务时,作为参考答案显示在查看效果页,供学员参考任务输出结果为文件时请指定该路径,并注意与程序文件所在文件夹分开

@@ -161,12 +161,13 @@

测试集和系统评分规则

+
  • -
    @@ -178,7 +179,7 @@
    -
    diff --git a/app/views/challenges/_evaluate_show.html.erb b/app/views/challenges/_evaluate_show.html.erb index ddf20507..bb5e6a4c 100644 --- a/app/views/challenges/_evaluate_show.html.erb +++ b/app/views/challenges/_evaluate_show.html.erb @@ -78,7 +78,48 @@
  • -

    测试集设置

    +

    测试集和系统评分规则

    +
  • + + +
    + + +
    + +
  • + +
  • + + +
    + + +
    + +
  • + +
  • + + + + + + + + + + + + + +
  • + +
    @@ -86,10 +127,17 @@ <% @test_sets.each_with_index do |test, index| %>

    * - 组<%= index+1 %> - + 组<%= index+1 %> + + + + % + + + + disabled class="magic-checkbox" id="hide-<%= index %>"/> - +

    @@ -111,4 +159,19 @@
    -
    \ No newline at end of file +
    + + \ No newline at end of file diff --git a/public/stylesheets/educoder/edu-main.css b/public/stylesheets/educoder/edu-main.css index d7445c10..7b0fa0ec 100644 --- a/public/stylesheets/educoder/edu-main.css +++ b/public/stylesheets/educoder/edu-main.css @@ -1066,4 +1066,8 @@ html>body #ajax-indicator { position: fixed; } .wid10px{ display: inline-block; margin-left: 10px; +} + +.maxwidth600{ + max-width: 600px; } \ No newline at end of file