Configuring Assignment Table

Configuring Assignment Table

by Courtney Powell -
Number of replies: 2
I was wondering if someone could possible help. I would like to customize the assignment submission table. For example, change the format of the format of the date or add a field. Here is a pic of the table i'm referencing.

assignment submission table
Average of ratings: -
In reply to Courtney Powell

Re: Configuring Assignment Table

by Mike Worth -
You want to be editing mod/assignment/submissions.php

Changing the date format would (at a guess) just be a case of changing the format expression in the date function, adding an extra column is a bit trickier but nothing major (I recently added a column to show each students tutor).

If you are after something specific I can probably provide some more useful advice

Mike
In reply to Mike Worth

Re: Configuring Assignment Table

by Fahmy Babjee -
Mike, is it possible for you to explain how to add an extra column, specifically from one of the user profile fields?  That way, I can sort the assignment submissions based on the profile fields, etc.