You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
370 B
12 lines
370 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.subject_id @subject.id
|
|
|
|
json.learned @start_learning ? @course.my_subject_progress : 0
|
|
|
|
json.last_shixun @start_learning ? last_subject_shixun(@user.id, @course) : "" |