Esami package - reducing space between answers in a multiple choice test
up vote
1
down vote
favorite
I would like to reduce the space between different answers in a multiple choice test. Here is my code:
newproblem{
fbox{%
parbox{textwidth}{%
item In base ai principi della dinamica, in un sistema inerziale, un corpo soggetto a forze la cui risultante è costante nel tempo e diversa da zero
begin{answers}{1}bChoices[random]
Ans0 aumenta la sua velocità eAns
Ans0 varia costantemente la sua accelerazione eAns
Ans1 cambia il suo vettore velocità eAns
Ans0 mantiene costante la sua velocitàeAns
eChoicesend{answers}
}%
}
}
And here is the result:
I would like the lines (a), (b), (c), (d) to be closer to each other. Is it possible?
packages esami
add a comment |
up vote
1
down vote
favorite
I would like to reduce the space between different answers in a multiple choice test. Here is my code:
newproblem{
fbox{%
parbox{textwidth}{%
item In base ai principi della dinamica, in un sistema inerziale, un corpo soggetto a forze la cui risultante è costante nel tempo e diversa da zero
begin{answers}{1}bChoices[random]
Ans0 aumenta la sua velocità eAns
Ans0 varia costantemente la sua accelerazione eAns
Ans1 cambia il suo vettore velocità eAns
Ans0 mantiene costante la sua velocitàeAns
eChoicesend{answers}
}%
}
}
And here is the result:
I would like the lines (a), (b), (c), (d) to be closer to each other. Is it possible?
packages esami
It is possible but I don't think it is better.
– Dũng Vũ
Nov 18 at 9:08
I need to maximize the number of questions per paper sheet
– Marco Disce
Nov 18 at 9:10
You are going to sacrifice readability, which will make the test unduly more hard for some students.
– Joel Kulesza
Nov 19 at 1:12
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I would like to reduce the space between different answers in a multiple choice test. Here is my code:
newproblem{
fbox{%
parbox{textwidth}{%
item In base ai principi della dinamica, in un sistema inerziale, un corpo soggetto a forze la cui risultante è costante nel tempo e diversa da zero
begin{answers}{1}bChoices[random]
Ans0 aumenta la sua velocità eAns
Ans0 varia costantemente la sua accelerazione eAns
Ans1 cambia il suo vettore velocità eAns
Ans0 mantiene costante la sua velocitàeAns
eChoicesend{answers}
}%
}
}
And here is the result:
I would like the lines (a), (b), (c), (d) to be closer to each other. Is it possible?
packages esami
I would like to reduce the space between different answers in a multiple choice test. Here is my code:
newproblem{
fbox{%
parbox{textwidth}{%
item In base ai principi della dinamica, in un sistema inerziale, un corpo soggetto a forze la cui risultante è costante nel tempo e diversa da zero
begin{answers}{1}bChoices[random]
Ans0 aumenta la sua velocità eAns
Ans0 varia costantemente la sua accelerazione eAns
Ans1 cambia il suo vettore velocità eAns
Ans0 mantiene costante la sua velocitàeAns
eChoicesend{answers}
}%
}
}
And here is the result:
I would like the lines (a), (b), (c), (d) to be closer to each other. Is it possible?
packages esami
packages esami
edited Nov 18 at 9:11
asked Nov 18 at 8:58
Marco Disce
1305
1305
It is possible but I don't think it is better.
– Dũng Vũ
Nov 18 at 9:08
I need to maximize the number of questions per paper sheet
– Marco Disce
Nov 18 at 9:10
You are going to sacrifice readability, which will make the test unduly more hard for some students.
– Joel Kulesza
Nov 19 at 1:12
add a comment |
It is possible but I don't think it is better.
– Dũng Vũ
Nov 18 at 9:08
I need to maximize the number of questions per paper sheet
– Marco Disce
Nov 18 at 9:10
You are going to sacrifice readability, which will make the test unduly more hard for some students.
– Joel Kulesza
Nov 19 at 1:12
It is possible but I don't think it is better.
– Dũng Vũ
Nov 18 at 9:08
It is possible but I don't think it is better.
– Dũng Vũ
Nov 18 at 9:08
I need to maximize the number of questions per paper sheet
– Marco Disce
Nov 18 at 9:10
I need to maximize the number of questions per paper sheet
– Marco Disce
Nov 18 at 9:10
You are going to sacrifice readability, which will make the test unduly more hard for some students.
– Joel Kulesza
Nov 19 at 1:12
You are going to sacrifice readability, which will make the test unduly more hard for some students.
– Joel Kulesza
Nov 19 at 1:12
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
To set the space among answers as you desire, you can try with different values of the parameters rowsepDefault
and aboveanswersSkip
in the master file of your exam.
As an example, in our exams we have the following settings:
rowsepDefault{4pt}
addtolength{tabcolsep}{2pt}
addtolength{arraycolsep}{2pt}
setlengthaboveanswersSkip{6pt}
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
To set the space among answers as you desire, you can try with different values of the parameters rowsepDefault
and aboveanswersSkip
in the master file of your exam.
As an example, in our exams we have the following settings:
rowsepDefault{4pt}
addtolength{tabcolsep}{2pt}
addtolength{arraycolsep}{2pt}
setlengthaboveanswersSkip{6pt}
add a comment |
up vote
1
down vote
To set the space among answers as you desire, you can try with different values of the parameters rowsepDefault
and aboveanswersSkip
in the master file of your exam.
As an example, in our exams we have the following settings:
rowsepDefault{4pt}
addtolength{tabcolsep}{2pt}
addtolength{arraycolsep}{2pt}
setlengthaboveanswersSkip{6pt}
add a comment |
up vote
1
down vote
up vote
1
down vote
To set the space among answers as you desire, you can try with different values of the parameters rowsepDefault
and aboveanswersSkip
in the master file of your exam.
As an example, in our exams we have the following settings:
rowsepDefault{4pt}
addtolength{tabcolsep}{2pt}
addtolength{arraycolsep}{2pt}
setlengthaboveanswersSkip{6pt}
To set the space among answers as you desire, you can try with different values of the parameters rowsepDefault
and aboveanswersSkip
in the master file of your exam.
As an example, in our exams we have the following settings:
rowsepDefault{4pt}
addtolength{tabcolsep}{2pt}
addtolength{arraycolsep}{2pt}
setlengthaboveanswersSkip{6pt}
answered Nov 18 at 16:52
grames
72039
72039
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f460556%2fesami-package-reducing-space-between-answers-in-a-multiple-choice-test%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
It is possible but I don't think it is better.
– Dũng Vũ
Nov 18 at 9:08
I need to maximize the number of questions per paper sheet
– Marco Disce
Nov 18 at 9:10
You are going to sacrifice readability, which will make the test unduly more hard for some students.
– Joel Kulesza
Nov 19 at 1:12