[gradebook2-dev] grade export

Thomas Amsler tpamsler at ucdavis.edu
Thu Oct 14 16:37:09 PDT 2010


Please see inline comments bellow:

On Thu, Oct 14, 2010 at 2:06 PM, John Bush <john.bush at rsmart.com> wrote:

> I need to export a percentage grade in a final grade export.  I've
> been looking at the InstitutionalAdvisor and the sample impl, which
> seems straightforward enough.   It looks like the submitFinalGrade
> gets the gradebookUid, so in theory I should be able to get what I
> need and dump %'s into an export as well ?
>

Yes you can do this.

Initially we actually passed in the STUDENT_GRADE, which looks like "B+
(89%)", via the Gradebook2ComponentServiceImpl.submitFinalGrade(...) call,
but then changed it to just send the letter grade. We probably need to fix
this that the above method sends in all available data to the advisor. Also,
in the SampleInstitutionalAdvisor, we still have the
unused extractLetterGrade() method, which we used to extract the letter
grade from the STUDENT_GRADE. This could be used the extract the percentage
grade value in a similar way.

I hope this helps. Please let me know if you have any further
questions/comments.

Best,
-- Thomas




>
> See any complications doing this, should be pretty easy ?
>
> --
> John Bush
> 602-490-0470
> _______________________________________________
> gradebook2-dev mailing list
> gradebook2-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/gradebook2-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/gradebook2-dev/attachments/20101014/2dfe54f3/attachment.html 


More information about the gradebook2-dev mailing list