Documentation ¶
Index ¶
- func FactoryAppointment(data []byte, id string, language string) (registry.Question, error)
- func FactoryDate(data []byte, id string, language string) (registry.Question, error)
- func FactoryDisplay(data []byte, id string, language string) (registry.Question, error)
- func FactoryDisplayRandomGroup(data []byte, id string, language string) (registry.Question, error)
- func FactoryMatrix(data []byte, id string, language string) (registry.Question, error)
- func FactoryMultipleChoice(data []byte, id string, language string) (registry.Question, error)
- func FactoryNumber(data []byte, id string, language string) (registry.Question, error)
- func FactoryRange(data []byte, id string, language string) (registry.Question, error)
- func FactorySingleChoice(data []byte, id string, language string) (registry.Question, error)
- func FactorySingleChoiceOptionalText(data []byte, id string, language string) (registry.Question, error)
- func FactoryText(data []byte, id string, language string) (registry.Question, error)
- func FactoryTime(data []byte, id string, language string) (registry.Question, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FactoryAppointment ¶
FactoryAppointment is the factory for appointment questions.
func FactoryDate ¶
FactoryDate is the factory for date questions.
func FactoryDisplay ¶
FactoryDisplay is the factory for displays pseudo-question.
func FactoryDisplayRandomGroup ¶
FactoryDisplayRandomGroup is the factory for random group seperation by showing different displays.
func FactoryMatrix ¶
FactoryMatrix is the factory for matrix questions.
func FactoryMultipleChoice ¶
FactoryMultipleChoice is the factory for multiple choice questions.
func FactoryNumber ¶
FactoryNumber is the factory for number questions.
func FactoryRange ¶
FactoryRange is the factory for range questions.
func FactorySingleChoice ¶
FactorySingleChoice is the factory for single choice questions.
func FactorySingleChoiceOptionalText ¶
func FactorySingleChoiceOptionalText(data []byte, id string, language string) (registry.Question, error)
FactorySingleChoiceOptionalText is the factory for single choice questions.
func FactoryText ¶
FactoryText is the factory for text questions.
Types ¶
This section is empty.