The questionnaire tag has no wiki summary.
20
votes
3answers
857 views
Can LaTeX be used to make a sheet of blank lines?
Specifically, a bunch of them; for a sign-in sheet, list of signatures for a petition or a worksheet with short answer essay style questions.
17
votes
5answers
2k views
How to write a multiple choice test book with LaTeX?
I want to write a book which will consist of many multiple choice exam sheets. Putting the codes below into my preamble, I wrote the question like as
\begin{enumerate}
\item $2+2=?$
\choice $1$ ...
12
votes
5answers
931 views
How can i add a “field” for handwritten text?
I need to add a bunch of fields for a handwritten text
to my document that look like this:
Your Name ___________
Your Age ___________
As an example, I can show you the form that I have to ...
8
votes
5answers
3k views
Questionnaire template?
Is there a template available that allows me to create questionnaires like this one?
http://www.ergo-online.de/site.aspx?url=html/software/verfahren_zur_beurteilung_der/fragebogen_isonorm_online.htm
...
5
votes
2answers
468 views
Multiple choice with answers at the end of the chapter
I would like to set up an environment for multiple choice questions, such that the list of the correct answers, and some lines of comments, will be typeset at the end of the chapter.
Something like ...
5
votes
1answer
339 views
Define a Likert scale grid with multiple rows
I am trying to create a survey and I was hoping to do this with the eqexam package, but I can't really figure out how to make a good Likert scale. There are only examples of exams in the documentation ...
3
votes
2answers
94 views
How to include a long underscore before the \question command?
i am working with a simple question but i can't include underline before the \question.
Code
documentclass{myclass}
\newcommand{\line}{\begin{tabular}{p{2cm}}
\\[-.35em]
\hline
\end{tabular}
}
...
3
votes
1answer
75 views
Create command not using adjustbox package for inserting image
I am creating a test question using exam.cls and I think it would be different if i will include image in the question. But i dont really know how should I insert it.
i found a solution code that ...
3
votes
1answer
61 views
Remove the automatic generation of number?
I looked for my past thread which can be found here: Create a two column static small box the solution i accepted was the truefalse environment. My question is, how will i remove the automatic ...
2
votes
3answers
146 views
a line after text?
I am not aware of having a text with a colon and a line as a command. Is this possible?
I am using the exam document class so I can use the \question command for the proper numbering.
example:
...
2
votes
1answer
56 views
Why do i have error by removing this `>{\stepcounter{tfno}\thetfno.}`
i followed the instructions by this link:
Remove the automatic generation of number?
and happily satisfied when it really prevented the automatic numbering of the text. But why is when i changed the ...
2
votes
1answer
64 views
How to create an optional argument like the 'correctchoice` command in exam document class?
I want to create an alternative to CorrectChoice. That when [answers] command is used it will highlight the correct answer and be printed with the question together.
I have seen this command by this ...
2
votes
0answers
105 views
How to prevent continuation to the next page? [closed]
i learned of the samepage environment based from this link Unbreakable block so i tried it on my case but i think this isn't what I am looking for. My problem is: with the exam class, i have created a ...
1
vote
1answer
57 views
How to output the choices of the questions inside a box?
I plan to create a command where I can use to output the choices inside the box and above the list of questions but its a know how. This is a sample output of what i am saying. I will use the ...