educoder/app/views/exercise_questions/show.json.jbuilder

9 lines
301 B

json.partial! "commons/success"
json.partial! "exercise_questions/exercise_questions",
question: @exercise_question,
choices:@exercise_choices,
shixun_challenges: @exercise_question_shixun,
exercise_type:1,
user_answer:[]