11 lines
343 B
11 lines
343 B
json.stages @stages do |stage|
|
|
json.partial! 'stages/stage', locals: {stage: stage, user:@user, subject:@subject}
|
|
end
|
|
|
|
json.description @subject&.description
|
|
|
|
json.start_learning @start_learning
|
|
|
|
json.learned @start_learning ? @subject&.my_subject_progress : 0
|
|
|
|
json.last_shixun @start_learning ? last_subject_shixun(@user.id, @subject) : "" |