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.
educoder/app/views/games/choose_build.json.jbuilder

8 lines
316 B

json.grade @result[:grade]
json.gold @result[:gold]
json.experience @result[:experience]
json.challenge_chooses_count @result[:challenge_chooses_count]
json.choose_correct_num @result[:choose_correct_num]
json.test_sets @result[:test_sets]
json.prev_game @result[:prev_game]
json.next_game @result[:next_game]