Class: Moodle2CC::CanvasCC::Models::NumericalQuestion
- Defined in:
- lib/moodle2cc/canvas_cc/models/numerical_question.rb
Constant Summary
Constants inherited from Question
Question::QTI_META_ATTRIBUTES, Question::STANDARD_QUESTION_TYPES
Instance Attribute Summary collapse
-
#tolerances ⇒ Object
Returns the value of attribute tolerances.
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
#tolerances ⇒ Object
Returns the value of attribute tolerances.
5 6 7 |
# File 'lib/moodle2cc/canvas_cc/models/numerical_question.rb', line 5 def tolerances @tolerances end |