module QuestionsCrafter module Constants STRING = :string TEXT = :text RADIO = :radio BOOLEAN = :boolean INTEGER = :integer SELECT = :select CHECKBOX_GROUP = :checkbox_group end end