Class: Moodle2CC::Moodle2::Models::Quizzes::MultichoiceQuestion
- Inherits:
-
Question
- Object
- Question
- Moodle2CC::Moodle2::Models::Quizzes::MultichoiceQuestion
- Defined in:
- lib/moodle2cc/moodle2/models/quizzes/multichoice_question.rb
Constant Summary
Constants inherited from Question
Instance Attribute Summary collapse
-
#single ⇒ Object
Returns the value of attribute single.
Attributes inherited from Question
#answers, #default_mark, #general_feedback, #hidden, #id, #length, #max_mark, #name, #parent, #penalty, #qtype, #question_text, #question_text_format, #stamp, #type, #version
Method Summary
Methods inherited from Question
create, #initialize, register_question_type
Constructor Details
This class inherits a constructor from Moodle2CC::Moodle2::Models::Quizzes::Question
Instance Attribute Details
#single ⇒ Object
Returns the value of attribute single.
4 5 6 |
# File 'lib/moodle2cc/moodle2/models/quizzes/multichoice_question.rb', line 4 def single @single end |