Module: LanguageCards::Helpers::GameHelper
- Included in:
- Controllers::Game
- Defined in:
- lib/language_cards/helpers/game_helper.rb
Instance Method Summary collapse
-
#calc_score(c, i) ⇒ Object
correct, incorrect.
Instance Method Details
#calc_score(c, i) ⇒ Object
correct, incorrect
4 5 6 |
# File 'lib/language_cards/helpers/game_helper.rb', line 4 def calc_score c, i # correct, incorrect (0.001+c.to_i)*100.0/(c.to_i+i.to_i+0.001)*1.0 end |