class Qti::V2::Models::Choices::SimpleAssociableChoice

Public Instance Methods

match_max() click to toggle source
# File lib/qti/v2/models/choices/simple_associable_choice.rb, line 6
def match_max
  @_match_max ||= @node.attributes['matchMax'].value || 0
end
match_min() click to toggle source
# File lib/qti/v2/models/choices/simple_associable_choice.rb, line 10
def match_min
  @_match_min ||= @node.attributes['matchMin'].value || 0
end