How can I place points in the left margin while using qformat of exam class?
up vote
5
down vote
favorite
I'd like to change the formatting of questions with the points in the left margin. Using qformat
I seem to lose the functionality of pointsinmargin
. Ideas? An example:
documentclass{exam}
qformat{textbf{Question thequestion}quad (thepoints)hfill}
pointsinmargin
begin{document}
begin{questions}
question[10] How do I put the points in the right margin given I have specified them in qformat?
noqformat
question[10] points correctly placed but now the formatting is lost...
end{questions}
end{document}
formatting margins exam
bumped to the homepage by Community♦ 13 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
up vote
5
down vote
favorite
I'd like to change the formatting of questions with the points in the left margin. Using qformat
I seem to lose the functionality of pointsinmargin
. Ideas? An example:
documentclass{exam}
qformat{textbf{Question thequestion}quad (thepoints)hfill}
pointsinmargin
begin{document}
begin{questions}
question[10] How do I put the points in the right margin given I have specified them in qformat?
noqformat
question[10] points correctly placed but now the formatting is lost...
end{questions}
end{document}
formatting margins exam
bumped to the homepage by Community♦ 13 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
up vote
5
down vote
favorite
up vote
5
down vote
favorite
I'd like to change the formatting of questions with the points in the left margin. Using qformat
I seem to lose the functionality of pointsinmargin
. Ideas? An example:
documentclass{exam}
qformat{textbf{Question thequestion}quad (thepoints)hfill}
pointsinmargin
begin{document}
begin{questions}
question[10] How do I put the points in the right margin given I have specified them in qformat?
noqformat
question[10] points correctly placed but now the formatting is lost...
end{questions}
end{document}
formatting margins exam
I'd like to change the formatting of questions with the points in the left margin. Using qformat
I seem to lose the functionality of pointsinmargin
. Ideas? An example:
documentclass{exam}
qformat{textbf{Question thequestion}quad (thepoints)hfill}
pointsinmargin
begin{document}
begin{questions}
question[10] How do I put the points in the right margin given I have specified them in qformat?
noqformat
question[10] points correctly placed but now the formatting is lost...
end{questions}
end{document}
formatting margins exam
formatting margins exam
asked Oct 30 '17 at 21:35
DanJ
261
261
bumped to the homepage by Community♦ 13 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 13 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
I think this answer should make the desired rendering.qformat if I have correctly understand, create a format for the label question but the question is in the other lign. So for modify the label and the question is in the same line, the answer I have found is to modify directly the questionlabel in the right form (l3 in the code)
documentclass{exam}
qformat{textbf{Question thequestion}quad (thepoints)hfill}
renewcommand{questionlabel}{hspace*{-2cm}textbf{Question thequestion}quad }
begin{document}
begin{questions}
question[10] How do I put the points in the right margin given I have specified them in qformat?
noqformat
question[10] points correctly placed but now the formatting is lost...
end{questions}
end{document}
Welcome to TeX.SE! Please do not only post some code, explain what it should do to solve the given question!
– Kurt
May 28 at 23:10
Ok, qformat if I have correctly understand, create a format for the label question but the question is in the other lign. So for modify the label and the question is in the same line, the answer I have found is to modify directly the questionlabel in the right form
– Boris
May 29 at 20:03
Please add that information to your answer! Perhaps add an screenshot and mark there the difference ...
– Kurt
May 30 at 0:39
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
I think this answer should make the desired rendering.qformat if I have correctly understand, create a format for the label question but the question is in the other lign. So for modify the label and the question is in the same line, the answer I have found is to modify directly the questionlabel in the right form (l3 in the code)
documentclass{exam}
qformat{textbf{Question thequestion}quad (thepoints)hfill}
renewcommand{questionlabel}{hspace*{-2cm}textbf{Question thequestion}quad }
begin{document}
begin{questions}
question[10] How do I put the points in the right margin given I have specified them in qformat?
noqformat
question[10] points correctly placed but now the formatting is lost...
end{questions}
end{document}
Welcome to TeX.SE! Please do not only post some code, explain what it should do to solve the given question!
– Kurt
May 28 at 23:10
Ok, qformat if I have correctly understand, create a format for the label question but the question is in the other lign. So for modify the label and the question is in the same line, the answer I have found is to modify directly the questionlabel in the right form
– Boris
May 29 at 20:03
Please add that information to your answer! Perhaps add an screenshot and mark there the difference ...
– Kurt
May 30 at 0:39
add a comment |
up vote
1
down vote
I think this answer should make the desired rendering.qformat if I have correctly understand, create a format for the label question but the question is in the other lign. So for modify the label and the question is in the same line, the answer I have found is to modify directly the questionlabel in the right form (l3 in the code)
documentclass{exam}
qformat{textbf{Question thequestion}quad (thepoints)hfill}
renewcommand{questionlabel}{hspace*{-2cm}textbf{Question thequestion}quad }
begin{document}
begin{questions}
question[10] How do I put the points in the right margin given I have specified them in qformat?
noqformat
question[10] points correctly placed but now the formatting is lost...
end{questions}
end{document}
Welcome to TeX.SE! Please do not only post some code, explain what it should do to solve the given question!
– Kurt
May 28 at 23:10
Ok, qformat if I have correctly understand, create a format for the label question but the question is in the other lign. So for modify the label and the question is in the same line, the answer I have found is to modify directly the questionlabel in the right form
– Boris
May 29 at 20:03
Please add that information to your answer! Perhaps add an screenshot and mark there the difference ...
– Kurt
May 30 at 0:39
add a comment |
up vote
1
down vote
up vote
1
down vote
I think this answer should make the desired rendering.qformat if I have correctly understand, create a format for the label question but the question is in the other lign. So for modify the label and the question is in the same line, the answer I have found is to modify directly the questionlabel in the right form (l3 in the code)
documentclass{exam}
qformat{textbf{Question thequestion}quad (thepoints)hfill}
renewcommand{questionlabel}{hspace*{-2cm}textbf{Question thequestion}quad }
begin{document}
begin{questions}
question[10] How do I put the points in the right margin given I have specified them in qformat?
noqformat
question[10] points correctly placed but now the formatting is lost...
end{questions}
end{document}
I think this answer should make the desired rendering.qformat if I have correctly understand, create a format for the label question but the question is in the other lign. So for modify the label and the question is in the same line, the answer I have found is to modify directly the questionlabel in the right form (l3 in the code)
documentclass{exam}
qformat{textbf{Question thequestion}quad (thepoints)hfill}
renewcommand{questionlabel}{hspace*{-2cm}textbf{Question thequestion}quad }
begin{document}
begin{questions}
question[10] How do I put the points in the right margin given I have specified them in qformat?
noqformat
question[10] points correctly placed but now the formatting is lost...
end{questions}
end{document}
edited May 30 at 10:09
answered May 28 at 22:48
Boris
112
112
Welcome to TeX.SE! Please do not only post some code, explain what it should do to solve the given question!
– Kurt
May 28 at 23:10
Ok, qformat if I have correctly understand, create a format for the label question but the question is in the other lign. So for modify the label and the question is in the same line, the answer I have found is to modify directly the questionlabel in the right form
– Boris
May 29 at 20:03
Please add that information to your answer! Perhaps add an screenshot and mark there the difference ...
– Kurt
May 30 at 0:39
add a comment |
Welcome to TeX.SE! Please do not only post some code, explain what it should do to solve the given question!
– Kurt
May 28 at 23:10
Ok, qformat if I have correctly understand, create a format for the label question but the question is in the other lign. So for modify the label and the question is in the same line, the answer I have found is to modify directly the questionlabel in the right form
– Boris
May 29 at 20:03
Please add that information to your answer! Perhaps add an screenshot and mark there the difference ...
– Kurt
May 30 at 0:39
Welcome to TeX.SE! Please do not only post some code, explain what it should do to solve the given question!
– Kurt
May 28 at 23:10
Welcome to TeX.SE! Please do not only post some code, explain what it should do to solve the given question!
– Kurt
May 28 at 23:10
Ok, qformat if I have correctly understand, create a format for the label question but the question is in the other lign. So for modify the label and the question is in the same line, the answer I have found is to modify directly the questionlabel in the right form
– Boris
May 29 at 20:03
Ok, qformat if I have correctly understand, create a format for the label question but the question is in the other lign. So for modify the label and the question is in the same line, the answer I have found is to modify directly the questionlabel in the right form
– Boris
May 29 at 20:03
Please add that information to your answer! Perhaps add an screenshot and mark there the difference ...
– Kurt
May 30 at 0:39
Please add that information to your answer! Perhaps add an screenshot and mark there the difference ...
– Kurt
May 30 at 0:39
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%2f398858%2fhow-can-i-place-points-in-the-left-margin-while-using-qformat-of-exam-class%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