Exam class, droptotal point is not accurate












0















I am trying to write an exam document, however the total points per questions are not correct.
Here is my minimal working example.



documentclass[12pt,addpoints]{exam}
usepackage{tocbibind}
usepackage{xcolor}
usepackage{tabularx}
usepackage{setspace}
usepackage{graphicx}
pointformat{textit{dots/themarginpoints}}
pointdroppedatright
pointsinrightmargin
begin{document}
section {Tests}
subsection{textbf{General Agriculture}}
begin{questions}
question Forestry and crop production are examples of land use in Zimbabwe.
begin{parts}
part [2] List textbf{two} other forms of land use in Agriculture.
part [3] Define the term forestry.
part [4] List textbf{four} benefits of forestry in Zimbabwe.
end{parts} droptotalpoints
question There are many factors affecting land use in Zimbabwe. Some of these factors include economic as well as technical factors. Economic factors include things such as availability of capital as well as labour availability. Technical factors include things such as availability of technical skill and preference of farmers.
begin{parts}
part Define the following terms which were used in the passage above
begin{subparts}
subpart [1] Capital
subpart[1] Technical skill
end{subparts}
part [3] List three other factors affecting land use in Zimbabwe.
part [2] Describe any textbf{two} of the above mentioned factors.
end{parts} droptotalpoints
question The following are procted areas in Zimbabwe; \
Great Limpompo, Hwange, Matobo, Gonarezhou, Vumba, Tuli and Tshabalala\
From the list above, list textbf{two} examples of the following:
begin{parts}
part [2] National parks.
part[2] Botanical gardens.
end{parts} droptotalpoints
end{questions}
end{document}


However this is what i get.
exam droptotalpoints










share|improve this question


















  • 1





    Where is pointdroppedatright defined? If I comment out the corresponding line and try to compile your example, the points are calculated correctly.

    – leandriis
    Jan 11 at 9:17











  • By the way, why subsection{textbf{General Agriculture}} but not subsection{General Agriculture}?

    – JouleV
    Jan 11 at 11:46











  • @leandriis I got it from the documentation of the exam class.

    – Freeman
    Jan 12 at 9:33











  • @JouleV, thanks for the pointer I guess it is not necessary, I will correct that

    – Freeman
    Jan 12 at 9:35






  • 1





    @Freeman: There is a typo in the command. The only version I could find in the documentation contains the word point in its plural form: pointsdroppedatright . If I use this command in your example, the points are added up correctly.

    – leandriis
    Jan 12 at 10:40


















0















I am trying to write an exam document, however the total points per questions are not correct.
Here is my minimal working example.



documentclass[12pt,addpoints]{exam}
usepackage{tocbibind}
usepackage{xcolor}
usepackage{tabularx}
usepackage{setspace}
usepackage{graphicx}
pointformat{textit{dots/themarginpoints}}
pointdroppedatright
pointsinrightmargin
begin{document}
section {Tests}
subsection{textbf{General Agriculture}}
begin{questions}
question Forestry and crop production are examples of land use in Zimbabwe.
begin{parts}
part [2] List textbf{two} other forms of land use in Agriculture.
part [3] Define the term forestry.
part [4] List textbf{four} benefits of forestry in Zimbabwe.
end{parts} droptotalpoints
question There are many factors affecting land use in Zimbabwe. Some of these factors include economic as well as technical factors. Economic factors include things such as availability of capital as well as labour availability. Technical factors include things such as availability of technical skill and preference of farmers.
begin{parts}
part Define the following terms which were used in the passage above
begin{subparts}
subpart [1] Capital
subpart[1] Technical skill
end{subparts}
part [3] List three other factors affecting land use in Zimbabwe.
part [2] Describe any textbf{two} of the above mentioned factors.
end{parts} droptotalpoints
question The following are procted areas in Zimbabwe; \
Great Limpompo, Hwange, Matobo, Gonarezhou, Vumba, Tuli and Tshabalala\
From the list above, list textbf{two} examples of the following:
begin{parts}
part [2] National parks.
part[2] Botanical gardens.
end{parts} droptotalpoints
end{questions}
end{document}


