|
@@ -35,7 +35,7 @@
|
|
|
value="{$configs.judge.score|default=0}"> 分,</span>
|
|
|
总分 <span class="span_kind_total_score span_judge_total_score">{$configs.judge.total_score|default=0}</span>
|
|
|
分
|
|
|
- <input type="checkbox" class="checkbox_difficulty checkbox_judge" data-type="judge"> 分难度
|
|
|
+ <input style="display: none" type="checkbox" class="checkbox_difficulty checkbox_judge" data-type="judge"> <!--分难度-->
|
|
|
</p>
|
|
|
<ul class="ul_difficulty ul_judge_difficulty hide">
|
|
|
<li>
|
|
@@ -82,7 +82,7 @@
|
|
|
data-type="single" type="number" step="1" min="0"
|
|
|
max="0" value="{$configs.single.score|default=0}"> 分,</span>
|
|
|
总分 <span class="span_kind_total_score span_single_total_score">0</span> 分
|
|
|
- <input type="checkbox" class="checkbox_difficulty checkbox_single" data-type="single"> 分难度
|
|
|
+ <input style="display: none" type="checkbox" class="checkbox_difficulty checkbox_single" data-type="single"> <!--分难度-->
|
|
|
</p>
|
|
|
<ul class="ul_difficulty ul_single_difficulty hide">
|
|
|
<li>
|
|
@@ -130,7 +130,7 @@
|
|
|
max="0"
|
|
|
value="{$configs.multi.score|default=0}"> 分,</span>
|
|
|
总分 <span class="span_kind_total_score span_multi_total_score">0</span> 分
|
|
|
- <input type="checkbox" class="checkbox_difficulty checkbox_multi" data-type="multi"> 分难度
|
|
|
+ <input style="display: none" type="checkbox" class="checkbox_difficulty checkbox_multi" data-type="multi"> <!--分难度-->
|
|
|
</p>
|
|
|
<ul class="ul_difficulty ul_multi_difficulty hide">
|
|
|
<li>
|
|
@@ -168,7 +168,7 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
|
|
|
- <div class="p-l-80 m-tb-10">
|
|
|
+ <div style="display: none" class="p-l-80 m-tb-10">
|
|
|
<p>
|
|
|
填空题: 共 <span class="span_fill_total">0</span> 题,
|
|
|
选取 <input class="input_kind_count input_fill input_count w-60" data-type="fill" type="number"
|
|
@@ -226,7 +226,7 @@
|
|
|
max="0"
|
|
|
value="{$configs.short.score|default=0}"> 分,</span>
|
|
|
总分 <span class="span_kind_total_score span_short_total_score">0</span> 分
|
|
|
- <input type="checkbox" class="checkbox_difficulty checkbox_short" data-type="short"> 分难度
|
|
|
+ <input style="display: none" type="checkbox" class="checkbox_difficulty checkbox_short" data-type="short"> <!--分难度-->
|
|
|
</p>
|
|
|
<ul class="ul_difficulty ul_short_difficulty hide">
|
|
|
<li>
|
|
@@ -264,7 +264,7 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
|
|
|
- <div class="p-l-80 m-tb-10">
|
|
|
+ <div style="display: none" class="p-l-80 m-tb-10">
|
|
|
<p>
|
|
|
材料题: 共 <span class="span_material_total">0</span> 题,
|
|
|
选取 <input class="input_kind_count input_material input_count w-60" data-type="material" type="number"
|