QuestionTypes
class QuestionTypes extends Enum
Class QuestionTypes defines question types
Constants
| QUESTION_TYPE_ONE_ANSWER |
Question with one answer type |
| QUESTION_TYPE_MANY_ANSWERS |
Question with many answers type |
| QUESTION_TYPE_SHORT_ANSWER |
Question with short answer type |
| QUESTION_TYPE_RANKING_ANSWER |
Ranking question type |
| QUESTION_TYPE_RATING_ANSWER |
Rating question type |
| QUESTION_TYPE_NULL |
Question type null |
| QUESTION_TYPE_ONE_ANSWER_I |
Question type one answer |
| QUESTION_TYPE_MANY_ANSWERS_I |
Question type multiple answers |
| QUESTION_TYPE_SHORT_ANSWER_I |
Question type short answer |
| QUESTION_TYPE_RANKING_ANSWER_I |
Question type ranking answer |
| QUESTION_TYPE_RATING_ANSWER_I |
Question type rating answer |
| QUESTION_TYPE_NULL_I |
Question type null |
Methods
static array
getPossibleValues()
Get possible question types
static array
getReadables()
Get readable values for question types
static array
getValuesForHtml()
Get values for html
Details
at line 87
static array
getPossibleValues()
Get possible question types
at line 103
static array
getReadables()
Get readable values for question types
at line 119
static array
getValuesForHtml()
Get values for html