Module: SurveyMetamodel

Extended by:
RGen::MetamodelBuilder::ModuleExtension
Defined in:
lib/generators/survey/metamodels/survey_metamodel.rb,
lib/generators/survey/metamodels/survey_metamodel_ext.rb

Overview

Important notes:

  • Classes used as a reference have to be defined before the reference

  • It cannot be used more than one reference with the same type

Defined Under Namespace

Classes: Base, CheckboxType, Choice, ChoiceQuestion, Column, DropdownType, Footer, Group, Header, Image, ImageType, Label, LikertRatingScale, LikertTable, Link, ModelElement, MultipleChoice, NumRatingScale, PageBreak, Question, RadioButtonType, RatingScale, Row, SingleChoice, StarType, StyleElement, Survey, SurveySystem, Table, TableType, Textfield, TextfieldType, ValidationRule

Constant Summary collapse

LIKERT_SCALE =

Scale values for the likert rating and table

["Strongly disagree", "Disagree", "Neutral", "Agree", "Strongly Agree"]