[gradebook2-dev] Get UserId from grade submission module

Thomas Amsler tpamsler at ucdavis.edu
Wed Feb 23 19:58:39 PST 2011


Here is the reference to the SampleInstitutionalAdvisor:

https://source.sakaiproject.org/contrib//gradebook2/trunk/server/src/java/org/sakaiproject/gradebook/gwt/sakai/SampleInstitutionalAdvisor.java

-- Thomas

On Wed, Feb 23, 2011 at 2:21 PM, John Bush <john.bush at rsmart.com> wrote:
> You are doing this the wrong way, you should be implementing an
> InstitutionalAdvisor to do this, not modifying anything in the UI.  The
> submit grades method gets a response object so you can redirect to your app
> and send whatever you want as parameters.
>
> On Wed, Feb 23, 2011 at 3:19 PM, Geng, Kelly <gengx at muohio.edu> wrote:
>>
>> GB2 Developers,
>>
>>
>>
>> Here at Miami University, we are trying to implement the Submit Final
>> Grades menu item by directing the user to an external application and pass
>> it along the siteId and userId. The change I made is here at
>> GradeSubmissionDialog.java by modifying the code in verify method. But I am
>> having problem to get the userId from this class. Can somebody help me to
>> figure out that?
>>
>>
>>
>> Thanks!
>>
>> Kelly
>>
>> _______________________________________________
>> gradebook2-dev mailing list
>> gradebook2-dev at collab.sakaiproject.org
>> http://collab.sakaiproject.org/mailman/listinfo/gradebook2-dev
>>
>
>
>
> --
> John Bush
> 602-490-0470
>
> _______________________________________________
> gradebook2-dev mailing list
> gradebook2-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/gradebook2-dev
>
>


More information about the gradebook2-dev mailing list