|
|
|
@ -95,7 +95,7 @@
|
|
|
|
|
|
|
|
|
|
<label class="panel-form-label fl transparent">得分规范:</label>
|
|
|
|
|
<div class="fl ml10">
|
|
|
|
|
<input type="radio" name="specification" value="Partial_test" id="Partial_test" disabled class="ml5 mr5 magic-radio" onchange="showSystem_score_percentage()"/>
|
|
|
|
|
<input type="radio" name="specification" value="Partial_test" id="Partial_test" checked disabled class="ml5 mr5 magic-radio" onchange="showSystem_score_percentage()"/>
|
|
|
|
|
<label class="mt3 maxwidth600" for="Partial_test">通过部分测试集
|
|
|
|
|
<span class="color979797">(学员评测,当至少有一组测试集正确时,即可获得其对应比例的奖励)</span>
|
|
|
|
|
</label>
|
|
|
|
@ -165,10 +165,10 @@
|
|
|
|
|
$(function(){
|
|
|
|
|
|
|
|
|
|
//填写百分比初始化
|
|
|
|
|
$("#All_tests").attr('checked', 'checked');
|
|
|
|
|
if($("#All_tests").is(":checked")){
|
|
|
|
|
$("#System_score_percentage").hide() //控制系统评分占比的显示
|
|
|
|
|
}
|
|
|
|
|
// $("#All_tests").attr('checked', 'checked');
|
|
|
|
|
// if($("#All_tests").is(":checked")){
|
|
|
|
|
// $("#System_score_percentage").hide() //控制系统评分占比的显示
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
var percentagenumbox = document.getElementsByName("percentagenumbox"); //控制获取所有的input 的显示
|
|
|
|
|
var percentagelist = document.getElementsByName("percentagenum"); //获取所有的input 百分比框
|
|
|
|
|