lib/jldrill/model/Quiz/LevelStats.rb in jldrill-0.5.1.7 vs lib/jldrill/model/Quiz/LevelStats.rb in jldrill-0.6.0.1
- old
+ new
@@ -1,4 +1,5 @@
+# encoding: utf-8
module JLDrill
# Keeps track of statistics for a particular level
# @num is the number of tries, @correct is the number that
# were correct.
class LevelStats