23

I like to create surveys and questionnaires, what would be a good \documentclass or package to use?

Elpezmuerto
  • 1,039

4 Answers4

11

The Leibniz Institute for Social Sciences at the University of Duisburg, Essen, Germany developed the Questionnaire Development Documentation System (QDDS). Version III of this software includes two LaTeX styles that were created to implement paper based questionnaires:

The styles and some examples can be downloaded here. enter image description here

10

The AcroTeX bundle provides the eqExamn package.

D.P. Story (the AcroTeX author) has published a PracTeX article on the subject of creating surveys using TeX Producing a TeX/LaTeX Online Survey with the eqExam Package

ivo Welch
  • 3,766
Martin Heller
  • 11,391
6

I would recommend having a look at SDAPS, since it provides a class to build questionnaires. But the greates feature of this software is the ability to do optical mark recognition on the questionnaire built with this class. All you have to do is scan them. Have a look at the project website http://sdaps.org/

SDAPS workflow

SDAPS LaTeX class example

joão gândara
  • 842
  • 1
  • 8
  • 11
  • 1
    I agree, SDAPS in its whole, as a OS-independent software suite, looks really awesome with what I came up with. I cannot wait to try out the scanning feature. Thank you! – Serge Stroobandt Jun 12 '13 at 13:09
  • 1
    The scanning feature works great. I should also mention that if you run into some problems, be sure to contact the developer. He is really responsive and helpful. – joão gândara Jun 13 '13 at 10:45
  • Obrigado! FYI, I already contributed the Dutch TeX translation to the project. – Serge Stroobandt Jun 13 '13 at 12:32
6

I found all the above solutions inconvenient to implement (e.g. paperandpencil.sty can't be used with document class, eqExam also has some inconvenient dependencies).

I really like this solution by Sven Hartenstein -- no package necessary, and all questions are neatly formatted (only disadvantage: you need to add a number of extra definitions in the preamble). It's possible to use with all document classes. The above link also contains an example pdf.

You can also find the code on this GitHub page.