[Using Sakai] recover the ability to grade an assessment with Samigo

Lydia Li lydial at stanford.edu
Fri Nov 19 13:55:44 PST 2010


You can make the grading options editable by running the following 2 
queries:

update SAM_PUBLISHEDMETADATA_T S
set s.entry = 'true' where s.label = 
'testeeIdentity_isInstructorEditable' and s.assessmentid = :id

update SAM_PUBLISHEDMETADATA_T S
set s.entry = 'true' where s.label = 'toGradebook_isInstructorEditable' 
and s.assessmentid = :id


':id' is the published assessment id of the assessment.  You can get it 
by running this query:
     SELECT id FROM sam_publishedassessment_t s where title = :title

Hope this helps,
Lydia






On 11/19/10 12:41 PM, Jon Hays wrote:
> One of our instructors published an assessment in Samigo with the 
> following "Grading" options:
>
> Student's Identities: Anonymous grading only
> Grading Options: None
>
> Also, the checkbox "Can edit default value (below)?" is unchecked for 
> both settings. (see screenshot)
>
>
> There are 450 students in this class who have submitted 2 assessments 
> like this and the instructor has no way currently of accessing those 
> scores because the Grading options are not editable.
>
> Any ideas on how to recover the ability to grade theses assessments 
> would be most helpful.
>
> thanks!
>
>
>
> -- 
> Jon Hays
> Instructional Designer
> Educational Technology Services
> University of California at Berkeley
> (510) 643-9433
>
>
> _______________________________________________
> sakai-user mailing list
> sakai-user at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-user
>
> TO UNSUBSCRIBE: send email to sakai-user-unsubscribe at collab.sakaiproject.org with a subject of "unsubscribe"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-user/attachments/20101119/d55a076e/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 39145 bytes
Desc: not available
Url : http://collab.sakaiproject.org/pipermail/sakai-user/attachments/20101119/d55a076e/attachment-0001.png 


More information about the sakai-user mailing list