|
|
@ -13,7 +13,7 @@ if @challenges.present?
|
|
|
|
json.position challenge.position
|
|
|
|
json.position challenge.position
|
|
|
|
json.st challenge.st
|
|
|
|
json.st challenge.st
|
|
|
|
json.name challenge.subject
|
|
|
|
json.name challenge.subject
|
|
|
|
json.score challenge.score
|
|
|
|
json.score challenge.all_score
|
|
|
|
json.passed_count challenge.user_passed_count
|
|
|
|
json.passed_count challenge.user_passed_count
|
|
|
|
json.playing_count challenge.playing_count
|
|
|
|
json.playing_count challenge.playing_count
|
|
|
|
json.name_url shixun_challenge_path(challenge, shixun_identifier: @shixun.identifier)
|
|
|
|
json.name_url shixun_challenge_path(challenge, shixun_identifier: @shixun.identifier)
|
|
|
|