What are the column names and order in the GradingTable?

What are the column names and order in the GradingTable?

by Steve Ambro v3.8 -
Number of replies: 6

I did not see a section for Grading so I presume that Assignments is close, no?

In the code:

/* this hides the header of the email column */
.gradingtable tr th.header.c3 {display: none;}

c3 is the column for E-mail,
I would like a list for all columns numbers and names.



Average of ratings: -
In reply to Steve Ambro v3.8

Re: What are the column names and order in the GradingTable?

by Steve Ambro v3.8 -

I found my answer. Using "Inspect Elements" I found the column numbers and the display highlighted the column name.


In reply to Steve Ambro v3.8

Re: What are the column names and order in the GradingTable?

by AL Rachels -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers

If you are wanting to get rid of the email column try going to Site Administration > Users > Permissions > User Policies then scroll down to Show User Identity and remove the checkmark for email.

AL

In reply to AL Rachels

Re: What are the column names and order in the GradingTable?

by Steve Ambro v3.8 -

Although I had already hidden the e-mail header using the line of code I had shown, plus one for the column, when I hid that option as you indicated, the e-mail column was no longer available in the grade sheet but then all columns from c3 and up shifted down by one.  Columns/headers I had previously hidden above C3 shifted their hiddenness / visibleness to other columns.   Hmmm Dilemma!

What other locations does your suggestion have effect? 
I am not sure which method I should use.


In reply to Steve Ambro v3.8

Re: What are the column names and order in the GradingTable?

by Przemek Kaszubski -
Picture of Particularly helpful Moodlers Picture of Testers

Stick with one method - I think in your case leave the CSS solution in place. The "User Policies" setting controls email display throughout the site. Unchecking the box there sounds too restrictive to me. There are no lower context overrides.

In reply to Przemek Kaszubski

Re: What are the column names and order in the GradingTable?

by Steve Ambro v3.8 -

Granted, bit I still would like to know how far reaching is the Moodle Setting. 
Does it affect any student use of E-mail?


In reply to Steve Ambro v3.8

Re: What are the column names and order in the GradingTable?

by Przemek Kaszubski -
Picture of Particularly helpful Moodlers Picture of Testers

I've never tested this, but to me it's a visibility setting. Students can still message each other, for example, and the messages will go to their email boxes, but they will not see each other's emails onsite. Teachers most likely won't see the students' emails in the various reports etc. 

Perhaps someone who has played with this option will add more.