GeneralHow to setup a questionnaire.

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Hantabaru
Posts: 3
Joined: Fri Jun 13, 2008 5:26 pm

How to setup a questionnaire.

Post by Hantabaru »

Hi

I am just starting out using LaTeX and I thought the easiest way to learn it would be to use a specific task to get into the swing of things.

I need to generate an evaluation questionnaire to provide feedback on a course of training I have given.

The questionnaire will involve some questions that are multiple choice answers, others will involve a box to write-in an answer to the questions.

A couple of concrete questions.

1. Is there a specific document class I should use for writing it.

2. Are there some specific commands it would help to readup on to generate the document.

I know its basic :shock: but this is my first attempt at generating something with LaTeX and I want to be able to write research using LaTeX based that will probably involve questionnaires.

Thanks for any help

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

How to setup a questionnaire.

Post by gmedina »

The exercise (documentation here) or qcm (documentation here) packages could be useful.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Hantabaru
Posts: 3
Joined: Fri Jun 13, 2008 5:26 pm

Re: How to setup a questionnaire.

Post by Hantabaru »

Thanks for the quick reply :D

I have already had a look at the qcm package I will have a look at the exercise one.

One thing I neglected to mention is that the language is in Norwegian. Is it relatively straight-forward to change things such as "exercise" to something relevant in Norwegian? Is that sort of thing a setting described in the package information usually or do you have to go about it another way,

Appreciate the help
User avatar
Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

How to setup a questionnaire.

Post by Stefan Kottwitz »

Hi Hantabaru,

see excercise documentation 4.1 Internationalisation, you could use \renewcommand*\ExerciseName{...} etc.

Stefan
LaTeX.org admin
Hantabaru
Posts: 3
Joined: Fri Jun 13, 2008 5:26 pm

Re: How to setup a questionnaire.

Post by Hantabaru »

Hi Stefan

Thanks for that :) . I will read through the documentation.
Post Reply