class Senkyoshi::QuizBowl
Public Instance Methods
iterate_xml(data)
click to toggle source
Calls superclass method
Senkyoshi::Question#iterate_xml
# File lib/senkyoshi/models/questions/quiz_bowl.rb, line 20 def iterate_xml(data) super @material = "#{@title} -- This question was imported from an external source. It was a #{@blackboard_type} question, which is not supported in this quiz tool." self end