However this is what i get.
exam droptotalpoints










share|improve this question


















  • 1





    Where is pointdroppedatright defined? If I comment out the corresponding line and try to compile your example, the points are calculated correctly.

    – leandriis
    Jan 11 at 9:17











  • By the way, why subsection{textbf{General Agriculture}} but not subsection{General Agriculture}?

    – JouleV
    Jan 11 at 11:46











  • @leandriis I got it from the documentation of the exam class.

    – Freeman
    Jan 12 at 9:33











  • @JouleV, thanks for the pointer I guess it is not necessary, I will correct that

    – Freeman
    Jan 12 at 9:35






  • 1





    @Freeman: There is a typo in the command. The only version I could find in the documentation contains the word point in its plural form: pointsdroppedatright . If I use this command in your example, the points are added up correctly.

    – leandriis
    Jan 12 at 10:40
















0












0








0








I am trying to write an exam document, however the total points per questions are not correct.
Here is my minimal working example.



documentclass[12pt,addpoints]{exam}
usepackage{tocbibind}
usepackage{xcolor}
usepackage{tabularx}
usepackage{setspace}
usepackage{graphicx}
pointformat{textit{dots/themarginpoints}}
pointdroppedatright
pointsinrightmargin
begin{document}
section {Tests}
subsection{textbf{General Agriculture}}
begin{questions}
question Forestry and crop production are examples of land use in Zimbabwe.
begin{parts}
part [2] List textbf{two} other forms of land use in Agriculture.
part [3] Define the term forestry.
part [4] List textbf{four} benefits of forestry in Zimbabwe.
end{parts} droptotalpoints
question There are many factors affecting land use in Zimbabwe. Some of these factors include economic as well as technical factors. Economic factors include things such as availability of capital as well as labour availability. Technical factors include things such as availability of technical skill and preference of farmers.
begin{parts}
part Define the following terms which were used in the passage above
begin{subparts}
subpart [1] Capital
subpart[1] Technical skill
end{subparts}
part [3] List three other factors affecting land use in Zimbabwe.
part [2] Describe any textbf{two} of the above mentioned factors.
end{parts} droptotalpoints
question The following are procted areas in Zimbabwe; \
Great Limpompo, Hwange, Matobo, Gonarezhou, Vumba, Tuli and Tshabalala\
From the list above, list textbf{two} examples of the following:
begin{parts}
part [2] National parks.
part[2] Botanical gardens.
end{parts} droptotalpoints
end{questions}
end{document}


However this is what i get.
exam droptotalpoints










share|improve this question














I am trying to write an exam document, however the total points per questions are not correct.
Here is my minimal working example.



documentclass[12pt,addpoints]{exam}
usepackage{tocbibind}
usepackage{xcolor}
usepackage{tabularx}
usepackage{setspace}
usepackage{graphicx}
pointformat{textit{dots/themarginpoints}}
pointdroppedatright
pointsinrightmargin
begin{document}
section {Tests}
subsection{textbf{General Agriculture}}
begin{questions}
question Forestry and crop production are examples of land use in Zimbabwe.
begin{parts}
part [2] List textbf{two} other forms of land use in Agriculture.
part [3] Define the term forestry.
part [4] List textbf{four} benefits of forestry in Zimbabwe.
end{parts} droptotalpoints
question There are many factors affecting land use in Zimbabwe. Some of these factors include economic as well as technical factors. Economic factors include things such as availability of capital as well as labour availability. Technical factors include things such as availability of technical skill and preference of farmers.
begin{parts}
part Define the following terms which were used in the passage above
begin{subparts}
subpart [1] Capital
subpart[1] Technical skill
end{subparts}
part [3] List three other factors affecting land use in Zimbabwe.
part [2] Describe any textbf{two} of the above mentioned factors.
end{parts} droptotalpoints
question The following are procted areas in Zimbabwe; \
Great Limpompo, Hwange, Matobo, Gonarezhou, Vumba, Tuli and Tshabalala\
From the list above, list textbf{two} examples of the following:
begin{parts}
part [2] National parks.
part[2] Botanical gardens.
end{parts} droptotalpoints
end{questions}
end{document}


