Make a button to access the gradebook?

Make a button to access the gradebook?

by Nicholas Bovee -
Number of replies: 2

I want to add a big button in an HTML block that students can click to access their gradebook. Is there any way to do this? (see attached)

It was easy to set this up for teachers to access their students' grades (I just linked the image and copied and pasted the URL), but I assume it's more complicated with individual students since gradebook access in their case is associated with their unique user ID.

In reply to Nicholas Bovee

Re: Make a button to access the gradebook?

by Glenn Pillsbury -

The student's ID will be available from Moodle without your needing to put it in the big button's URL.  Just use the URL of the regular grade link (right-click on it to copy the address) to power your button.  By the way, the ID you see in the URL is the course ID, so don't delete that.

In reply to Glenn Pillsbury

Re: Make a button to access the gradebook?

by Nicholas Bovee -

That was ridiculously easy. All I had to do was copy the URL for the User Report. I was copying the Grader View URL, which is why it didn't work for students. Thanks for your help!