Class: ChecklistQuestion
- Inherits:
-
Question
- Object
- ActiveRecord::Base
- Question
- ChecklistQuestion
show all
- Defined in:
- app/models/checklist_question.rb
Constant Summary
Constants inherited
from Question
Question::TYPES
Instance Method Summary
collapse
Methods inherited from Question
#attributes_protected_by_default, #choice_names, #rhetorical?, #supports_uploads?
Instance Method Details
#supports_choices ⇒ Object
3
4
5
|
# File 'app/models/checklist_question.rb', line 3
def supports_choices
true
end
|
#supports_multiple_answers? ⇒ Boolean
7
8
9
|
# File 'app/models/checklist_question.rb', line 7
def supports_multiple_answers?
true
end
|