|
|
|
@ -51,11 +51,11 @@
|
|
|
|
|
|
|
|
|
|
<span class="Titlefont"><%= shixun_question_level i %></span>
|
|
|
|
|
|
|
|
|
|
<div class="fr mr40 shixun-title-font">
|
|
|
|
|
<div class="fr mr8 shixun-title-font">
|
|
|
|
|
分值:<%= @exercise.level_setting(i).try(:score) %> 分/题
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="fr mr40 shixun-title-font width200">
|
|
|
|
|
<div class="fr mr20 shixun-title-font width160">
|
|
|
|
|
随机出题量:<%= @exercise.level_setting(i).try(:num) || questions_list.try(:count) %>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|