Negative point value for incorrect answer selection
Description
Environment
Test Plan
Attachments
is duplicated by
is related to
Activity

Hui Tsao October 29, 2009 at 3:15 PM
Let me add some comments for above points:
Case 1: This is by design. We don't let the total points go below zero. But if the student has correctly answered other questions, his score will get subtracted by this negative score question.
Case 2: This is a bug. I am going to fix it in SAK-17301. We decide to take the absolute value of that field. Please let me know if this is ok with you.
Thanks,
Karen

m October 27, 2009 at 2:57 PM
A few Observations.
Case 1
In a case where negative marking is used for all the questions.
It seems like students never end up getting total points in negative out of an assessment even if they choose all the wrong answers. Assuming all the questions are single correct MCQ's.
Case 2.
A negative number can be specified for negative marking where it turns out that picking the wrong answer turns out to be more useful.
Suggestion: JSF validation would cover this I assume.

Jasmine Thapa December 6, 2008 at 10:35 AM
Verified on nightly

Hui Tsao September 12, 2008 at 3:05 PM
coursework-dev4:~/sakai2.6/sakai2.6-mysql/sakai/sam/samigo-app/src/java/org/sakaiproject/tool/assessment/bundle >svn commit -m "SAK-14106"
Sending bundle/DeliveryMessages.properties
Transmitting file data .
Committed revision 52207.

Hui Tsao September 2, 2008 at 4:42 PM
commit -m "SAK-14106" C:/sakai_trunk/sam/samigo-app/src/java/org/sakaiproject/tool/assessment/bundle/AuthorMessages.properties C:/sakai_trunk/sam/samigo-app/src/java/org/sakaiproject/tool/assessment/bundle/DeliveryMessages.properties C:/sakai_trunk/sam/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/SavePartListener.java C:/sakai_trunk/sam/samigo-app/src/webapp/jsf/author/editPart.jsp C:/sakai_trunk/sam/samigo-app/src/webapp/jsf/author/item/multipleChoice.jsp C:/sakai_trunk/sam/samigo-app/src/webapp/jsf/author/item/trueFalse.jsp C:/sakai_trunk/sam/samigo-app/src/webapp/jsf/delivery/item/deliverMultipleChoiceSingleCorrect.jsp C:/sakai_trunk/sam/samigo-app/src/webapp/jsf/delivery/item/deliverTrueFalse.jsp
Sending sakai_trunk/sam/samigo-app/src/java/org/sakaiproject/tool/assessment/bundle/AuthorMessages.properties
Sending sakai_trunk/sam/samigo-app/src/java/org/sakaiproject/tool/assessment/bundle/DeliveryMessages.properties
Sending sakai_trunk/sam/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/SavePartListener.java
Sending sakai_trunk/sam/samigo-app/src/webapp/jsf/author/editPart.jsp
Sending sakai_trunk/sam/samigo-app/src/webapp/jsf/author/item/multipleChoice.jsp
Sending sakai_trunk/sam/samigo-app/src/webapp/jsf/author/item/trueFalse.jsp
Sending sakai_trunk/sam/samigo-app/src/webapp/jsf/delivery/item/deliverMultipleChoiceSingleCorrect.jsp
Sending sakai_trunk/sam/samigo-app/src/webapp/jsf/delivery/item/deliverTrueFalse.jsp
Transmitting file data ...
Committed revision 51721.
When authoring 'Multiple Choice (single correct)' and 'True False' questions, instructors can specify a negative point value if student selects incorrectly.
Goal: Avoid random guessing from students.
Mockups:
Authoring
-'negativeMarkingQuestion.pdf'
-'negativeMarkingPart'.pdf'
Allows instructor to specify negative point value for incorrect selection.
Delivery
-'resetSelection.pdf'
Allows students to clear radio button selection, given that they can now be penalized for guessing incorrectly.