|
|
@ -13,7 +13,7 @@ json.name shixun.name
|
|
|
|
json.stu_num shixun.myshixuns_count
|
|
|
|
json.stu_num shixun.myshixuns_count
|
|
|
|
json.experience shixun.all_score
|
|
|
|
json.experience shixun.all_score
|
|
|
|
json.diffcult diff_to_s(shixun.trainee)
|
|
|
|
json.diffcult diff_to_s(shixun.trainee)
|
|
|
|
json.score_info shixun.shixun_preference_info
|
|
|
|
json.score_info shixun.shixun_preference_info # todo: 这块可以改成只显示实训的平均分,不用每次都去取每种星的分数了。
|
|
|
|
# 用于是否显示导航栏中的'背景知识'
|
|
|
|
# 用于是否显示导航栏中的'背景知识'
|
|
|
|
json.propaedeutics shixun.propaedeutics.present? ? true : false
|
|
|
|
json.propaedeutics shixun.propaedeutics.present? ? true : false
|
|
|
|
|
|
|
|
|
|
|
|