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:
enter image description here



I would like the lines (a), (b), (c), (d) to be closer to each other. Is it possible?










share|improve this question
























  • 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















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:
enter image description here



I would like the lines (a), (b), (c), (d) to be closer to each other. Is it possible?










share|improve this question
























  • 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













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:
enter image description here



I would like the lines (a), (b), (c), (d) to be closer to each other. Is it possible?










share|improve this question















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:
enter image description here



I would like the lines (a), (b), (c), (d) to be closer to each other. Is it possible?







packages esami






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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


















  • 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










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}





share|improve this answer





















    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "85"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














     

    draft saved


    draft discarded


















    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

























    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}





    share|improve this answer

























      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}





      share|improve this answer























        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}





        share|improve this answer












        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}






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 18 at 16:52









        grames

        72039




        72039






























             

            draft saved


            draft discarded



















































             


            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

            ComboBox Display Member on multiple fields

            Is it possible to collect Nectar points via Trainline?