WebAssign Instructor Help
- Sign In / Account
In the Assignment Editor, expand the Questions section, then expand the question.
Click Points adjustment.
Click Advanced Mode.

In Adjustments Formula, enter a single eqn tag containing one or more Perl statements that define your formula.
- The value of the last statement is the number of points awarded for a correct answer to the question.
- Limited to 255 characters, including line breaks.
See.
In Explanation for Students, enter a message to be displayed when your students view the question details.
If needed, format your message with basic HTML tags such as i, b, and br.
To change all questions on the assignment, click Adjust All Questions.
Click Save at the top of the assignment.
Example Adjustment Formulas for Common Variables and Functions
You can use any of the Perl variables and functions available for coding questions, but the following might be especially useful:
Variable or Function | Example Adjustments Formula |
|---|---|
The point value of the question set in the assignment. |
Award 50% credit when a correct answer is submitted. Use this to change the default points awarded for manually graded questions. |
The number of points awarded for an incorrect answer to the question. |
Penalize incorrect answers for a multiple-choice question to deter guessing. Set the value of |
The number of submissions made by the student for the question. |
Deduct 20% from the awarded points for each submission used after the first. |
The number of days, hours, or minutes before the due date that the latest response was submitted for the question. If you grant an extension, this value is based on the extended due date. |
Answers are penalized if submitted close to the due date according to the following schedule:
|
Point adjustments can be calculated based on the assignment due date, but not on the availability date.