Basics | Applications | Howtos | Plugins

the polls plugin

Managing questionnaires.

See lino_xl.lib.polls.

Database models

A poll is a series of questions to be asked from a series of persons.

A response is when a given person answers to a given poll.

A question is a text to be asked as part of a poll, with a set of choices to be offered as potential answers to the question.

An answer is what a given response answers to a given question of its poll. An answer is stored in two models, called “answer choices” and “answer remarks”, you can see them in the Explorer menu.

A poll is UserAuthored, CreatedModified and Referrable