|
|
@ -436,7 +436,7 @@ module ExercisesHelper
|
|
|
|
game_code = game_challenge
|
|
|
|
game_code = game_challenge
|
|
|
|
code = game_code.try(:new_code)
|
|
|
|
code = game_code.try(:new_code)
|
|
|
|
else
|
|
|
|
else
|
|
|
|
code = git_fle_content(exercise_cha.shixun&.repo_path,cha_path)
|
|
|
|
code = git_fle_content(game.myshixun.repo_path,cha_path)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
sx_option = {
|
|
|
|
sx_option = {
|
|
|
|
:exercise_question_id => q.id,
|
|
|
|
:exercise_question_id => q.id,
|
|
|
|