Class: Moodle2CC::CanvasCC::Models::MatchingQuestion

Inherits:
Question
  • Object
show all
Defined in:
lib/moodle2cc/canvas_cc/models/matching_question.rb

Constant Summary

Constants inherited from Question

Question::QTI_META_ATTRIBUTES, Question::STANDARD_QUESTION_TYPES

Instance Attribute Summary collapse

Method Summary

Methods inherited from Question

create, #initialize, register_question_type

Constructor Details

This class inherits a constructor from Moodle2CC::CanvasCC::Models::Question

Instance Attribute Details

#matchesObject

Returns the value of attribute matches.



5
6
7
# File 'lib/moodle2cc/canvas_cc/models/matching_question.rb', line 5

def matches
  @matches
end