I currently trying to create a template that I could use for tests, and one thing I've always liked is when the possible points a question was worth was listed right next to the question itself.
In the past, the way I've done this is to forego the enumerate package, and just manually type numbers in, such as:
$(+5)$ 2. Let $U_0 = 9$ and let your common ratio be $\frac{1}{2}$. Find an explicit formula for the sequence and use this formula to find the tenth term of the sequence. Round your answer to the nearest thousandth. \vspace{2in}
But for a template, it'd be nice to take advantage of the numbering the enumerate environment provides. So far, I have out put that looks like
which is 99% there, if only I could figure out how to display the point value of a question.
If it's a lot of work, I figure I can always just list the point value for a particular question at the end, instead of in the margin, but I figured I would see if anyone have any ideas.



\SpecialItem[\DrawAsterix], which places an asterix to the left of an the item's label. You could use this to place text of the number of points. – Peter Grill Sep 25 '12 at 03:12