|
|
|
@ -626,7 +626,7 @@ class GamesController < ApplicationController
|
|
|
|
|
if had_passed && !@game.had_passed?
|
|
|
|
|
@game.update_attributes(:status => 2, :end_time => Time.now)
|
|
|
|
|
# TPM实训已发布并且没有查看答案
|
|
|
|
|
if @shixun.is_published? && !@game.answer_open
|
|
|
|
|
if @shixun.is_published? && @game.answer_open == 0
|
|
|
|
|
uid_logger("@@@@@@@@@@@@@@@@@chooice score: #{score}")
|
|
|
|
|
# 查看答案的时候处理final_scor和扣分记录
|
|
|
|
|
experience = score
|
|
|
|
|