Documentation ¶
Index ¶
- func ComprehensionCheck1(q *qst.QuestionnaireT) error
- func ComprehensionCheck2(q *qst.QuestionnaireT) error
- func Core(q *qst.QuestionnaireT) error
- func Create(s qst.SurveyT) (*qst.QuestionnaireT, error)
- func End(q *qst.QuestionnaireT, vE VariableElements) error
- func Part1Entscheidung1bis6(q *qst.QuestionnaireT, vE VariableElements) error
- func Part1Frage1(q *qst.QuestionnaireT, vE VariableElements) error
- func Part2(q *qst.QuestionnaireT, vE VariableElements) error
- func Part2Frage4(q *qst.QuestionnaireT, vE VariableElements) error
- func PersonalQuestions1(q *qst.QuestionnaireT, vE VariableElements) error
- func PersonalQuestions2(q *qst.QuestionnaireT, vE VariableElements) error
- func Title(q *qst.QuestionnaireT, isPOP bool, comprehendWarning bool) error
- type VariableElements
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ComprehensionCheck1 ¶
func ComprehensionCheck1(q *qst.QuestionnaireT) error
ComprehensionCheck1
pat1 - page2 pat2 - page6
func ComprehensionCheck2 ¶
func ComprehensionCheck2(q *qst.QuestionnaireT) error
ComprehensionCheck2 - single question
func Create ¶
func Create(s qst.SurveyT) (*qst.QuestionnaireT, error)
Create paternalismus questionnaire
func Part1Entscheidung1bis6 ¶
func Part1Entscheidung1bis6(q *qst.QuestionnaireT, vE VariableElements) error
Part1Entscheidung1bis6 renders
func Part1Frage1 ¶
func Part1Frage1(q *qst.QuestionnaireT, vE VariableElements) error
Part1Frage1 renders
func Part2Frage4 ¶
func Part2Frage4(q *qst.QuestionnaireT, vE VariableElements) error
Part2Frage4 renders
func PersonalQuestions1 ¶
func PersonalQuestions1(q *qst.QuestionnaireT, vE VariableElements) error
PersonalQuestions1 - numbered 5-7
func PersonalQuestions2 ¶
func PersonalQuestions2(q *qst.QuestionnaireT, vE VariableElements) error
PersonalQuestions2 - numbered 8-15
Types ¶
type VariableElements ¶
type VariableElements struct { // Part 1 and 2 NumberingQuestions int NumberingSections int AllMandatory bool NonGermansOut bool ZumSchlussOrNunOrNothing int // ZumErstenTeilAsNumber bool // Part 2 ZumXtenTeil string Pop2FinishParagraph bool ComprehensionCheck1 bool ComprehensionCheck2 bool }
VariableElements is bag of options to questionnaire modules
Click to show internal directories.
Click to hide internal directories.