Always view rubric in speedgrader

Jump to solution
cmuir
Community Participant

When an assignment has a rubric to use for grading enabled, is there a way to have that rubric automatically open when you view assignments in speedgrader?  If I've enabled a rubric to use for grading, then I want it available for grading on each assignment, without having to select to view it on every individual student.

0 Likes
2 Solutions
jerry_nguyen
Community Coach
Community Coach

@cmuir 

There is no option to open the rubric automatically.

However, if you have access (normally, you will need admin access) to upload custom Javascript (https://community.canvaslms.com/t5/Admin-Guide/How-do-I-upload-custom-JavaScript-and-CSS-files-to-an...), you can write a script to press the key "R" (which is the keyboard shortcut to open the Rubric in Speedgrader) for you.

View solution in original post

Ron_Bowman
Community Champion

@cmuir 

@jerry_nguyen is correct.  

There is however a user javascript that will do exactly what you want and it works with assignments and classic quizzes.  I do not knkow about new quizzes because I do not use them.

There is a canvancement written by james called quiz wiz: https://community.canvaslms.com/t5/Higher-Ed-Canvas-Users/QuizWiz-Enhancements-to-SpeedGrader-and-Qu...

the above link has information and what not about quiz wiz.  the link below will take you to the install script page for quiz wiz.  You will have to install tamper monkey first

https://github.com/jamesjonesmath/canvancement/tree/master/quizzes/quizwiz

then for the quiz wiz script, install the qw-rubrics option.  

With the script enabled, not only will the rubric stay open, but there is an arrow that will perform the submission and move to the next student keeping the rubric open.  It is quite the time saver.

 

View solution in original post