Sha256: 39ddbaba99a52cb261a3ee26a2c36dcceabb0f3c7664a73237db6e51a55622de
Contents?: true
Size: 186 Bytes
Versions: 3
Compression:
Stored size: 186 Bytes
Contents
module Exam # create ToF that inherits Test class ToF < Test def initialize (preguntas, correcta, nivel=nil) super(preguntas,correcta, ["V","F"], nivel) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
exam_LPP_T_5-0.1.4 | lib/exam/tof.rb |
exam_LPP_T_5-0.1.3 | lib/exam/tof.rb |
exam_LPP_T_5-0.1.2 | lib/exam/tof.rb |