Documentation ¶
Index ¶
- Variables
- func Create(s qst.SurveyT) (*qst.QuestionnaireT, error)
- func Part1Intro(q *qst.QuestionnaireT) error
- func Part2IntroA(q *qst.QuestionnaireT) error
- func Part2IntroBUndEntscheidung78(q *qst.QuestionnaireT) error
- func Part3Block12(q *qst.QuestionnaireT, blockStart int) error
- func Part3Intro(q *qst.QuestionnaireT) error
- func TitlePat23(q *qst.QuestionnaireT) error
Constants ¶
This section is empty.
Variables ¶
View Source
var GroupIDs = []string{
`<span style="color:MediumVioletRed">▣</span>`,
`<span style="color:DarkOrchid">◉</span>`,
`<span style="color:DarkOrange">▲</span>`,
}
group ID icons, always 1:1 with as PartIGroupsShort https://cloford.com/resources/charcodes/utf-8_geometric.htm
View Source
var PartIGroupsLong = []string{
"Eine repräsentative Gruppe deutscher Land- und Bundestagspolitiker*innen<br>(Gruppe %v).",
"Eine repräsentative Gruppe deutscher Bürger*innen<br>(Gruppe %v).",
`Eine Gruppe deutscher Bürger*innen,
die <i>keine Politiker*innen</i> sind,
die aber die <i>gleichen demographischen Eigenschaften wie Politiker*innen</i> haben.
Das heißt, diese Gruppe besteht z. B. zu 70 %% aus Männern,
3 %% der Mitglieder sind unter 30 Jahre alt,
87 %% der Mitglieder haben einen Hochschulabschluss
und 17 %% sind alleinstehend<br>
(Gruppe %v).`,
}
View Source
var PartIGroupsShort = []string{
"pol_gr1:Ein*e deutsche*r Land- oder Bundestagspolitiker*in (Gruppe %v)",
"cit_gr2:Ein*e repräsentative*r deutsche*r Bürger*in (Gruppe %v)",
"cit_gr3:Ein*e deutsche*r Bürger*in aus der Gruppe mit den gleichen demographischen Eigenschaften wie die Politiker*innen (Gruppe %v)",
}
View Source
var PartIGroupsShortNominativ = []string{
"Deutsche Land- oder Bundestagspolitiker*innen",
"Repräsentative*r deutsche*r Bürger*in",
"Deutsche*r Bürger*in mit demographischen Eigenschaften wie die Politiker*innen",
}
View Source
var Pat3Part2 = []string{
"Politikern*innen aus Gruppe %v",
"Bürgern*innen aus Gruppe %v",
"Bürgern*innen aus Gruppe %v (gleiche demographische Eigenschaften wie die Politiker*innen)",
}
Functions ¶
func Create ¶
func Create(s qst.SurveyT) (*qst.QuestionnaireT, error)
Create paternalismus questionnaire with totally diff questions
func Part2IntroBUndEntscheidung78 ¶
func Part2IntroBUndEntscheidung78(q *qst.QuestionnaireT) error
Part2IntroBUndEntscheidung78 module - calls Part1Entscheidung78TwoTimesThree
func Part3Block12 ¶
func Part3Block12(q *qst.QuestionnaireT, blockStart int) error
Part3Block12 renders blockStart is either 0 - or 3
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.