WeBWorK Problems

Different point values for problems with multiple entries.

Different point values for problems with multiple entries.

by tim Payer -
Number of replies: 2
Hello all!

Is it possible to assign different point values to a number of submission cells within a given homework problem? Or is the only recourse for such problems is that they all receive the same weight according to whatever the awarded points for that given problem is?

Thanks for any feedback.

I imagine this poses problems for any LTI connections with LMS?

Tim
In reply to tim Payer

Re: Different point values for problems with multiple entries.

by Paul Pearson -
Hi Tim,

The wiki on Problem Authoring Techniques

http://webwork.maa.org/wiki/Problem_Techniques

has a weighted grader example page

http://webwork.maa.org/wiki/WeightedGrader

or you could look at the Plain Old Documentation (POD) at the head of the macro file weightedGrader.pl

https://github.com/openwebwork/webwork-open-problem-library/blob/master/OpenProblemLibrary/macros/Union/weightedGrader.pl

Best regards,

Paul Pearson
In reply to Paul Pearson

Re: Different point values for problems with multiple entries.

by tim Payer -
Thanks You Paul,

Much appreciated...

Tim