However this is what i get.
exam droptotalpoints







exam






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 11 at 8:40









FreemanFreeman

808




808








  • 1





    Where is pointdroppedatright defined? If I comment out the corresponding line and try to compile your example, the points are calculated correctly.

    – leandriis
    Jan 11 at 9:17











  • By the way, why subsection{textbf{General Agriculture}} but not subsection{General Agriculture}?

    – JouleV
    Jan 11 at 11:46











  • @leandriis I got it from the documentation of the exam class.

    – Freeman
    Jan 12 at 9:33











  • @JouleV, thanks for the pointer I guess it is not necessary, I will correct that

    – Freeman
    Jan 12 at 9:35






  • 1





    @Freeman: There is a typo in the command. The only version I could find in the documentation contains the word point in its plural form: pointsdroppedatright . If I use this command in your example, the points are added up correctly.

    – leandriis
    Jan 12 at 10:40
















  • 1





    Where is pointdroppedatright defined? If I comment out the corresponding line and try to compile your example, the points are calculated correctly.

    – leandriis
    Jan 11 at 9:17











  • By the way, why subsection{textbf{General Agriculture}} but not subsection{General Agriculture}?

    – JouleV
    Jan 11 at 11:46











  • @leandriis I got it from the documentation of the exam class.

    – Freeman
    Jan 12 at 9:33











  • @JouleV, thanks for the pointer I guess it is not necessary, I will correct that

    – Freeman
    Jan 12 at 9:35






  • 1





    @Freeman: There is a typo in the command. The only version I could find in the documentation contains the word point in its plural form: pointsdroppedatright . If I use this command in your example, the points are added up correctly.

    – leandriis
    Jan 12 at 10:40










1




1





Where is pointdroppedatright defined? If I comment out the corresponding line and try to compile your example, the points are calculated correctly.

– leandriis
Jan 11 at 9:17





Where is pointdroppedatright defined? If I comment out the corresponding line and try to compile your example, the points are calculated correctly.

– leandriis
Jan 11 at 9:17













By the way, why subsection{textbf{General Agriculture}} but not subsection{General Agriculture}?

– JouleV
Jan 11 at 11:46





By the way, why subsection{textbf{General Agriculture}} but not subsection{General Agriculture}?

– JouleV
Jan 11 at 11:46













@leandriis I got it from the documentation of the exam class.

– Freeman
Jan 12 at 9:33





@leandriis I got it from the documentation of the exam class.

– Freeman
Jan 12 at 9:33













@JouleV, thanks for the pointer I guess it is not necessary, I will correct that

– Freeman
Jan 12 at 9:35





@JouleV, thanks for the pointer I guess it is not necessary, I will correct that

– Freeman
Jan 12 at 9:35




1




1





@Freeman: There is a typo in the command. The only version I could find in the documentation contains the word point in its plural form: pointsdroppedatright . If I use this command in your example, the points are added up correctly.

– leandriis
Jan 12 at 10:40







@Freeman: There is a typo in the command. The only version I could find in the documentation contains the word point in its plural form: pointsdroppedatright . If I use this command in your example, the points are added up correctly.

– leandriis
Jan 12 at 10:40












0






active

oldest

votes











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',
autoActivateHeartbeat: false,
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%2f469657%2fexam-class-droptotal-point-is-not-accurate%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f469657%2fexam-class-droptotal-point-is-not-accurate%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

How to change which sound is reproduced for terminal bell?

Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

Can I use Tabulator js library in my java Spring + Thymeleaf project?