class Exam::ToF

create ToF that inherits Test

Public Class Methods

new(preguntas, correcta, nivel=nil) click to toggle source
Calls superclass method Exam::Test.new
# File lib/exam/tof.rb, line 5
def initialize (preguntas, correcta, nivel=nil)
  super(preguntas,correcta, ["V","F"], nivel)
end