History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SAK-11013
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Huong Nguyen
Reporter: Karen Tsao
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Sakai

Some Scores from Samigo do not get updated in Gradebook

Created: 03-Aug-2007 11:28   Updated: 23-Oct-2008 07:46
Component/s: Tests & Quizzes (Samigo)
Affects Version/s: 2.4.0, 2.4.1
Fix Version/s: 2.5.0, 2.4.x

Time Tracking:
Not Specified

2.4.x Status: Resolved
2.5.x Status: None
2.6.x Status: None


 Description  « Hide
This issue actually is caused by null value in "final score" column in sam_assessmentgrading_t table. That is, for any assessment with at least one student having null final score, when you edit the score in Total Score page or edit the score in Question Score page, the score will not be sent to gradebook. In Question Score page, there is even an WARNING:

Warning: A gradebook entry could not be created for this assignment. Please contact your local help desk for assistance.

To reproduce this bug, here is the steps:
1. Create an assessment and set to "Record the highest score".
2. Login as a student and submit the assessment.
3. Take the assessment again but without click on either "Save and Exit" or "Submit for Grade". You can just close the browser or log out.
4. Log in as instructor.
5. Update the score in Total Score page. Notice the score is not updated in Gradebook.
6. Update the score in Question Score page, You will get the above warning and the score is not sent to Gradebook either.




 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Karen Tsao - 03-Aug-2007 11:34
commit -m "SAK-11013" C:/sakai/sam/samigo-services/src/java/org/sakaiproject/tool/assessment/services/GradingService.java
    Sending sakai/sam/samigo-services/src/java/org/sakaiproject/tool/assessment/services/GradingService.java
    Transmitting file data ...
    Committed revision 33473.

Karen Tsao - 03-Aug-2007 11:35
Please make sure the scores are sent to Gradebook in all scenario (last, highest, linear, non-linear, etc). Thanks.

Karen Tsao - 03-Aug-2007 12:31
For 2.4.x:

$ svn merge -r 33472:33473 https://source.sakaiproject.org/svn/sam/trunk
U samigo-services\src\java\org\sakaiproject\tool\assessment\services\GradingService.java

$ svn commit -m "SAK-11013" GradingService.java
Sending GradingService.java
Transmitting file data .
Committed revision 33475.

Huong Nguyen - 21-Sep-2007 12:30
Verified cases: last&linear, last&nonlinear,highest&linear and highest&nonlinear, all worked fine. Verified instance: qa3-us